File tree Expand file tree Collapse file tree 10 files changed +51
-12
lines changed Expand file tree Collapse file tree 10 files changed +51
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.6.0] ( https://github.com/cosmology-tech/schema-typescript/compare/@interweb/fetch-api-client@0.5.1...@interweb/fetch-api-client@0.6.0 ) (2024-06-01)
7
+
8
+ ** Note:** Version bump only for package @interweb/fetch-api-client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.1] ( https://github.com/cosmology-tech/schema-typescript/compare/@interweb/fetch-api-client@0.5.0...@interweb/fetch-api-client@0.5.1 ) (2024-05-26)
7
15
8
16
** Note:** Version bump only for package @interweb/fetch-api-client
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @interweb/fetch-api-client" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"author" : " Dan Lynch <pyramation@gmail.com>" ,
5
5
"description" : " Node.js API Client" ,
6
6
"main" : " index.js" ,
30
30
},
31
31
"keywords" : [],
32
32
"dependencies" : {
33
- "isomorphic-fetch" : " ^3.0.0" ,
34
- "@interweb/http-errors" : " ^0.0.1"
35
-
33
+ "@interweb/http-errors" : " ^0.1.0" ,
34
+ "isomorphic-fetch" : " ^3.0.0"
36
35
},
37
36
"devDependencies" : {
38
37
"@types/isomorphic-fetch" : " ^0.0.39"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 0.1.0 (2024-06-01)
7
+
8
+ ** Note:** Version bump only for package @interweb/http-errors
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @interweb/http-errors" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"author" : " Dan Lynch <pyramation@gmail.com>" ,
5
5
"description" : " http errors" ,
6
6
"main" : " index.js" ,
29
29
"test:watch" : " jest --watch"
30
30
},
31
31
"keywords" : []
32
- }
32
+ }
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.6.1...@interweb/node-api-client@0.7.0 ) (2024-06-01)
7
+
8
+ ** Note:** Version bump only for package @interweb/node-api-client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.6.1] ( https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.6.0...@interweb/node-api-client@0.6.1 ) (2024-05-26)
7
15
8
16
** Note:** Version bump only for package @interweb/node-api-client
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @interweb/node-api-client" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"author" : " Dan Lynch <pyramation@gmail.com>" ,
5
5
"description" : " Node.js API Client" ,
6
6
"main" : " index.js" ,
29
29
"test:watch" : " jest --watch"
30
30
},
31
31
"dependencies" : {
32
- "@interweb/http-errors" : " ^0.0.1 "
32
+ "@interweb/http-errors" : " ^0.1.0 "
33
33
},
34
34
"keywords" : []
35
35
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.9.0] ( https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.8.0...schema-sdk@0.9.0 ) (2024-06-01)
7
+
8
+ ** Note:** Version bump only for package schema-sdk
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.8.0] ( https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.7.1...schema-sdk@0.8.0 ) (2024-05-28)
7
15
8
16
** Note:** Version bump only for package schema-sdk
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " schema-sdk" ,
3
- "version" : " 0.8 .0" ,
3
+ "version" : " 0.9 .0" ,
4
4
"description" : " Convert JSON Schema OpenAPI Spec to TypeScript Clients" ,
5
5
"author" : " Dan Lynch <pyramation@gmail.com>" ,
6
6
"homepage" : " https://github.com/cosmology-tech/schema-typescript#readme" ,
32
32
"@babel/generator" : " ^7.24.4" ,
33
33
"@babel/types" : " ^7.24.0" ,
34
34
"@interweb-utils/casing" : " ^0.2.0" ,
35
- "@interweb/fetch-api-client" : " ^0.5.1 " ,
35
+ "@interweb/fetch-api-client" : " ^0.6.0 " ,
36
36
"deepmerge" : " ^4.3.1" ,
37
- "schema-typescript" : " ^0.11 .0"
37
+ "schema-typescript" : " ^0.12 .0"
38
38
},
39
39
"keywords" : [
40
40
" jsonschema" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.12.0] ( https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.11.0...schema-typescript@0.12.0 ) (2024-06-01)
7
+
8
+ ** Note:** Version bump only for package schema-typescript
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.11.0] ( https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.10.0...schema-typescript@0.11.0 ) (2024-05-28)
7
15
8
16
** Note:** Version bump only for package schema-typescript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " schema-typescript" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Convert JSON Schema to TypeScript Definitions" ,
5
5
"author" : " Dan Lynch <pyramation@gmail.com>" ,
6
6
"homepage" : " https://github.com/cosmology-tech/schema-typescript#readme" ,
You can’t perform that action at this time.
0 commit comments