@cavuno/board 1.4.0 → 1.5.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/dist/index.js CHANGED
@@ -149,7 +149,7 @@ async function clearSession(storage) {
149
149
  }
150
150
 
151
151
  // src/version.ts
152
- var SDK_VERSION = "1.4.0";
152
+ var SDK_VERSION = "1.5.0";
153
153
 
154
154
  // src/client.ts
155
155
  function isRawBody(body) {
package/dist/index.mjs CHANGED
@@ -109,7 +109,7 @@ async function clearSession(storage) {
109
109
  }
110
110
 
111
111
  // src/version.ts
112
- var SDK_VERSION = "1.4.0";
112
+ var SDK_VERSION = "1.5.0";
113
113
 
114
114
  // src/client.ts
115
115
  function isRawBody(body) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cavuno/board",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Typed isomorphic client for the Cavuno Board API",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -50,9 +50,10 @@
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",
53
- "clean": "git clean -xdf .turbo dist node_modules",
53
+ "clean": "git clean -xdf .turbo dist node_modules src/generated",
54
54
  "typecheck": "tsgo --noEmit && tsgo --noEmit -p tsconfig.node.json",
55
55
  "test": "vitest run",
56
+ "gen:types": "tsx scripts/gen-types.ts",
56
57
  "gen:skills-manifest": "tsx scripts/generate-skills-manifest.ts",
57
58
  "assert-publish-target": "node -e \"const p=require('./package.json'); if(p.name!=='@cavuno/board'){throw new Error('Refusing to publish: package.json name is '+p.name+', expected @cavuno/board')}; if(p.private){throw new Error('Refusing to publish: package.json has private:true')}\"",
58
59
  "prepublishOnly": "pnpm run assert-publish-target && pnpm run gen:skills-manifest && pnpm run build"
@@ -60,6 +61,7 @@
60
61
  "devDependencies": {
61
62
  "@kit/tsconfig": "workspace:*",
62
63
  "@types/node": "catalog:",
64
+ "openapi-typescript": "^7.6.0",
63
65
  "tsup": "^8.4.0",
64
66
  "tsx": "^4.19.2",
65
67
  "vitest": "^2.1.9"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.0",
2
+ "version": "1.5.0",
3
3
  "skills": [
4
4
  {
5
5
  "name": "cavuno-board-auth",