File tree 17 files changed +89
-23
lines changed
17 files changed +89
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/cli" : " 0.1.0 " ,
3
- "packages/express" : " 0.1.0 " ,
4
- "packages/next-auth" : " 0.1.0 " ,
5
- "packages/next" : " 0.1.0 " ,
6
- "packages/prisma" : " 0.1.0 " ,
7
- "packages/react-query" : " 0.0.4 " ,
8
- "packages/stainless" : " 0.1.0 " ,
9
- "packages/ts-to-zod" : " 0.0.4 "
2
+ "packages/cli" : " 0.1.1 " ,
3
+ "packages/express" : " 0.1.2 " ,
4
+ "packages/next-auth" : " 0.1.6 " ,
5
+ "packages/next" : " 0.1.1 " ,
6
+ "packages/prisma" : " 0.1.1 " ,
7
+ "packages/react-query" : " 0.0.5 " ,
8
+ "packages/stainless" : " 0.1.1 " ,
9
+ "packages/ts-to-zod" : " 0.0.5 "
10
10
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * ts-to-zod bumped from github: stainless-api /stl-api#ts-to-zod-0.0.4 to github: stainless-api /stl-api#ts-to-zod-0.0.5
8
+
3
9
## [ 0.1.0] ( https://github.com/stainless-api/stl-api/compare/cli-v0.0.3...cli-v0.1.0 ) (2023-12-06)
4
10
5
11
### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stl-api/cli" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Bundle-time utilities implementing ergonomic stl-api helpers.\" " ,
5
5
6
6
"repository" : {
32
32
"pkg-up" : " ~3.1.0" ,
33
33
"resolve" : " ^1.22.8" ,
34
34
"ts-morph" : " ^19.0.0" ,
35
- "ts-to-zod" : " github:stainless-api/stl-api#ts-to-zod-0.0.4 "
35
+ "ts-to-zod" : " github:stainless-api/stl-api#ts-to-zod-0.0.5 "
36
36
},
37
37
"devDependencies" : {
38
38
"@swc/core" : " ^1.3.100" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * stainless bumped from github: stainless-api /stl-api#stainless-0.1.3 to github: stainless-api /stl-api#stainless-0.1.1
8
+
3
9
## [ 0.1.0] ( https://github.com/stainless-api/stl-api/compare/express-v0.0.3...express-v0.1.0 ) (2023-12-06)
4
10
5
11
### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stl-api/express" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"license" : " ISC" ,
5
5
"description" : " express integration for stainless api" ,
6
6
38
38
"dependencies" : {
39
39
"express" : " ^4.18.2" ,
40
40
"lodash" : " ^4.17.21" ,
41
- "stainless" : " github:stainless-api/stl-api#stainless-0.1.3 "
41
+ "stainless" : " github:stainless-api/stl-api#stainless-0.1.1 "
42
42
}
43
43
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * @stl-api/next bumped from github: stainless-api /stl-api#next-0.1.6 to github: stainless-api /stl-api#next-0.1.1
8
+ * stainless bumped from github: stainless-api /stl-api#stainless-0.1.3 to github: stainless-api /stl-api#stainless-0.1.1
9
+
3
10
## [ 0.1.0] ( https://github.com/stainless-api/stl-api/compare/next-auth-v0.0.3...next-auth-v0.1.0 ) (2023-12-06)
4
11
5
12
### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stl-api/next-auth" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " next-auth plugin for stainless api" ,
5
5
6
6
"repository" : {
32
32
"typescript" : " ^5.3.2"
33
33
},
34
34
"dependencies" : {
35
- "@stl-api/next" : " github:stainless-api/stl-api#next-0.1.6 " ,
36
- "stainless" : " github:stainless-api/stl-api#stainless-0.1.3 "
35
+ "@stl-api/next" : " github:stainless-api/stl-api#next-0.1.1 " ,
36
+ "stainless" : " github:stainless-api/stl-api#stainless-0.1.1 "
37
37
},
38
38
"peerDependenices" : {
39
39
"next" : " ^13.5.6" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] ( https://github.com/stainless-api/stl-api/compare/next-v0.1.0...next-v0.1.1 ) (2024-09-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency hono to v4 [ security] ([ 6c8b437] ( https://github.com/stainless-api/stl-api/commit/6c8b437fb86c9674cbcf6abe6bdd02253d584187 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * stainless bumped from github: stainless-api /stl-api#stainless-0.1.3 to github: stainless-api /stl-api#stainless-0.1.1
16
+
3
17
## [ 0.1.0] ( https://github.com/stainless-api/stl-api/compare/next-v0.0.3...next-v0.1.0 ) (2023-12-06)
4
18
5
19
### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stl-api/next" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"license" : " ISC" ,
5
5
"description" : " next.js plugin for stainless api" ,
6
6
34
34
"hono" : " ^4.0.0" ,
35
35
"lodash" : " ^4.17.21" ,
36
36
"qs" : " ^6.11.2" ,
37
- "stainless" : " github:stainless-api/stl-api#stainless-0.1.3 "
37
+ "stainless" : " github:stainless-api/stl-api#stainless-0.1.1 "
38
38
},
39
39
"peerDependency" : {
40
40
"next" : " ^13.5.6"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * stainless bumped from github: stainless-api /stl-api#stainless-0.1.3 to github: stainless-api /stl-api#stainless-0.1.1
8
+
3
9
## [ 0.1.0] ( https://github.com/stainless-api/stl-api/compare/prisma-v0.0.3...prisma-v0.1.0 ) (2023-12-06)
4
10
5
11
### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stl-api/prisma" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " prisma plugin for stainless api" ,
5
5
6
6
"repository" : {
31
31
},
32
32
"dependencies" : {
33
33
"lodash" : " ^4.17.21" ,
34
- "stainless" : " github:stainless-api/stl-api#stainless-0.1.3 " ,
34
+ "stainless" : " github:stainless-api/stl-api#stainless-0.1.1 " ,
35
35
"zod" : " ^3.22.4"
36
36
},
37
37
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.5] ( https://github.com/stainless-api/stl-api/compare/react-query-v0.0.4...react-query-v0.0.5 ) (2024-09-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** react-query:** fix multiple argument query key behavior ([ e8f3ffc] ( https://github.com/stainless-api/stl-api/commit/e8f3ffc9a60fc6edf3344a39b7341717e9fc5dbe ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * stainless bumped from github: stainless-api /stl-api#stainless-0.1.3 to github: stainless-api /stl-api#stainless-0.1.1
16
+
3
17
## [ 0.0.4] ( https://github.com/stainless-api/stl-api/compare/react-query-v0.0.3...react-query-v0.0.4 ) (2023-12-06)
4
18
5
19
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stl-api/react-query" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " react-query client for stainless api" ,
5
5
6
6
"repository" : {
63
63
"dependencies" : {
64
64
"lodash" : " ^4.17.21" ,
65
65
"qs" : " ^6.11.2" ,
66
- "stainless" : " github:stainless-api/stl-api#stainless-0.1.3 "
66
+ "stainless" : " github:stainless-api/stl-api#stainless-0.1.1 "
67
67
},
68
68
"peerDependencies" : {
69
69
"@tanstack/query-core" : " ^4.29.5" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] ( https://github.com/stainless-api/stl-api/compare/stainless-v0.1.0...stainless-v0.1.1 ) (2024-09-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** api:** disable includable for now ([ ccc8298] ( https://github.com/stainless-api/stl-api/commit/ccc82981f938f9eee0804ed244ced337f5d86924 ) )
9
+
3
10
## [ 0.1.0] ( https://github.com/stainless-api/stl-api/compare/stainless-v0.0.3...stainless-v0.1.0 ) (2023-12-06)
4
11
5
12
### ⚠ BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stainless" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " stainless api server and client" ,
5
5
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * devDependencies
7
+ * stainless bumped to 0.1.1
8
+
3
9
## [ 0.0.4] ( https://github.com/stainless-api/stl-api/compare/ts-to-zod-v0.0.3...ts-to-zod-v0.0.4 ) (2023-12-06)
4
10
5
11
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-to-zod" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments