@dispatchcms/react 0.0.5 → 0.0.6
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 +5 -5
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mESM[39m Build start
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m3.49 KB[39m
|
|
15
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m7.08 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in 13ms
|
|
17
14
|
[32mCJS[39m [1mdist/index.js [22m[32m4.80 KB[39m
|
|
18
15
|
[32mCJS[39m [1mdist/index.js.map [22m[32m7.38 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 12ms
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m3.49 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m7.08 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 12ms
|
|
20
20
|
DTS Build start
|
|
21
|
-
DTS ⚡️ Build success in
|
|
21
|
+
DTS ⚡️ Build success in 442ms
|
|
22
22
|
DTS dist/index.d.ts 1.10 KB
|
|
23
23
|
DTS dist/index.d.mts 1.10 KB
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dispatchcms/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "React hooks and provider for Dispatch CMS",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"typescript": "^5.7.2"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
28
|
+
"node": ">=20.9"
|
|
29
29
|
},
|
|
30
30
|
"keywords": ["dispatch", "cms", "react", "nextjs", "content"],
|
|
31
31
|
"license": "MIT"
|