@modern-js/runtime 2.68.1 → 2.68.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.
@@ -195,7 +195,6 @@ function useRouterCreation(props, options) {
195
195
  }
196
196
  }
197
197
  const modifiedRoutes = hooks.modifyRoutes.call(routes);
198
- console.log("modifiedRoutes111111", modifiedRoutes, _basename, hydrationData);
199
198
  const router = supportHtml5History ? (0, import_router.createBrowserRouter)(modifiedRoutes, {
200
199
  basename: _basename,
201
200
  hydrationData
@@ -168,7 +168,6 @@ function useRouterCreation(props, options) {
168
168
  }
169
169
  }
170
170
  var modifiedRoutes = hooks.modifyRoutes.call(routes);
171
- console.log("modifiedRoutes111111", modifiedRoutes, _basename, hydrationData);
172
171
  var router1 = supportHtml5History ? createBrowserRouter(modifiedRoutes, {
173
172
  basename: _basename,
174
173
  hydrationData
@@ -159,7 +159,6 @@ function useRouterCreation(props, options) {
159
159
  }
160
160
  }
161
161
  const modifiedRoutes = hooks.modifyRoutes.call(routes);
162
- console.log("modifiedRoutes111111", modifiedRoutes, _basename, hydrationData);
163
162
  const router = supportHtml5History ? createBrowserRouter(modifiedRoutes, {
164
163
  basename: _basename,
165
164
  hydrationData
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.68.1",
18
+ "version": "2.68.2",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -219,13 +219,13 @@
219
219
  "react-is": "^18",
220
220
  "react-side-effect": "^2.1.2",
221
221
  "styled-components": "^5.3.1",
222
- "@modern-js/plugin": "2.68.1",
223
- "@modern-js/plugin-data-loader": "2.68.1",
224
- "@modern-js/plugin-v2": "2.68.1",
225
- "@modern-js/render": "2.68.1",
226
- "@modern-js/runtime-utils": "2.68.1",
227
- "@modern-js/utils": "2.68.1",
228
- "@modern-js/types": "2.68.1"
222
+ "@modern-js/plugin": "2.68.2",
223
+ "@modern-js/plugin-data-loader": "2.68.2",
224
+ "@modern-js/render": "2.68.2",
225
+ "@modern-js/runtime-utils": "2.68.2",
226
+ "@modern-js/types": "2.68.2",
227
+ "@modern-js/utils": "2.68.2",
228
+ "@modern-js/plugin-v2": "2.68.2"
229
229
  },
230
230
  "peerDependencies": {
231
231
  "react": ">=17",
@@ -249,10 +249,10 @@
249
249
  "ts-node": "^10.9.1",
250
250
  "typescript": "^5",
251
251
  "webpack": "^5.99.8",
252
- "@modern-js/app-tools": "2.68.1",
252
+ "@modern-js/app-tools": "2.68.2",
253
253
  "@scripts/build": "2.66.0",
254
254
  "@scripts/jest-config": "2.66.0",
255
- "@modern-js/core": "2.68.1"
255
+ "@modern-js/core": "2.68.2"
256
256
  },
257
257
  "sideEffects": false,
258
258
  "publishConfig": {