@modern-js/plugin-data-loader 0.0.0-next-1681137261786 → 0.0.0-next-1681194540734

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @modern-js/plugin-data-loader
2
2
 
3
- ## 0.0.0-next-1681137261786
3
+ ## 0.0.0-next-1681194540734
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 3d5086b28: feat: the rspack unsupport inline loader, so we move data-loader to bundler.module.rules
7
+ - 3d5086b28a: feat: the rspack unsupport inline loader, so we move data-loader to bundler.module.rules
8
8
  feat: rspack 不支持 inline loader, 所以我们将 data-loader 移动到 bundler.module.rules 配置中去。
9
9
 
10
10
  ### Patch Changes
11
11
 
12
- - @modern-js/utils@0.0.0-next-1681137261786
12
+ - @modern-js/utils@0.0.0-next-1681194540734
13
13
 
14
14
  ## 2.12.0
15
15
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-1681137261786",
14
+ "version": "0.0.0-next-1681194540734",
15
15
  "engines": {
16
16
  "node": ">=14.17.6"
17
17
  },
@@ -55,7 +55,7 @@
55
55
  "@remix-run/node": "^1.12.0",
56
56
  "path-to-regexp": "^6.2.0",
57
57
  "react-router-dom": "^6.8.1",
58
- "@modern-js/utils": "0.0.0-next-1681137261786"
58
+ "@modern-js/utils": "0.0.0-next-1681194540734"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/babel__core": "^7.1.15",
@@ -72,11 +72,11 @@
72
72
  "webpack-chain": "^6.5.1",
73
73
  "react": ">=17.0.0",
74
74
  "react-router-dom": "^6.8.1",
75
- "@modern-js/core": "0.0.0-next-1681137261786",
76
- "@modern-js/server-core": "0.0.0-next-1681137261786",
77
- "@modern-js/types": "0.0.0-next-1681137261786",
78
- "@scripts/build": "0.0.0-next-1681137261786",
79
- "@scripts/jest-config": "0.0.0-next-1681137261786"
75
+ "@modern-js/core": "0.0.0-next-1681194540734",
76
+ "@modern-js/server-core": "0.0.0-next-1681194540734",
77
+ "@modern-js/types": "0.0.0-next-1681194540734",
78
+ "@scripts/build": "0.0.0-next-1681194540734",
79
+ "@scripts/jest-config": "0.0.0-next-1681194540734"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "react": ">=17.0.0",