File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,22 +27,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2727
2828
2929
30- # [ 0.3.0] ( https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils /casing@0.2.0...@interweb-utils /casing@0.3.0 ) (2024-05-25)
30+ # [ 0.3.0] ( https://github.com/cosmology-tech/interweb-utils/compare/@interweb/casing@0.2.0...@interweb/casing@0.3.0 ) (2024-05-25)
3131
32- ** Note:** Version bump only for package @interweb-utils /casing
32+ ** Note:** Version bump only for package @interweb/casing
3333
3434
3535
3636
3737
38- # [ 0.2.0] ( https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils /casing@0.1.0...@interweb-utils /casing@0.2.0 ) (2024-05-25)
38+ # [ 0.2.0] ( https://github.com/cosmology-tech/interweb-utils/compare/@interweb/casing@0.1.0...@interweb/casing@0.2.0 ) (2024-05-25)
3939
40- ** Note:** Version bump only for package @interweb-utils /casing
40+ ** Note:** Version bump only for package @interweb/casing
4141
4242
4343
4444
4545
4646# 0.1.0 (2024-05-25)
4747
48- ** Note:** Version bump only for package @interweb-utils /casing
48+ ** Note:** Version bump only for package @interweb/casing
Original file line number Diff line number Diff line change 1- # @interweb-utils /casing
1+ # @interweb/casing
22
33<p align =" center " >
44 <img src =" https://github.com/cosmology-tech/interweb-utils/assets/545047/89c743c4-be88-409f-9a77-4b02cd7fe9a4 " width =" 80 " >
1111## install
1212
1313``` sh
14- npm install @interweb-utils /casing
14+ npm install @interweb/casing
1515```
1616
1717## Developing
Original file line number Diff line number Diff line change 3030 },
3131 "keywords" : [],
3232 "dependencies" : {
33- "@interweb/http-errors" : " ^0.1.1 " ,
33+ "@interweb/http-errors" : " workspace:* " ,
3434 "isomorphic-fetch" : " ^3.0.0"
3535 },
3636 "devDependencies" : {
Original file line number Diff line number Diff line change 2929 "test:watch" : " jest --watch"
3030 },
3131 "dependencies" : {
32- "@interweb/http-errors" : " ^0.1.1 "
32+ "@interweb/http-errors" : " workspace:* "
3333 },
3434 "keywords" : []
3535}
Original file line number Diff line number Diff line change 3333 "@babel/parser" : " ^7.23.6" ,
3434 "@babel/traverse" : " 7.28.5" ,
3535 "@babel/types" : " 7.28.5" ,
36- "@interweb-utils /casing" : " ^0.3.0 " ,
37- "@interweb/fetch-api-client" : " ^0.6.1 " ,
36+ "@interweb/casing" : " workspace:* " ,
37+ "@interweb/fetch-api-client" : " workspace:* " ,
3838 "deepmerge" : " ^4.3.1" ,
3939 "fast-json-patch" : " ^3.1.1" ,
40- "schema-typescript" : " ^0.12.1 "
40+ "schema-typescript" : " workspace:* "
4141 },
4242 "keywords" : [
4343 " jsonschema" ,
Original file line number Diff line number Diff line change 11import generate from '@babel/generator' ;
22import * as t from '@babel/types' ;
3- import { toCamelCase , toPascalCase } from '@interweb-utils /casing' ;
3+ import { toCamelCase , toPascalCase } from '@interweb/casing' ;
44import { generateTypeScriptTypes } from 'schema-typescript' ;
55import { getTypeNameSafe , shouldInclude } from 'schema-typescript' ;
66
Original file line number Diff line number Diff line change 3131 "dependencies" : {
3232 "@babel/generator" : " ^7.28.5" ,
3333 "@babel/types" : " ^7.28.5" ,
34- "@interweb-utils /casing" : " ^0.3.0 " ,
34+ "@interweb/casing" : " workspace:* " ,
3535 "deepmerge" : " ^4.3.1" ,
3636 "minimatch" : " ^9.0.4"
3737 },
Original file line number Diff line number Diff line change 44 isValidIdentifier ,
55 isValidIdentifierCamelized ,
66 toCamelCase ,
7- } from '@interweb-utils /casing' ;
7+ } from '@interweb/casing' ;
88
99import { SchemaTSContext , type SchemaTSOptions } from './context' ;
1010import type { JSONSchema } from './types' ;
Original file line number Diff line number Diff line change 11import * as t from '@babel/types' ;
2- import { toPascalCase } from '@interweb-utils /casing' ;
2+ import { toPascalCase } from '@interweb/casing' ;
33import { minimatch } from 'minimatch' ;
44
55import { SchemaNamingStrategy } from './context' ;
Original file line number Diff line number Diff line change 5151 "esprima" : " 4.0.1" ,
5252 "jest" : " ^29.5.0" ,
5353 "jest-in-case" : " 1.0.2" ,
54- "nested-obj" : " ^0.0.1 " ,
54+ "nested-obj" : " workspace:* " ,
5555 "prettier" : " ^2.8.7" ,
5656 "rimraf" : " 5.0.0" ,
5757 "ts-jest" : " ^29.1.0" ,
You can’t perform that action at this time.
0 commit comments