@modern-js/plugin-data-loader 0.0.0-next-1678363878282 → 0.0.0-next-1678370853295

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-data-loader
2
2
 
3
- ## 0.0.0-next-1678363878282
3
+ ## 0.0.0-next-1678370853295
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,4 +8,4 @@
8
8
  fix: 应该匹配最相似的 entry
9
9
  - Updated dependencies [1104a9f18]
10
10
  - Updated dependencies [1f6ca2c7f]
11
- - @modern-js/utils@0.0.0-next-1678363878282
11
+ - @modern-js/utils@0.0.0-next-1678370853295
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-1678363878282",
14
+ "version": "0.0.0-next-1678370853295",
15
15
  "engines": {
16
16
  "node": ">=14.17.6"
17
17
  },
@@ -52,7 +52,7 @@
52
52
  "@remix-run/node": "^1.12.0",
53
53
  "path-to-regexp": "^6.2.0",
54
54
  "react-router-dom": "^6.8.1",
55
- "@modern-js/utils": "0.0.0-next-1678363878282"
55
+ "@modern-js/utils": "0.0.0-next-1678370853295"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/babel__core": "^7.1.15",
@@ -67,11 +67,11 @@
67
67
  "typescript": "^4",
68
68
  "webpack": "^5.75.0",
69
69
  "webpack-chain": "^6.5.1",
70
- "@modern-js/core": "0.0.0-next-1678363878282",
71
- "@modern-js/types": "0.0.0-next-1678363878282",
72
- "@modern-js/server-core": "0.0.0-next-1678363878282",
73
- "@scripts/build": "0.0.0-next-1678363878282",
74
- "@scripts/jest-config": "0.0.0-next-1678363878282"
70
+ "@modern-js/core": "0.0.0-next-1678370853295",
71
+ "@modern-js/server-core": "0.0.0-next-1678370853295",
72
+ "@modern-js/types": "0.0.0-next-1678370853295",
73
+ "@scripts/build": "0.0.0-next-1678370853295",
74
+ "@scripts/jest-config": "0.0.0-next-1678370853295"
75
75
  },
76
76
  "sideEffects": false,
77
77
  "publishConfig": {