@browsermation/test 0.0.5 → 0.0.7
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.
- package/dist/bin/cli.js +2 -2
- package/dist/index.js +0 -0
- package/package.json +2 -2
- package/dist/index.mjs +0 -48305
package/dist/bin/cli.js
CHANGED
|
@@ -42872,7 +42872,7 @@ var {
|
|
|
42872
42872
|
// package.json
|
|
42873
42873
|
var package_default = {
|
|
42874
42874
|
name: "@browsermation/test",
|
|
42875
|
-
version: "0.0.
|
|
42875
|
+
version: "0.0.7",
|
|
42876
42876
|
description: "The testing platform for Playwright by Browsermation.",
|
|
42877
42877
|
main: "dist/index.js",
|
|
42878
42878
|
types: "dist/index.d.ts",
|
|
@@ -42895,7 +42895,7 @@ var package_default = {
|
|
|
42895
42895
|
build: "npm run build:cli && npm run build:index && npm run build:types",
|
|
42896
42896
|
start: "node dist/bin/cli.js",
|
|
42897
42897
|
"build:start": "npm run build && npm start",
|
|
42898
|
-
publish: "npm run build && npm publish --access public"
|
|
42898
|
+
publish: "rm -rf dist && npm run build && npm publish --access public"
|
|
42899
42899
|
},
|
|
42900
42900
|
keywords: [
|
|
42901
42901
|
"cli",
|
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@browsermation/test",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "The testing platform for Playwright by Browsermation.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"build": "npm run build:cli && npm run build:index && npm run build:types",
|
|
24
24
|
"start": "node dist/bin/cli.js",
|
|
25
25
|
"build:start": "npm run build && npm start",
|
|
26
|
-
"publish": "npm run build && npm publish --access public"
|
|
26
|
+
"publish": "rm -rf dist && npm run build && npm publish --access public"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"cli",
|