@modern-js/core 1.12.2-beta.0 → 1.12.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.
- package/CHANGELOG.md +14 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @modern-js/core
|
|
2
2
|
|
|
3
|
+
## 1.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f29e9ba: feat: simplify context usage, no longer depend on containers
|
|
8
|
+
- d9564f2: feat: add watchOptions for server watcher
|
|
9
|
+
- a90bc96: perf(babel): skip babel-plugin-import if package not installed
|
|
10
|
+
- Updated dependencies [3050acc]
|
|
11
|
+
- Updated dependencies [f29e9ba]
|
|
12
|
+
- Updated dependencies [a90bc96]
|
|
13
|
+
- @modern-js/load-config@1.3.6
|
|
14
|
+
- @modern-js/plugin@1.4.0
|
|
15
|
+
- @modern-js/utils@1.7.9
|
|
16
|
+
|
|
3
17
|
## 1.12.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.12.2
|
|
14
|
+
"version": "1.12.2",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@modern-js/load-config": "^1.3.
|
|
43
|
-
"@modern-js/plugin": "^1.
|
|
44
|
-
"@modern-js/utils": "^1.7.
|
|
42
|
+
"@modern-js/load-config": "^1.3.6",
|
|
43
|
+
"@modern-js/plugin": "^1.4.0",
|
|
44
|
+
"@modern-js/utils": "^1.7.9"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@jest/types": "^27.0.6",
|
|
48
|
-
"@modern-js/types": "1.5.
|
|
48
|
+
"@modern-js/types": "1.5.5",
|
|
49
49
|
"@scripts/build": "0.0.0",
|
|
50
50
|
"@scripts/jest-config": "0.0.0",
|
|
51
51
|
"@types/babel__code-frame": "^7.0.3",
|
|
@@ -68,8 +68,7 @@
|
|
|
68
68
|
"sideEffects": false,
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"registry": "https://registry.npmjs.org/",
|
|
71
|
-
"access": "public"
|
|
72
|
-
"types": "./dist/index.d.ts"
|
|
71
|
+
"access": "public"
|
|
73
72
|
},
|
|
74
73
|
"wireit": {
|
|
75
74
|
"build": {
|