@dodayslabs/ts-sdk 0.11.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -30,8 +30,8 @@ This SDK is automatically generated from the DoDays OpenAPI specification using
|
|
|
30
30
|
|
|
31
31
|
### Prerequisites
|
|
32
32
|
|
|
33
|
-
- Node.js v24.
|
|
34
|
-
- pnpm
|
|
33
|
+
- Node.js v24.16.0 (use `nvm use` to switch to the correct version)
|
|
34
|
+
- pnpm 11.16.0+
|
|
35
35
|
|
|
36
36
|
### Setup
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dodayslabs/ts-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"license": "See LICENSE",
|
|
5
5
|
"author": "Sam Bindoff",
|
|
6
6
|
"description": "Official DoDays TypeScript SDK",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"typescript"
|
|
12
12
|
],
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@openapitools/openapi-generator-cli": "^2.
|
|
15
|
-
"typescript": "^
|
|
14
|
+
"@openapitools/openapi-generator-cli": "^2.38.0",
|
|
15
|
+
"typescript": "^6.0.3"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"generate": "openapi-generator-cli generate -i ../docs/openapi.yaml -g typescript-fetch -o src",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"packageManager": "pnpm@11.
|
|
34
|
+
"packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f"
|
|
35
35
|
}
|