@dashai/sdk 0.7.0 → 0.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dashai/sdk",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Runtime client for DashWise: typed data access + auth helpers for modules.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -59,15 +59,6 @@
59
59
  "README.md",
60
60
  "LICENSE"
61
61
  ],
62
- "scripts": {
63
- "build": "tsup",
64
- "dev": "tsup --watch",
65
- "test": "vitest run",
66
- "test:watch": "vitest",
67
- "typecheck": "tsc --noEmit",
68
- "lint": "echo 'lint: TODO (eslint config in follow-up)'",
69
- "clean": "rm -rf dist .turbo coverage"
70
- },
71
62
  "peerDependencies": {
72
63
  "next": "^14.0.0 || ^15.0.0",
73
64
  "react": "^18.0.0 || ^19.0.0"
@@ -105,5 +96,14 @@
105
96
  "auth",
106
97
  "modules",
107
98
  "low-code"
108
- ]
109
- }
99
+ ],
100
+ "scripts": {
101
+ "build": "tsup",
102
+ "dev": "tsup --watch",
103
+ "test": "vitest run",
104
+ "test:watch": "vitest",
105
+ "typecheck": "tsc --noEmit",
106
+ "lint": "echo 'lint: TODO (eslint config in follow-up)'",
107
+ "clean": "rm -rf dist .turbo coverage"
108
+ }
109
+ }