@animaapp/anima-sdk-react 0.2.3 → 0.2.5
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/.turbo/turbo-build.log +15 -13
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +164 -165
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/useAnimaCodegen.ts +2 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
[
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
[36mvite v6.0.11 [32mbuilding for production...[36m[39m
|
|
2
|
+
transforming...
|
|
3
|
+
../node_modules/swr/dist/_internal/config-context-client-Cm1JTDEP.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../node_modules/swr/dist/_internal/config-context-client-Cm1JTDEP.mjs" was ignored.
|
|
4
|
+
[32m✓[39m 25 modules transformed.
|
|
5
|
+
rendering chunks...
|
|
6
|
+
|
|
7
|
+
[vite:dts] Start generate declaration files...
|
|
8
|
+
computing gzip size...
|
|
9
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[2m112.89 kB[22m[1m[22m[2m │ gzip: 33.33 kB[22m[2m │ map: 415.36 kB[22m
|
|
10
|
+
[vite:dts] Start rollup declaration files...
|
|
11
|
+
Analysis will use the bundled TypeScript version 5.7.2
|
|
12
|
+
[vite:dts] Declaration files built in 3072ms.
|
|
13
|
+
|
|
14
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m167.12 kB[22m[1m[22m[2m │ gzip: 41.94 kB[22m[2m │ map: 432.65 kB[22m
|
|
15
|
+
[32m✓ built in 3.83s[39m
|