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

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.
@@ -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);
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.1",
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,18 @@
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.1",
134
+ "@modern-js/plugin": "2.56.1",
135
+ "@modern-js/prod-server": "2.56.1",
136
+ "@modern-js/types": "2.56.1",
137
+ "@modern-js/bff-core": "2.56.1",
138
+ "@modern-js/utils": "2.56.1",
139
+ "@modern-js/babel-preset": "2.56.1"
141
140
  },
142
141
  "peerDependencies": {
143
142
  "react": ">=17",
144
143
  "react-dom": ">=17",
145
- "@modern-js/runtime": "^2.56.0"
144
+ "@modern-js/runtime": "^2.56.1"
146
145
  },
147
146
  "peerDependenciesMeta": {
148
147
  "@modern-js/runtime": {
@@ -157,15 +156,16 @@
157
156
  "@types/node": "^14",
158
157
  "@types/yargs": "^17.0.2",
159
158
  "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"
159
+ "@modern-js/core": "2.56.1",
160
+ "@modern-js/runtime": "2.56.1",
161
+ "@scripts/build": "2.56.1",
162
+ "@scripts/jest-config": "2.56.1"
164
163
  },
165
164
  "sideEffects": false,
166
165
  "publishConfig": {
167
166
  "registry": "https://registry.npmjs.org/",
168
- "access": "public"
167
+ "access": "public",
168
+ "provenance": true
169
169
  },
170
170
  "scripts": {
171
171
  "new": "modern-lib new",