@modern-js/plugin 1.0.0-rc.13 → 1.0.0-rc.17

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 +32 -0
  2. package/package.json +40 -40
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @modern-js/plugin
2
2
 
3
+ ## 1.0.0-rc.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - 204c626: feat: initial
10
+ - fix: #118 #104
11
+
12
+ ## 1.0.0-rc.16
13
+
14
+ ### Patch Changes
15
+
16
+ - 224f7fe: fix server route match
17
+ - 30ac27c: feat: add generator package description
18
+ - 204c626: feat: initial
19
+
20
+ ## 1.0.0-rc.15
21
+
22
+ ### Patch Changes
23
+
24
+ - 224f7fe: fix server route match
25
+ - 30ac27c: feat: add generator package description
26
+ - 204c626: feat: initial
27
+
28
+ ## 1.0.0-rc.14
29
+
30
+ ### Patch Changes
31
+
32
+ - 224f7fe: fix server route match
33
+ - 204c626: feat: initial
34
+
3
35
  ## 1.0.0-rc.13
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,41 +1,41 @@
1
1
  {
2
- "name": "@modern-js/plugin",
3
- "version": "1.0.0-rc.13",
4
- "jsnext:source": "./src/index.ts",
5
- "types": "./dist/types/index.d.ts",
6
- "main": "./dist/js/node/index.js",
7
- "module": "./dist/js/treeshaking/index.js",
8
- "jsnext:modern": "./dist/js/modern/index.js",
9
- "exports": {
10
- ".": {
11
- "node": {
12
- "import": "./dist/js/modern/index.js",
13
- "require": "./dist/js/node/index.js"
14
- },
15
- "default": "./dist/js/treeshaking/index.js"
16
- },
17
- "./node": {
18
- "default": "./node.js"
19
- }
20
- },
21
- "dependencies": {
22
- "@babel/runtime": "^7"
23
- },
24
- "devDependencies": {
25
- "@types/jest": "^26",
26
- "@types/node": "^14",
27
- "typescript": "^4",
28
- "@modern-js/plugin-testing": "^1.0.0-rc.13",
29
- "@modern-js/module-tools": "^1.0.0-rc.13"
30
- },
31
- "sideEffects": false,
32
- "publishConfig": {
33
- "registry": "https://registry.npmjs.org/",
34
- "access": "public"
35
- },
36
- "scripts": {
37
- "new": "modern new",
38
- "build": "modern build",
39
- "test": "modern test --passWithNoTests"
40
- }
41
- }
2
+ "name": "@modern-js/plugin",
3
+ "version": "1.0.0-rc.17",
4
+ "jsnext:source": "./src/index.ts",
5
+ "types": "./dist/types/index.d.ts",
6
+ "main": "./dist/js/node/index.js",
7
+ "module": "./dist/js/treeshaking/index.js",
8
+ "jsnext:modern": "./dist/js/modern/index.js",
9
+ "exports": {
10
+ ".": {
11
+ "node": {
12
+ "import": "./dist/js/modern/index.js",
13
+ "require": "./dist/js/node/index.js"
14
+ },
15
+ "default": "./dist/js/treeshaking/index.js"
16
+ },
17
+ "./node": {
18
+ "default": "./node.js"
19
+ }
20
+ },
21
+ "dependencies": {
22
+ "@babel/runtime": "^7"
23
+ },
24
+ "devDependencies": {
25
+ "@types/jest": "^26",
26
+ "@types/node": "^14",
27
+ "typescript": "^4",
28
+ "@modern-js/plugin-testing": "^1.0.0-rc.17",
29
+ "@modern-js/module-tools": "^1.0.0-rc.17"
30
+ },
31
+ "sideEffects": false,
32
+ "publishConfig": {
33
+ "registry": "https://registry.npmjs.org/",
34
+ "access": "public"
35
+ },
36
+ "scripts": {
37
+ "new": "modern new",
38
+ "build": "modern build",
39
+ "test": "modern test --passWithNoTests"
40
+ }
41
+ }