@dodayslabs/ts-sdk 0.11.0-beta.2 → 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.
Files changed (2) hide show
  1. package/README.md +2 -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.9.0 (use `nvm use` to switch to the correct version)
34
- - pnpm 10.17.1+
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.11.0-beta.2",
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.34.0",
15
- "typescript": "^5.9.3"
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.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
34
+ "packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f"
35
35
  }