@modern-js/app-tools 1.0.0-alpha.5 → 1.0.0-rc.5

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 +56 -13
  2. package/package.json +19 -15
package/CHANGELOG.md CHANGED
@@ -1,19 +1,62 @@
1
1
  # @modern-js/app-tools
2
2
 
3
- ## 1.0.0-alpha.3
3
+ ## 1.0.0-rc.5
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/core@1.0.0-rc.5
12
+ - @modern-js/i18n-cli-language-detector@1.0.0-rc.5
13
+ - @modern-js/plugin-analyze@1.0.0-rc.5
14
+ - @modern-js/plugin-fast-refresh@1.0.0-rc.5
15
+ - @modern-js/plugin-i18n@1.0.0-rc.5
16
+ - @modern-js/webpack@1.0.0-rc.5
17
+ - @modern-js/new-action@1.0.0-rc.5
18
+ - @modern-js/plugin-polyfill@1.0.0-rc.5
19
+ - @modern-js/server@1.0.0-rc.5
20
+ - @modern-js/plugin@1.0.0-rc.5
21
+ - @modern-js/types@1.0.0-rc.5
22
+ - @modern-js/utils@1.0.0-rc.5
23
+
24
+ ## 1.0.0-rc.4
25
+
26
+ ### Patch Changes
27
+
28
+ - fix server route match
29
+ - 204c626: feat: initial
30
+ - Updated dependencies [undefined]
31
+ - Updated dependencies [204c626]
32
+ - @modern-js/core@1.0.0-rc.4
33
+ - @modern-js/i18n-cli-language-detector@1.0.0-rc.4
34
+ - @modern-js/plugin-analyze@1.0.0-rc.4
35
+ - @modern-js/plugin-fast-refresh@1.0.0-rc.4
36
+ - @modern-js/plugin-i18n@1.0.0-rc.4
37
+ - @modern-js/webpack@1.0.0-rc.4
38
+ - @modern-js/new-action@1.0.0-rc.4
39
+ - @modern-js/plugin-polyfill@1.0.0-rc.4
40
+ - @modern-js/server@1.0.0-rc.4
41
+ - @modern-js/plugin@1.0.0-rc.4
42
+ - @modern-js/types@1.0.0-rc.4
43
+ - @modern-js/utils@1.0.0-rc.4
44
+
45
+ ## 1.0.0-rc.3
46
+
4
47
  ### Patch Changes
5
48
 
6
49
  - feat: initial
7
50
  - Updated dependencies [undefined]
8
- - @modern-js/new-action@1.0.0-alpha.3
9
- - @modern-js/server@1.0.0-alpha.3
10
- - @modern-js/core@1.0.0-alpha.3
11
- - @modern-js/i18n-cli-language-detector@1.0.0-alpha.3
12
- - @modern-js/plugin-analyze@1.0.0-alpha.3
13
- - @modern-js/plugin-fast-refresh@1.0.0-alpha.3
14
- - @modern-js/plugin-i18n@1.0.0-alpha.3
15
- - @modern-js/webpack@1.0.0-alpha.3
16
- - @modern-js/plugin-polyfill@1.0.0-alpha.3
17
- - @modern-js/plugin@1.0.0-alpha.3
18
- - @modern-js/types@1.0.0-alpha.3
19
- - @modern-js/utils@1.0.0-alpha.3
51
+ - @modern-js/core@1.0.0-rc.3
52
+ - @modern-js/i18n-cli-language-detector@1.0.0-rc.3
53
+ - @modern-js/plugin-analyze@1.0.0-rc.3
54
+ - @modern-js/plugin-fast-refresh@1.0.0-rc.3
55
+ - @modern-js/plugin-i18n@1.0.0-rc.3
56
+ - @modern-js/webpack@1.0.0-rc.3
57
+ - @modern-js/new-action@1.0.0-rc.3
58
+ - @modern-js/plugin-polyfill@1.0.0-rc.3
59
+ - @modern-js/server@1.0.0-rc.3
60
+ - @modern-js/plugin@1.0.0-rc.3
61
+ - @modern-js/types@1.0.0-rc.3
62
+ - @modern-js/utils@1.0.0-rc.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/app-tools",
3
- "version": "1.0.0-alpha.5",
3
+ "version": "1.0.0-rc.5",
4
4
  "jsnext:source": "./src/index.ts",
5
5
  "types": "./lib/types.d.ts",
6
6
  "main": "./dist/js/node/index.js",
@@ -21,18 +21,18 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7",
24
- "@modern-js/core": "1.0.0-alpha.5",
25
- "@modern-js/types": "1.0.0-alpha.5",
26
- "@modern-js/i18n-cli-language-detector": "1.0.0-alpha.5",
27
- "@modern-js/new-action": "1.0.0-alpha.5",
28
- "@modern-js/plugin": "1.0.0-alpha.5",
29
- "@modern-js/plugin-analyze": "1.0.0-alpha.5",
30
- "@modern-js/plugin-fast-refresh": "1.0.0-alpha.5",
31
- "@modern-js/plugin-i18n": "1.0.0-alpha.5",
32
- "@modern-js/plugin-polyfill": "1.0.0-alpha.5",
33
- "@modern-js/server": "1.0.0-alpha.5",
34
- "@modern-js/utils": "1.0.0-alpha.5",
35
- "@modern-js/webpack": "1.0.0-alpha.5",
24
+ "@modern-js/core": "^1.0.0-rc.5",
25
+ "@modern-js/types": "^1.0.0-rc.5",
26
+ "@modern-js/i18n-cli-language-detector": "^1.0.0-rc.5",
27
+ "@modern-js/new-action": "^1.0.0-rc.5",
28
+ "@modern-js/plugin": "^1.0.0-rc.5",
29
+ "@modern-js/plugin-analyze": "^1.0.0-rc.5",
30
+ "@modern-js/plugin-fast-refresh": "^1.0.0-rc.5",
31
+ "@modern-js/plugin-i18n": "^1.0.0-rc.5",
32
+ "@modern-js/plugin-polyfill": "^1.0.0-rc.5",
33
+ "@modern-js/server": "^1.0.0-rc.5",
34
+ "@modern-js/utils": "^1.0.0-rc.5",
35
+ "@modern-js/webpack": "^1.0.0-rc.5",
36
36
  "webpack": "^5.54.0"
37
37
  },
38
38
  "devDependencies": {
@@ -41,8 +41,8 @@
41
41
  "@types/react": "^17",
42
42
  "@types/react-dom": "^17",
43
43
  "typescript": "^4",
44
- "@modern-js/plugin-testing": "^1.0.0-alpha.3",
45
- "@modern-js/module-tools": "^1.0.0-alpha.3"
44
+ "@modern-js/plugin-testing": "^1.0.0-rc.5",
45
+ "@modern-js/module-tools": "^1.0.0-rc.5"
46
46
  },
47
47
  "sideEffects": false,
48
48
  "modernConfig": {
@@ -50,6 +50,10 @@
50
50
  "packageMode": "node-js"
51
51
  }
52
52
  },
53
+ "publishConfig": {
54
+ "registry": "https://registry.npmjs.org/",
55
+ "access": "public"
56
+ },
53
57
  "scripts": {
54
58
  "new": "modern new",
55
59
  "build": "modern build",