@modern-js/server-utils 2.54.6 → 2.56.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.
|
@@ -33,7 +33,7 @@ __export(preset_exports, {
|
|
|
33
33
|
getBabelConfig: () => getBabelConfig
|
|
34
34
|
});
|
|
35
35
|
module.exports = __toCommonJS(preset_exports);
|
|
36
|
-
var import_node = require("@
|
|
36
|
+
var import_node = require("@modern-js/babel-preset/node");
|
|
37
37
|
var import_alias = require("./alias");
|
|
38
38
|
__reExport(preset_exports, require("./types"), module.exports);
|
|
39
39
|
var import_utils = require("@modern-js/utils");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ILibPresetOption } from './types';
|
|
2
|
-
export declare const getBabelConfig: (libPresetOption: ILibPresetOption) => import("@
|
|
2
|
+
export declare const getBabelConfig: (libPresetOption: ILibPresetOption) => import("@babel/core").TransformOptions;
|
|
3
3
|
export * from './types';
|
|
4
4
|
export { applyUserBabelConfig } from '@modern-js/utils';
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.56.0",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/cjs/index.js",
|
|
@@ -31,28 +31,28 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@babel/core": "^7.
|
|
35
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
36
|
-
"@babel/preset-env": "^7.
|
|
34
|
+
"@babel/core": "^7.24.7",
|
|
35
|
+
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
36
|
+
"@babel/preset-env": "^7.24.7",
|
|
37
37
|
"@babel/preset-react": "^7.22.15",
|
|
38
|
-
"@babel/preset-typescript": "^7.
|
|
39
|
-
"@rsbuild/babel-preset": "0.7.10",
|
|
38
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
40
39
|
"@swc/helpers": "0.5.3",
|
|
41
40
|
"babel-plugin-transform-typescript-metadata": "^0.3.2",
|
|
42
|
-
"@modern-js/babel-compiler": "2.
|
|
43
|
-
"@modern-js/utils": "2.
|
|
44
|
-
"@modern-js/babel-plugin-module-resolver": "2.
|
|
41
|
+
"@modern-js/babel-compiler": "2.56.0",
|
|
42
|
+
"@modern-js/utils": "2.56.0",
|
|
43
|
+
"@modern-js/babel-plugin-module-resolver": "2.56.0",
|
|
44
|
+
"@modern-js/babel-preset": "2.56.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@types/babel__core": "^7.20.
|
|
47
|
+
"@types/babel__core": "^7.20.5",
|
|
48
48
|
"@types/jest": "^29",
|
|
49
49
|
"@types/node": "^14",
|
|
50
50
|
"jest": "^29",
|
|
51
51
|
"ts-jest": "^29.1.0",
|
|
52
52
|
"typescript": "^5",
|
|
53
|
-
"@
|
|
54
|
-
"@scripts/
|
|
55
|
-
"@
|
|
53
|
+
"@modern-js/server-core": "2.56.0",
|
|
54
|
+
"@scripts/build": "2.56.0",
|
|
55
|
+
"@scripts/jest-config": "2.56.0"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"publishConfig": {
|