@modern-js/runtime-utils 0.0.0-nightly-20231125170609 → 0.0.0-nightly-20231127170645

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.
@@ -15,10 +15,8 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
16
  var browser_exports = {};
17
17
  module.exports = __toCommonJS(browser_exports);
18
- __reExport(browser_exports, require("./parsed"), module.exports);
19
18
  __reExport(browser_exports, require("./nestedRoutes"), module.exports);
20
19
  // Annotate the CommonJS export names for ESM import in node:
21
20
  0 && (module.exports = {
22
- ...require("./parsed"),
23
21
  ...require("./nestedRoutes")
24
22
  });
@@ -1,2 +1 @@
1
- export * from "./parsed";
2
1
  export * from "./nestedRoutes";
@@ -1,2 +1 @@
1
- export * from "./parsed";
2
1
  export * from "./nestedRoutes";
@@ -1,2 +1 @@
1
- export * from './parsed';
2
1
  export * from './nestedRoutes';
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231125170609",
18
+ "version": "0.0.0-nightly-20231127170645",
19
19
  "_comment": "Provide ESM and CJS exports, ESM is used by runtime package, for treeshaking",
20
20
  "exports": {
21
21
  "./router": {
@@ -47,6 +47,11 @@
47
47
  "types": "./dist/types/time.d.ts",
48
48
  "require": "./dist/cjs/time.js",
49
49
  "default": "./dist/esm/time.js"
50
+ },
51
+ "./parsed": {
52
+ "types": "./dist/types/parsed.d.ts",
53
+ "require": "./dist/cjs/parsed.js",
54
+ "default": "./dist/esm/parsed.js"
50
55
  }
51
56
  },
52
57
  "publishConfig": {
@@ -73,6 +78,9 @@
73
78
  ],
74
79
  "time": [
75
80
  "./dist/types/time.d.ts"
81
+ ],
82
+ "parsed": [
83
+ "./dist/types/parsed.d.ts"
76
84
  ]
77
85
  }
78
86
  },
@@ -81,7 +89,7 @@
81
89
  "react-router-dom": "6.17.0",
82
90
  "@remix-run/router": "1.10.0",
83
91
  "@swc/helpers": "0.5.3",
84
- "@modern-js/utils": "0.0.0-nightly-20231125170609"
92
+ "@modern-js/utils": "0.0.0-nightly-20231127170645"
85
93
  },
86
94
  "peerDependencies": {
87
95
  "react": ">=17.0.0",
@@ -103,9 +111,9 @@
103
111
  "jest": "^29",
104
112
  "typescript": "^5",
105
113
  "@types/serialize-javascript": "^5.0.1",
106
- "@modern-js/types": "0.0.0-nightly-20231125170609",
107
- "@scripts/build": "0.0.0-nightly-20231125170609",
108
- "@scripts/jest-config": "0.0.0-nightly-20231125170609"
114
+ "@modern-js/types": "0.0.0-nightly-20231127170645",
115
+ "@scripts/build": "0.0.0-nightly-20231127170645",
116
+ "@scripts/jest-config": "0.0.0-nightly-20231127170645"
109
117
  },
110
118
  "sideEffects": false,
111
119
  "scripts": {
File without changes
File without changes
File without changes
File without changes