@modern-js/core 0.0.0-runtime-2021112193858 → 0.0.0-runtime-20211121141552

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/core
2
2
 
3
- ## 0.0.0-runtime-2021112193858
3
+ ## 0.0.0-runtime-20211121141552
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,9 +8,9 @@
8
8
  - e04914ce: add route types, fix metrics types
9
9
  - e04914ce: add route types, fix metrics types
10
10
  - Updated dependencies [8698465e]
11
- - @modern-js/load-config@0.0.0-runtime-2021112193858
12
- - @modern-js/plugin@0.0.0-runtime-2021112193858
13
- - @modern-js/utils@0.0.0-runtime-2021112193858
11
+ - @modern-js/load-config@0.0.0-runtime-20211121141552
12
+ - @modern-js/plugin@0.0.0-runtime-20211121141552
13
+ - @modern-js/utils@0.0.0-runtime-20211121141552
14
14
 
15
15
  ## 1.1.4
16
16
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-runtime-2021112193858",
14
+ "version": "0.0.0-runtime-20211121141552",
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": "^0.0.0-runtime-2021112193858",
42
- "@modern-js/plugin": "^0.0.0-runtime-2021112193858",
43
- "@modern-js/utils": "^0.0.0-runtime-2021112193858",
41
+ "@modern-js/load-config": "^0.0.0-runtime-20211121141552",
42
+ "@modern-js/plugin": "^0.0.0-runtime-20211121141552",
43
+ "@modern-js/utils": "^0.0.0-runtime-20211121141552",
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-2021112193858",
60
+ "@modern-js/types": "^0.0.0-runtime-20211121141552",
61
61
  "@types/jest": "^26",
62
62
  "@types/lodash.clonedeep": "^4.5.6",
63
63
  "@types/lodash.mergewith": "^4.6.6",
@@ -66,8 +66,8 @@
66
66
  "@types/react-dom": "^17",
67
67
  "@types/signale": "^1.4.2",
68
68
  "typescript": "^4.4.4",
69
- "@modern-js/plugin-testing": "^0.0.0-runtime-2021112193858",
70
- "@modern-js/module-tools": "^0.0.0-runtime-2021112193858"
69
+ "@modern-js/plugin-testing": "^0.0.0-runtime-20211121141552",
70
+ "@modern-js/module-tools": "^0.0.0-runtime-20211121141552"
71
71
  },
72
72
  "sideEffects": false,
73
73
  "modernConfig": {