@ray-js/builder-mp 1.6.32 → 1.7.0
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.
- package/lib/build.rjs.d.ts +1 -1
- package/lib/build.rjs.js +3 -3
- package/package.json +17 -17
package/lib/build.rjs.d.ts
CHANGED
package/lib/build.rjs.js
CHANGED
@@ -3,11 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const webpack_chain_1 = __importDefault(require("webpack-chain"));
|
7
6
|
const path_1 = __importDefault(require("path"));
|
8
|
-
const colors_1 = __importDefault(require("colors"));
|
9
|
-
const shared_1 = require("@ray-js/shared");
|
10
7
|
const legacyExport_1 = require("@ray-core/cli/lib/legacyExport");
|
8
|
+
const shared_1 = require("@ray-js/shared");
|
9
|
+
const colors_1 = __importDefault(require("colors"));
|
10
|
+
const webpack_chain_1 = __importDefault(require("webpack-chain"));
|
11
11
|
const builder_1 = require("./builder");
|
12
12
|
const onBuildEnd_1 = __importDefault(require("./plugins/onBuildEnd"));
|
13
13
|
const optimizeRjsEntries_1 = __importDefault(require("./plugins/optimizeRjsEntries"));
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/builder-mp",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.7.0",
|
4
4
|
"description": "Ray builder for mini program",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -26,17 +26,17 @@
|
|
26
26
|
"dependencies": {
|
27
27
|
"@babel/plugin-transform-private-methods": "^7.25.9",
|
28
28
|
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
29
|
-
"@babel/template": "^7.
|
30
|
-
"@babel/traverse": "^7.
|
31
|
-
"@babel/types": "^7.
|
32
|
-
"@ray-core/babel-preset-remax": "^0.4.
|
33
|
-
"@ray-core/build-store": "^0.4.
|
34
|
-
"@ray-core/cli": "^0.4.
|
35
|
-
"@ray-core/ray": "^0.4.
|
36
|
-
"@ray-js/adapter": "1.
|
29
|
+
"@babel/template": "^7.27.0",
|
30
|
+
"@babel/traverse": "^7.27.0",
|
31
|
+
"@babel/types": "^7.27.0",
|
32
|
+
"@ray-core/babel-preset-remax": "^0.4.9",
|
33
|
+
"@ray-core/build-store": "^0.4.9",
|
34
|
+
"@ray-core/cli": "^0.4.9",
|
35
|
+
"@ray-core/ray": "^0.4.9",
|
36
|
+
"@ray-js/adapter": "1.7.0",
|
37
37
|
"@ray-js/rjs-for-wechat": "^0.0.3",
|
38
|
-
"@ray-js/shared": "1.
|
39
|
-
"@ray-js/types": "1.
|
38
|
+
"@ray-js/shared": "1.7.0",
|
39
|
+
"@ray-js/types": "1.7.0",
|
40
40
|
"babel-loader": "^8.4.1",
|
41
41
|
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
|
42
42
|
"babel-plugin-transform-prune-unused-imports": "^1.0.1",
|
@@ -49,22 +49,22 @@
|
|
49
49
|
"pretty-bytes": "^5.6.0",
|
50
50
|
"react": "^17.0.2",
|
51
51
|
"slash": "^3.0.0",
|
52
|
-
"webpack": "^5.
|
52
|
+
"webpack": "^5.99.5",
|
53
53
|
"webpack-chain": "^6.5.1",
|
54
54
|
"webpack-virtual-modules": "^0.4.6"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
57
|
-
"@ray-core/types": "^0.4.
|
57
|
+
"@ray-core/types": "^0.4.9",
|
58
58
|
"@types/jest": "^29.5.14",
|
59
|
-
"@types/node": "^20.17.
|
59
|
+
"@types/node": "^20.17.30",
|
60
60
|
"babel-plugin-tester": "^10.1.0",
|
61
61
|
"jest": "^29.7.0",
|
62
|
-
"ts-jest": "^29.2
|
63
|
-
"typescript": "^5.8.
|
62
|
+
"ts-jest": "^29.3.2",
|
63
|
+
"typescript": "^5.8.3"
|
64
64
|
},
|
65
65
|
"publishConfig": {
|
66
66
|
"access": "public",
|
67
67
|
"registry": "https://registry.npmjs.com"
|
68
68
|
},
|
69
|
-
"gitHead": "
|
69
|
+
"gitHead": "c230e01c313aca9700e12d14b80488aae9bec3d3"
|
70
70
|
}
|