@animaapp/anima-sdk 0.1.3 → 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.
@@ -1,12 +1,20 @@
1
1
 
2
- vite v6.0.11 building for production...
2
+ Debugger listening on ws://127.0.0.1:65233/501e8717-8ded-45b2-adf0-11111e7fa8f2
3
+ For help, see: https://nodejs.org/en/docs/inspector
4
+ Debugger attached.
5
+ Debugger listening on ws://127.0.0.1:65254/7860af3a-eefb-4792-a26b-062cc29764e2
6
+ For help, see: https://nodejs.org/en/docs/inspector
7
+ Debugger attached.
8
+ vite v6.0.11 building for production...
3
9
  transforming (1) src/index.ts✓ 13 modules transformed.
4
10
  rendering chunks (1)...
5
11
  [vite:dts] Start generate declaration files...
6
12
  computing gzip size (0)...computing gzip size (1)...dist/index.cjs 86.36 kB │ gzip: 23.10 kB │ map: 319.17 kB
7
13
  [vite:dts] Start rollup declaration files...
8
14
  Analysis will use the bundled TypeScript version 5.7.2
9
- [vite:dts] Declaration files built in 1857ms.
15
+ [vite:dts] Declaration files built in 2196ms.
10
16
  
11
17
  rendering chunks (1)...computing gzip size (1)...dist/index.js 122.99 kB │ gzip: 27.75 kB │ map: 332.96 kB
12
- ✓ built in 2.16s
18
+ ✓ built in 2.53s
19
+ Waiting for the debugger to disconnect...
20
+ Waiting for the debugger to disconnect...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@animaapp/anima-sdk",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "Anima's JavaScript utilities library",
6
6
  "author": "Anima App, Inc.",
@@ -34,4 +34,4 @@
34
34
  "vite-tsconfig-paths": "^5.1.4",
35
35
  "vitest": "^3.0.5"
36
36
  }
37
- }
37
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "extends": "../tsconfig.json",
4
+ "exclude": ["../sdk-react"]
5
+ }