@modern-js/core 0.0.0-runtime-20211121141552 → 0.0.0-runtime-2021112115358
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 +3 -6
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
# @modern-js/core
|
|
2
2
|
|
|
3
|
-
## 0.0.0-runtime-
|
|
3
|
+
## 0.0.0-runtime-2021112115358
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- 8698465e: fix: dependence version
|
|
8
7
|
- e04914ce: add route types, fix metrics types
|
|
9
8
|
- e04914ce: add route types, fix metrics types
|
|
10
|
-
- Updated dependencies [
|
|
11
|
-
- @modern-js/
|
|
12
|
-
- @modern-js/plugin@0.0.0-runtime-20211121141552
|
|
13
|
-
- @modern-js/utils@0.0.0-runtime-20211121141552
|
|
9
|
+
- Updated dependencies [a1795c10]
|
|
10
|
+
- @modern-js/utils@0.0.0-runtime-2021112115358
|
|
14
11
|
|
|
15
12
|
## 1.1.4
|
|
16
13
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-runtime-
|
|
14
|
+
"version": "0.0.0-runtime-2021112115358",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/code-frame": "^7.14.5",
|
|
40
40
|
"@babel/runtime": "^7",
|
|
41
|
-
"@modern-js/load-config": "^
|
|
42
|
-
"@modern-js/plugin": "^
|
|
43
|
-
"@modern-js/utils": "^0.0.0-runtime-
|
|
41
|
+
"@modern-js/load-config": "^1.1.1",
|
|
42
|
+
"@modern-js/plugin": "^1.1.2",
|
|
43
|
+
"@modern-js/utils": "^0.0.0-runtime-2021112115358",
|
|
44
44
|
"address": "^1.1.2",
|
|
45
45
|
"ajv": "^8.6.2",
|
|
46
46
|
"ajv-keywords": "^5.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/babel__code-frame": "^7.0.3",
|
|
60
|
-
"@modern-js/types": "^0.0.0-runtime-
|
|
60
|
+
"@modern-js/types": "^0.0.0-runtime-2021112115358",
|
|
61
61
|
"@types/jest": "^26",
|
|
62
62
|
"@types/lodash.clonedeep": "^4.5.6",
|
|
63
63
|
"@types/lodash.mergewith": "^4.6.6",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"@types/react": "^17",
|
|
66
66
|
"@types/react-dom": "^17",
|
|
67
67
|
"@types/signale": "^1.4.2",
|
|
68
|
-
"typescript": "^4
|
|
69
|
-
"@modern-js/plugin-testing": "^
|
|
70
|
-
"@modern-js/module-tools": "^
|
|
68
|
+
"typescript": "^4",
|
|
69
|
+
"@modern-js/plugin-testing": "^1.1.1",
|
|
70
|
+
"@modern-js/module-tools": "^1.1.2"
|
|
71
71
|
},
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"modernConfig": {
|