@playwright/experimental-ct-vue 1.31.1 → 1.31.2

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 (2) hide show
  1. package/cli.js +1 -1
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -14,4 +14,4 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- module.exports = require('playwright-core/cli');
17
+ module.exports = require('@playwright/test/cli');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/experimental-ct-vue",
3
- "version": "1.31.1",
3
+ "version": "1.31.2",
4
4
  "description": "Playwright Component Testing for Vue",
5
5
  "repository": "github:Microsoft/playwright",
6
6
  "homepage": "https://playwright.dev",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@vitejs/plugin-vue": "^4.0.0",
30
- "@playwright/test": "1.31.1",
30
+ "@playwright/test": "1.31.2",
31
31
  "vite": "^4.1.1"
32
32
  },
33
33
  "bin": {