@bleedingdev/modern-js-create 3.5.0-ultramodern.5 → 3.5.0-ultramodern.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/README.md CHANGED
@@ -193,8 +193,8 @@ For strict Effect API migrations, update generated package metadata and Modern
193
193
  package aliases through the framework command before hand-editing app code:
194
194
 
195
195
  ```bash
196
- pnpm dlx @bleedingdev/modern-js-create@3.5.0-ultramodern.5 ultramodern \
197
- migrate-strict-effect --version 3.5.0-ultramodern.5
196
+ pnpm dlx @bleedingdev/modern-js-create@3.5.0-ultramodern.6 ultramodern \
197
+ migrate-strict-effect --version 3.5.0-ultramodern.6
198
198
  pnpm api:check
199
199
  pnpm contract:check
200
200
  pnpm check
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
24
- "version": "3.5.0-ultramodern.5",
24
+ "version": "3.5.0-ultramodern.6",
25
25
  "types": "./dist/types/index.d.ts",
26
26
  "main": "./dist/esm-node/index.js",
27
27
  "bin": {
@@ -77,7 +77,7 @@
77
77
  "@modern-js/codesmith": "2.6.9",
78
78
  "oxfmt": "0.56.0",
79
79
  "ultracite": "7.8.3",
80
- "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.5.0-ultramodern.5"
80
+ "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.5.0-ultramodern.6"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@rslib/core": "0.23.1",
@@ -99,6 +99,6 @@
99
99
  "test": "rm -rf dist && rslib build -c rslibconfig.mts && rstest --passWithNoTests"
100
100
  },
101
101
  "ultramodern": {
102
- "frameworkVersion": "3.5.0-ultramodern.5"
102
+ "frameworkVersion": "3.5.0-ultramodern.6"
103
103
  }
104
104
  }
@@ -177,8 +177,8 @@ from trusted-publisher metadata to provenance attestations.
177
177
  For older generated workspaces, run the framework migration command first:
178
178
 
179
179
  ```bash
180
- pnpm dlx @bleedingdev/modern-js-create@3.5.0-ultramodern.5 ultramodern \
181
- migrate-strict-effect --version 3.5.0-ultramodern.5
180
+ pnpm dlx @bleedingdev/modern-js-create@3.5.0-ultramodern.6 ultramodern \
181
+ migrate-strict-effect --version 3.5.0-ultramodern.6
182
182
  pnpm api:check
183
183
  pnpm contract:check
184
184
  ```