@modern-js/plugin-testing 2.56.1-alpha.0 → 2.56.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,9 +67,6 @@ const test = async (api) => {
67
67
  modules: "cjs"
68
68
  }
69
69
  ]
70
- ],
71
- plugins: [
72
- "@babel/plugin-transform-private-methods"
73
70
  ]
74
71
  });
75
72
  await (0, import_base.runTest)(api, userConfig.testing);
@@ -50,9 +50,6 @@ var test = function() {
50
50
  modules: "cjs"
51
51
  }
52
52
  ]
53
- ],
54
- plugins: [
55
- "@babel/plugin-transform-private-methods"
56
53
  ]
57
54
  })
58
55
  ];
@@ -34,9 +34,6 @@ const test = async (api) => {
34
34
  modules: "cjs"
35
35
  }
36
36
  ]
37
- ],
38
- plugins: [
39
- "@babel/plugin-transform-private-methods"
40
37
  ]
41
38
  });
42
39
  await runTest(api, userConfig.testing);
@@ -1,5 +1,5 @@
1
1
  import type { CliPlugin, IAppContext } from '@modern-js/core';
2
- import { ServerPlugin } from '@modern-js/prod-server';
2
+ import type { ServerPlugin } from '@modern-js/server-core';
3
3
  import { UserConfig } from '../../base/config';
4
4
  import { TestConfigOperator } from '../../base';
5
5
  import type { Hooks } from '../../base/hook';
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.56.1-alpha.0",
18
+ "version": "2.56.2",
19
19
  "jsnext:source": "./src/cli/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "main": "./dist/cjs/cli/index.js",
@@ -112,7 +112,6 @@
112
112
  "@babel/core": "^7.24.7",
113
113
  "@babel/preset-env": "^7.24.7",
114
114
  "@babel/preset-react": "^7.22.15",
115
- "@babel/plugin-transform-private-methods": "^7.24.7",
116
115
  "@modern-js-reduck/plugin-auto-actions": "^1.1.10",
117
116
  "@modern-js-reduck/plugin-effects": "^1.1.10",
118
117
  "@modern-js-reduck/plugin-immutable": "^1.1.10",
@@ -131,18 +130,19 @@
131
130
  "ts-jest": "^29.1.0",
132
131
  "yargs": "^17.0.1",
133
132
  "@swc/helpers": "0.5.3",
134
- "@modern-js/babel-compiler": "2.56.0",
135
- "@modern-js/utils": "2.56.0",
136
- "@modern-js/plugin": "2.56.0",
137
- "@modern-js/prod-server": "2.56.0",
138
- "@modern-js/types": "2.56.0",
139
- "@modern-js/babel-preset": "2.56.0",
140
- "@modern-js/bff-core": "2.56.0"
133
+ "@modern-js/babel-compiler": "2.56.2",
134
+ "@modern-js/utils": "2.56.2",
135
+ "@modern-js/plugin": "2.56.2",
136
+ "@modern-js/server-core": "2.56.2",
137
+ "@modern-js/prod-server": "2.56.2",
138
+ "@modern-js/types": "2.56.2",
139
+ "@modern-js/bff-core": "2.56.2",
140
+ "@modern-js/babel-preset": "2.56.2"
141
141
  },
142
142
  "peerDependencies": {
143
143
  "react": ">=17",
144
144
  "react-dom": ">=17",
145
- "@modern-js/runtime": "^2.56.0"
145
+ "@modern-js/runtime": "^2.56.2"
146
146
  },
147
147
  "peerDependenciesMeta": {
148
148
  "@modern-js/runtime": {
@@ -157,15 +157,16 @@
157
157
  "@types/node": "^14",
158
158
  "@types/yargs": "^17.0.2",
159
159
  "typescript": "^5",
160
- "@modern-js/runtime": "2.56.0",
161
- "@scripts/jest-config": "2.56.0",
162
- "@modern-js/core": "2.56.0",
163
- "@scripts/build": "2.56.0"
160
+ "@modern-js/core": "2.56.2",
161
+ "@modern-js/runtime": "2.56.2",
162
+ "@scripts/build": "2.56.2",
163
+ "@scripts/jest-config": "2.56.2"
164
164
  },
165
165
  "sideEffects": false,
166
166
  "publishConfig": {
167
167
  "registry": "https://registry.npmjs.org/",
168
- "access": "public"
168
+ "access": "public",
169
+ "provenance": true
169
170
  },
170
171
  "scripts": {
171
172
  "new": "modern-lib new",