@legit-sdk/core 0.1.11 → 0.2.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": "@legit-sdk/core",
3
- "version": "0.1.11",
3
+ "version": "0.2.0",
4
4
  "description": "Legit SDK - Infrastructure for write-enabled AI",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -54,6 +54,7 @@
54
54
  "test": "vitest",
55
55
  "dev": "node --loader ts-node/esm --inspect ./node_modules/vite-node/dist/cli.mjs --watch src/vite.ts",
56
56
  "build": "tsc && node esbuild.config.js && rollup -c rollup.dts.config.js",
57
+ "build:dev": "tsc --build",
57
58
  "build:watch": "tsc --noEmitOnError false --watch",
58
59
  "test:watch": "vitest --watch"
59
60
  }