@modern-js/plugin-testing 2.21.2-alpha.0 → 2.21.2-alpha.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.
Files changed (1) hide show
  1. package/package.json +11 -8
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.21.2-alpha.0",
18
+ "version": "2.21.2-alpha.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",
@@ -102,6 +102,9 @@
102
102
  ],
103
103
  "base": [
104
104
  "./dist/types/base/index.d.ts"
105
+ ],
106
+ "bff": [
107
+ "./dist/types/runtime-testing/bff.d.ts"
105
108
  ]
106
109
  }
107
110
  },
@@ -126,11 +129,11 @@
126
129
  "ts-jest": "^29.1.0",
127
130
  "yargs": "^17.0.1",
128
131
  "@swc/helpers": "0.5.1",
129
- "@modern-js/babel-compiler": "2.21.1",
130
- "@modern-js/babel-preset-app": "2.21.1",
131
- "@modern-js/prod-server": "2.21.1",
132
132
  "@modern-js/utils": "2.21.1",
133
- "@modern-js/plugin": "2.21.1"
133
+ "@modern-js/plugin": "2.21.1",
134
+ "@modern-js/prod-server": "2.21.1",
135
+ "@modern-js/babel-preset-app": "2.21.1",
136
+ "@modern-js/babel-compiler": "2.21.1"
134
137
  },
135
138
  "peerDependencies": {
136
139
  "react": ">=17",
@@ -150,11 +153,11 @@
150
153
  "@types/node": "^14",
151
154
  "@types/yargs": "^17.0.2",
152
155
  "typescript": "^5",
153
- "@modern-js/core": "2.21.1",
156
+ "@modern-js/bff-core": "2.21.1",
154
157
  "@modern-js/runtime": "2.21.1",
155
- "@modern-js/types": "2.21.1",
156
158
  "@scripts/build": "2.21.1",
157
- "@modern-js/bff-core": "2.21.1",
159
+ "@modern-js/core": "2.21.1",
160
+ "@modern-js/types": "2.21.1",
158
161
  "@scripts/jest-config": "2.21.1"
159
162
  },
160
163
  "sideEffects": false,