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

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,6 +67,9 @@ const test = async (api) => {
67
67
  modules: "cjs"
68
68
  }
69
69
  ]
70
+ ],
71
+ plugins: [
72
+ "@babel/plugin-transform-private-methods"
70
73
  ]
71
74
  });
72
75
  await (0, import_base.runTest)(api, userConfig.testing);
@@ -50,6 +50,9 @@ var test = function() {
50
50
  modules: "cjs"
51
51
  }
52
52
  ]
53
+ ],
54
+ plugins: [
55
+ "@babel/plugin-transform-private-methods"
53
56
  ]
54
57
  })
55
58
  ];
@@ -34,6 +34,9 @@ const test = async (api) => {
34
34
  modules: "cjs"
35
35
  }
36
36
  ]
37
+ ],
38
+ plugins: [
39
+ "@babel/plugin-transform-private-methods"
37
40
  ]
38
41
  });
39
42
  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.0",
18
+ "version": "2.56.1-alpha.0",
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,6 +112,7 @@
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",
115
116
  "@modern-js-reduck/plugin-auto-actions": "^1.1.10",
116
117
  "@modern-js-reduck/plugin-effects": "^1.1.10",
117
118
  "@modern-js-reduck/plugin-immutable": "^1.1.10",
@@ -132,11 +133,11 @@
132
133
  "@swc/helpers": "0.5.3",
133
134
  "@modern-js/babel-compiler": "2.56.0",
134
135
  "@modern-js/utils": "2.56.0",
135
- "@modern-js/types": "2.56.0",
136
136
  "@modern-js/plugin": "2.56.0",
137
+ "@modern-js/prod-server": "2.56.0",
138
+ "@modern-js/types": "2.56.0",
137
139
  "@modern-js/babel-preset": "2.56.0",
138
- "@modern-js/bff-core": "2.56.0",
139
- "@modern-js/prod-server": "2.56.0"
140
+ "@modern-js/bff-core": "2.56.0"
140
141
  },
141
142
  "peerDependencies": {
142
143
  "react": ">=17",
@@ -156,16 +157,15 @@
156
157
  "@types/node": "^14",
157
158
  "@types/yargs": "^17.0.2",
158
159
  "typescript": "^5",
159
- "@modern-js/core": "2.56.0",
160
160
  "@modern-js/runtime": "2.56.0",
161
- "@scripts/build": "2.56.0",
162
- "@scripts/jest-config": "2.56.0"
161
+ "@scripts/jest-config": "2.56.0",
162
+ "@modern-js/core": "2.56.0",
163
+ "@scripts/build": "2.56.0"
163
164
  },
164
165
  "sideEffects": false,
165
166
  "publishConfig": {
166
167
  "registry": "https://registry.npmjs.org/",
167
- "access": "public",
168
- "provenance": true
168
+ "access": "public"
169
169
  },
170
170
  "scripts": {
171
171
  "new": "modern-lib new",