@modern-js/generator-utils 1.0.0-rc.4 → 1.0.0-rc.8

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 +44 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @modern-js/generator-utils
2
2
 
3
+ ## 1.0.0-rc.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 204c626: feat: initial
9
+ - Updated dependencies [224f7fe]
10
+ - Updated dependencies [204c626]
11
+ - @modern-js/plugin-i18n@1.0.0-rc.8
12
+ - @modern-js/utils@1.0.0-rc.8
13
+
14
+ ## 1.0.0-rc.7
15
+
16
+ ### Patch Changes
17
+
18
+ - 224f7fe: fix server route match
19
+ - 204c626: feat: initial
20
+ - Updated dependencies [224f7fe]
21
+ - Updated dependencies [204c626]
22
+ - @modern-js/plugin-i18n@1.0.0-rc.7
23
+ - @modern-js/utils@1.0.0-rc.7
24
+
25
+ ## 1.0.0-rc.6
26
+
27
+ ### Patch Changes
28
+
29
+ - 224f7fe: fix server route match
30
+ - 204c626: feat: initial
31
+ - Updated dependencies [224f7fe]
32
+ - Updated dependencies [204c626]
33
+ - @modern-js/plugin-i18n@1.0.0-rc.6
34
+ - @modern-js/utils@1.0.0-rc.6
35
+
36
+ ## 1.0.0-rc.5
37
+
38
+ ### Patch Changes
39
+
40
+ - 224f7fe: fix server route match
41
+ - 204c626: feat: initial
42
+ - Updated dependencies [224f7fe]
43
+ - Updated dependencies [204c626]
44
+ - @modern-js/plugin-i18n@1.0.0-rc.5
45
+ - @modern-js/utils@1.0.0-rc.5
46
+
3
47
  ## 1.0.0-rc.4
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/generator-utils",
3
- "version": "1.0.0-rc.4",
3
+ "version": "1.0.0-rc.8",
4
4
  "jsnext:source": "./src/index.ts",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "main": "./dist/js/node/index.js",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7",
20
- "@modern-js/plugin-i18n": "^1.0.0-rc.4",
21
- "@modern-js/utils": "^1.0.0-rc.4",
20
+ "@modern-js/plugin-i18n": "^1.0.0-rc.8",
21
+ "@modern-js/utils": "^1.0.0-rc.8",
22
22
  "execa": "^5.1.1",
23
23
  "ora": "^5.4.1"
24
24
  },
@@ -27,8 +27,8 @@
27
27
  "@types/jest": "^26",
28
28
  "@types/node": "^14",
29
29
  "typescript": "^4",
30
- "@modern-js/module-tools": "^1.0.0-rc.3",
31
- "@modern-js/plugin-testing": "^1.0.0-rc.3"
30
+ "@modern-js/module-tools": "^1.0.0-rc.8",
31
+ "@modern-js/plugin-testing": "^1.0.0-rc.8"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "modernConfig": {
@@ -36,7 +36,7 @@
36
36
  "packageMode": "node-js"
37
37
  }
38
38
  },
39
- "publicCnfig": {
39
+ "publishConfig": {
40
40
  "registry": "https://registry.npmjs.org/",
41
41
  "access": "public"
42
42
  },