@modern-js/utils 1.0.0-rc.17 → 1.0.0-rc.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +72 -72
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 1.0.0-rc.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - 204c626: feat: initial
10
+ - 63be0a5: fix: #118 #104
11
+
3
12
  ## 1.0.0-rc.17
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
1
  {
2
- "name": "@modern-js/utils",
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
- "./formatWebpackMessages": "./dist/js/treeshaking/formatWebpackMessages.js",
18
- "./constants": "./dist/js/treeshaking/constants.js"
19
- },
20
- "typesVersions": {
21
- "*": {
22
- "formatWebpackMessages": [
23
- "./dist/types/formatWebpackMessages.d.ts"
24
- ],
25
- "constants": [
26
- "./dist/types/constants.d.ts"
27
- ]
28
- }
29
- },
30
- "dependencies": {
31
- "@babel/runtime": "^7",
32
- "@types/fs-extra": "^9.0.12",
33
- "browserslist": "^4.16.7",
34
- "chalk": "^4.1.2",
35
- "chokidar": "^3.5.2",
36
- "debug": "^4.3.2",
37
- "filesize": "^7.0.0",
38
- "fs-extra": "^10.0.0",
39
- "glob": "^7.1.7",
40
- "gzip-size": "^6.0.0",
41
- "import-lazy": "^4.0.0",
42
- "pkg-up": "^3.1.0",
43
- "recursive-readdir": "^2.2.2",
44
- "strip-ansi": "6.0.0",
45
- "upath": "^2.0.1",
46
- "yaml": "^1.10.2"
47
- },
48
- "devDependencies": {
49
- "@types/debug": "^4.1.7",
50
- "@types/fs-extra": "^9.0.12",
51
- "@types/glob": "^7.1.4",
52
- "@types/jest": "^26",
53
- "@types/node": "^14",
54
- "@types/recursive-readdir": "^2.2.0",
55
- "typescript": "^4",
56
- "webpack": "^5.54.0",
57
- "@modern-js/plugin-testing": "^1.0.0-rc.17",
58
- "@modern-js/module-tools": "^1.0.0-rc.17"
59
- },
60
- "peerDependencies": {
61
- "typescript": "^4.4.3"
62
- },
63
- "sideEffects": false,
64
- "publishConfig": {
65
- "registry": "https://registry.npmjs.org/",
66
- "access": "public"
67
- },
68
- "scripts": {
69
- "new": "modern new",
70
- "build": "modern build",
71
- "test": "modern test --passWithNoTests"
72
- }
73
- }
2
+ "name": "@modern-js/utils",
3
+ "version": "1.0.0-rc.18",
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
+ "./formatWebpackMessages": "./dist/js/treeshaking/formatWebpackMessages.js",
18
+ "./constants": "./dist/js/treeshaking/constants.js"
19
+ },
20
+ "typesVersions": {
21
+ "*": {
22
+ "formatWebpackMessages": [
23
+ "./dist/types/formatWebpackMessages.d.ts"
24
+ ],
25
+ "constants": [
26
+ "./dist/types/constants.d.ts"
27
+ ]
28
+ }
29
+ },
30
+ "dependencies": {
31
+ "@babel/runtime": "^7",
32
+ "@types/fs-extra": "^9.0.12",
33
+ "browserslist": "^4.16.7",
34
+ "chalk": "^4.1.2",
35
+ "chokidar": "^3.5.2",
36
+ "debug": "^4.3.2",
37
+ "filesize": "^7.0.0",
38
+ "fs-extra": "^10.0.0",
39
+ "glob": "^7.1.7",
40
+ "gzip-size": "^6.0.0",
41
+ "import-lazy": "^4.0.0",
42
+ "pkg-up": "^3.1.0",
43
+ "recursive-readdir": "^2.2.2",
44
+ "strip-ansi": "6.0.0",
45
+ "upath": "^2.0.1",
46
+ "yaml": "^1.10.2"
47
+ },
48
+ "devDependencies": {
49
+ "@types/debug": "^4.1.7",
50
+ "@types/fs-extra": "^9.0.12",
51
+ "@types/glob": "^7.1.4",
52
+ "@types/jest": "^26",
53
+ "@types/node": "^14",
54
+ "@types/recursive-readdir": "^2.2.0",
55
+ "typescript": "^4",
56
+ "webpack": "^5.54.0",
57
+ "@modern-js/plugin-testing": "^1.0.0-rc.18",
58
+ "@modern-js/module-tools": "^1.0.0-rc.18"
59
+ },
60
+ "peerDependencies": {
61
+ "typescript": "^4.4.3"
62
+ },
63
+ "sideEffects": false,
64
+ "publishConfig": {
65
+ "registry": "https://registry.npmjs.org/",
66
+ "access": "public"
67
+ },
68
+ "scripts": {
69
+ "new": "modern new",
70
+ "build": "modern build",
71
+ "test": "modern test --passWithNoTests"
72
+ }
73
+ }