@rendr-view/with-preset 1.0.0 → 1.0.2

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @rendr-view/with-preset@1.0.0 build /Users/simondavies/Projects/rendr-view/packages/with-preset
3
+ > @rendr-view/with-preset@1.0.2 build /Users/simondavies/Projects/rendr-view/packages/with-preset
4
4
  > vite build
5
5
 
6
6
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
@@ -9,7 +9,7 @@
9
9
  rendering chunks (1)...
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size (0)...computing gzip size (1)...dist/index.mjs 9.45 kB │ gzip: 3.11 kB │ map: 24.69 kB
12
- [vite:dts] Declaration files built in 3538ms.
12
+ [vite:dts] Declaration files built in 3299ms.
13
13
  
14
14
  rendering chunks (1)...computing gzip size (1)...dist/index.js 6.66 kB │ gzip: 2.74 kB │ map: 23.85 kB
15
- ✓ built in 4.24s
15
+ ✓ built in 3.95s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @rendr-view/with-preset
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix workspace dependency publishing issue and update Node engine requirement to >=20.11.0. This release includes a pre-flight verification step to ensure correct publishing.
8
+
9
+ ## 1.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Resolve workspace dependency publishing issue and update Node engine requirement to >=20.11.0.
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendr-view/with-preset",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  "access": "public"
10
10
  },
11
11
  "engines": {
12
- "node": ">=22"
12
+ "node": ">=20.11.0"
13
13
  },
14
14
  "types": "./dist/index.d.ts",
15
15
  "exports": {