@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.
@@ -11,13 +11,13 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/index.mjs 3.49 KB
15
- ESM dist/index.mjs.map 7.08 KB
16
- ESM ⚡️ Build success in 13ms
17
14
  CJS dist/index.js 4.80 KB
18
15
  CJS dist/index.js.map 7.38 KB
19
- CJS ⚡️ Build success in 14ms
16
+ CJS ⚡️ Build success in 12ms
17
+ ESM dist/index.mjs 3.49 KB
18
+ ESM dist/index.mjs.map 7.08 KB
19
+ ESM ⚡️ Build success in 12ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 301ms
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.5",
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": ">=18"
28
+ "node": ">=20.9"
29
29
  },
30
30
  "keywords": ["dispatch", "cms", "react", "nextjs", "content"],
31
31
  "license": "MIT"