@bleedingdev/modern-js-create 3.2.0-ultramodern.1 → 3.2.0-ultramodern.3
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/dist/index.js
CHANGED
|
@@ -867,15 +867,6 @@ function createRootPackageJson(scope, packageSource) {
|
|
|
867
867
|
'services/*',
|
|
868
868
|
'packages/*'
|
|
869
869
|
],
|
|
870
|
-
pnpm: {
|
|
871
|
-
onlyBuiltDependencies: [
|
|
872
|
-
'@biomejs/biome',
|
|
873
|
-
'@swc/core',
|
|
874
|
-
'core-js',
|
|
875
|
-
'esbuild',
|
|
876
|
-
'msgpackr-extract'
|
|
877
|
-
]
|
|
878
|
-
},
|
|
879
870
|
modernjs: {
|
|
880
871
|
preset: 'presetUltramodern',
|
|
881
872
|
workspace: 'ultramodern-superapp',
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
24
|
-
"version": "3.2.0-ultramodern.
|
|
24
|
+
"version": "3.2.0-ultramodern.3",
|
|
25
25
|
"types": "./dist/types/index.d.ts",
|
|
26
26
|
"main": "./dist/index.js",
|
|
27
27
|
"bin": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/node": "^25.8.0",
|
|
42
42
|
"@typescript/native-preview": "7.0.0-dev.20260516.1",
|
|
43
43
|
"tsx": "^4.22.0",
|
|
44
|
-
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.
|
|
44
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.3"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -3,3 +3,17 @@ packages:
|
|
|
3
3
|
- apps/remotes/*
|
|
4
4
|
- services/*
|
|
5
5
|
- packages/*
|
|
6
|
+
|
|
7
|
+
allowBuilds:
|
|
8
|
+
'@biomejs/biome': true
|
|
9
|
+
'@swc/core': true
|
|
10
|
+
core-js: true
|
|
11
|
+
esbuild: true
|
|
12
|
+
msgpackr-extract: true
|
|
13
|
+
|
|
14
|
+
onlyBuiltDependencies:
|
|
15
|
+
- '@biomejs/biome'
|
|
16
|
+
- '@swc/core'
|
|
17
|
+
- core-js
|
|
18
|
+
- esbuild
|
|
19
|
+
- msgpackr-extract
|