@flatjs/evolve 2.0.0-next.1 → 2.0.0-next.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -14
- package/CHANGELOG.md +0 -913
- package/templates/html-plugin/README.md +0 -5
- package/templates/html-plugin/index-dev.html +0 -61
- package/templates/html-plugin/index-inte.html +0 -61
- package/templates/html-plugin/index-inte2.html +0 -61
- package/templates/html-plugin/index-inte3.html +0 -61
- package/templates/html-plugin/index-inte4.html +0 -61
- package/templates/html-plugin/index-me.html +0 -61
- package/templates/html-plugin/index-prod.html +0 -61
- package/templates/html-plugin/index-rc.html +0 -61
- package/templates/html-plugin/index-uat.html +0 -61
- package/templates/main.html +0 -112
- package/templates/module-404.html +0 -43
- package/templates/module.html +0 -81
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "2.0.0-next.
|
3
|
+
"version": "2.0.0-next.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -12,13 +12,9 @@
|
|
12
12
|
},
|
13
13
|
"types": "./dist/index.d.ts",
|
14
14
|
"files": [
|
15
|
-
"bin/",
|
16
|
-
"dist/",
|
17
|
-
"
|
18
|
-
"index.js",
|
19
|
-
"README.md",
|
20
|
-
"CHANGELOG.md",
|
21
|
-
"package.json"
|
15
|
+
"./bin/",
|
16
|
+
"./dist/",
|
17
|
+
"./index.js"
|
22
18
|
],
|
23
19
|
"scripts": {
|
24
20
|
"serve": "yarn ts-node-esm ./tests/dev-server/dev-server.ts",
|
@@ -43,11 +39,11 @@
|
|
43
39
|
"@armit/package": "^0.0.50",
|
44
40
|
"@armit/worker-threads": "^0.0.10",
|
45
41
|
"@babel/core": "7.23.2",
|
46
|
-
"@flatjs/common": "2.0.0-next.
|
47
|
-
"@flatjs/evolve-preset-babel": "2.0.0-next.
|
48
|
-
"@flatjs/forge-postcss-plugin-pixel": "2.0.0-next.
|
49
|
-
"@flatjs/graph": "2.0.0-next.
|
50
|
-
"@flatjs/mock": "2.0.0-next.
|
42
|
+
"@flatjs/common": "2.0.0-next.2",
|
43
|
+
"@flatjs/evolve-preset-babel": "2.0.0-next.2",
|
44
|
+
"@flatjs/forge-postcss-plugin-pixel": "2.0.0-next.2",
|
45
|
+
"@flatjs/graph": "2.0.0-next.2",
|
46
|
+
"@flatjs/mock": "2.0.0-next.2",
|
51
47
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
|
52
48
|
"@types/babel__core": "7.20.3",
|
53
49
|
"babel-loader": "9.1.3",
|
@@ -83,7 +79,7 @@
|
|
83
79
|
},
|
84
80
|
"devDependencies": {
|
85
81
|
"@armit/eslint-config-bases": "^0.0.28",
|
86
|
-
"@flatjs/testing": "2.0.0-next.
|
82
|
+
"@flatjs/testing": "2.0.0-next.2",
|
87
83
|
"@swc/core": "1.3.93",
|
88
84
|
"@types/express": "4.17.20",
|
89
85
|
"@types/listr": "0.14.7",
|