@bleedingdev/modern-js-app-tools 3.2.0-ultramodern.68 → 3.2.0-ultramodern.69
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.
|
@@ -187,7 +187,8 @@ const createCloudflarePreset = ({ appContext, modernConfig })=>{
|
|
|
187
187
|
main: WORKER_ENTRY,
|
|
188
188
|
compatibility_date: getCompatibilityDate(),
|
|
189
189
|
compatibility_flags: [
|
|
190
|
-
'nodejs_compat'
|
|
190
|
+
'nodejs_compat',
|
|
191
|
+
'global_fetch_strictly_public'
|
|
191
192
|
],
|
|
192
193
|
assets: {
|
|
193
194
|
directory: `./${PUBLIC_ASSETS_DIRECTORY}`,
|
|
@@ -149,7 +149,8 @@ const createCloudflarePreset = ({ appContext, modernConfig })=>{
|
|
|
149
149
|
main: WORKER_ENTRY,
|
|
150
150
|
compatibility_date: getCompatibilityDate(),
|
|
151
151
|
compatibility_flags: [
|
|
152
|
-
'nodejs_compat'
|
|
152
|
+
'nodejs_compat',
|
|
153
|
+
'global_fetch_strictly_public'
|
|
153
154
|
],
|
|
154
155
|
assets: {
|
|
155
156
|
directory: `./${PUBLIC_ASSETS_DIRECTORY}`,
|
|
@@ -150,7 +150,8 @@ const createCloudflarePreset = ({ appContext, modernConfig })=>{
|
|
|
150
150
|
main: WORKER_ENTRY,
|
|
151
151
|
compatibility_date: getCompatibilityDate(),
|
|
152
152
|
compatibility_flags: [
|
|
153
|
-
'nodejs_compat'
|
|
153
|
+
'nodejs_compat',
|
|
154
|
+
'global_fetch_strictly_public'
|
|
154
155
|
],
|
|
155
156
|
assets: {
|
|
156
157
|
directory: `./${PUBLIC_ASSETS_DIRECTORY}`,
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"modern",
|
|
18
18
|
"modern.js"
|
|
19
19
|
],
|
|
20
|
-
"version": "3.2.0-ultramodern.
|
|
20
|
+
"version": "3.2.0-ultramodern.69",
|
|
21
21
|
"types": "./dist/types/index.d.ts",
|
|
22
22
|
"main": "./dist/cjs/index.js",
|
|
23
23
|
"exports": {
|
|
@@ -99,16 +99,16 @@
|
|
|
99
99
|
"ndepe": "^0.1.13",
|
|
100
100
|
"pkg-types": "^2.3.1",
|
|
101
101
|
"std-env": "4.1.0",
|
|
102
|
-
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.
|
|
103
|
-
"@modern-js/
|
|
104
|
-
"@modern-js/
|
|
105
|
-
"@modern-js/
|
|
106
|
-
"@modern-js/
|
|
107
|
-
"@modern-js/server-
|
|
108
|
-
"@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.
|
|
109
|
-
"@modern-js/
|
|
110
|
-
"@modern-js/
|
|
111
|
-
"@modern-js/
|
|
102
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.69",
|
|
103
|
+
"@modern-js/builder": "npm:@bleedingdev/modern-js-builder@3.2.0-ultramodern.69",
|
|
104
|
+
"@modern-js/prod-server": "npm:@bleedingdev/modern-js-prod-server@3.2.0-ultramodern.69",
|
|
105
|
+
"@modern-js/plugin-data-loader": "npm:@bleedingdev/modern-js-plugin-data-loader@3.2.0-ultramodern.69",
|
|
106
|
+
"@modern-js/server": "npm:@bleedingdev/modern-js-server@3.2.0-ultramodern.69",
|
|
107
|
+
"@modern-js/server-core": "npm:@bleedingdev/modern-js-server-core@3.2.0-ultramodern.69",
|
|
108
|
+
"@modern-js/server-utils": "npm:@bleedingdev/modern-js-server-utils@3.2.0-ultramodern.69",
|
|
109
|
+
"@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.69",
|
|
110
|
+
"@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.69",
|
|
111
|
+
"@modern-js/plugin": "npm:@bleedingdev/modern-js-plugin@3.2.0-ultramodern.69"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@rslib/core": "0.21.5",
|