@modern-js/plugin-data-loader 0.0.0-next-20221116182733 → 2.0.0-beta.0

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/package.json +9 -9
  2. package/CHANGELOG.md +0 -27
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221116182733",
14
+ "version": "2.0.0-beta.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -40,19 +40,19 @@
40
40
  "dependencies": {
41
41
  "@babel/core": "^7.18.0",
42
42
  "@babel/runtime": "^7.18.0",
43
- "@modern-js/babel-compiler": "0.0.0-next-20221116182733",
44
- "@modern-js/utils": "0.0.0-next-20221116182733",
43
+ "@modern-js/babel-compiler": "2.0.0-beta.0",
44
+ "@modern-js/utils": "2.0.0-beta.0",
45
45
  "@remix-run/node": "^1.7.0",
46
46
  "path-to-regexp": "^6.2.0",
47
47
  "react-router-dom": "^6.4.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@modern-js/core": "0.0.0-next-20221116182733",
51
- "@modern-js/runtime": "0.0.0-next-20221116182733",
52
- "@modern-js/server-core": "0.0.0-next-20221116182733",
53
- "@modern-js/types": "0.0.0-next-20221116182733",
54
- "@scripts/build": "0.0.0-next-20221116182733",
55
- "@scripts/jest-config": "0.0.0-next-20221116182733",
50
+ "@modern-js/core": "2.0.0-beta.0",
51
+ "@modern-js/runtime": "2.0.0-beta.0",
52
+ "@modern-js/server-core": "2.0.0-beta.0",
53
+ "@modern-js/types": "2.0.0-beta.0",
54
+ "@scripts/build": "2.0.0-beta.0",
55
+ "@scripts/jest-config": "2.0.0-beta.0",
56
56
  "@types/babel__core": "^7.1.15",
57
57
  "@types/jest": "^27",
58
58
  "@types/node": "^14",
package/CHANGELOG.md DELETED
@@ -1,27 +0,0 @@
1
- # @modern-js/plugin-data-loader
2
-
3
- ## 0.0.0-next-20221116182733
4
-
5
- ### Major Changes
6
-
7
- - dda38c9c: chore: v2
8
-
9
- ### Minor Changes
10
-
11
- - 543be955: feat: compile server loader and support handle loader request
12
- feat: 编译 server loader 并支持处理 loader 的请求
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies [edd1cfb1]
17
- - Updated dependencies [cc971eab]
18
- - Updated dependencies [5b9049f2]
19
- - Updated dependencies [b8bbe036]
20
- - Updated dependencies [d5a31df7]
21
- - Updated dependencies [dda38c9c]
22
- - Updated dependencies [3bbea92b]
23
- - Updated dependencies [abf3421a]
24
- - Updated dependencies [543be955]
25
- - Updated dependencies [14b712da]
26
- - @modern-js/utils@0.0.0-next-20221116182733
27
- - @modern-js/babel-compiler@0.0.0-next-20221116182733