@bigbinary/neeto-playwright-reporter 2.1.0-beta2 → 2.1.0

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/package.json CHANGED
@@ -1,18 +1,15 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-reporter",
3
- "version": "2.1.0-beta2",
3
+ "version": "2.1.0",
4
4
  "description": "The custom playwright reporter for neeto-playwright-dashboard.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-reporter.git",
6
6
  "license": "apache-2.0",
7
7
  "main": "./index.cjs.js",
8
8
  "module": "./index.js",
9
9
  "types": "./index.d.ts",
10
- "bin": {
11
- "neeto-playdash-exec": "./build/compiled/bin/index.js"
12
- },
13
10
  "scripts": {
14
11
  "prepare": "husky install",
15
- "build": "NODE_ENV=production tsc && rollup --bundleConfigAsCjs -c rollup.config.js && chmod 755 build/compiled/bin/index.js",
12
+ "build": "NODE_ENV=production tsc && rollup --bundleConfigAsCjs -c rollup.config.js",
16
13
  "watch": "tsc && rollup --bundleConfigAsCjs -c rollup.config.js --watch",
17
14
  "release": "yarn build && yalc push --sig"
18
15
  },
@@ -24,8 +21,7 @@
24
21
  "files": [
25
22
  "index.*",
26
23
  "index.d.ts",
27
- "configs/*",
28
- "build/compiled/bin"
24
+ "configs/*"
29
25
  ],
30
26
  "lint-staged": {
31
27
  "**/*.{js,jsx,ts,tsx,json,mjs}": [
@@ -80,7 +76,6 @@
80
76
  "axios": "^1.6.7",
81
77
  "axios-retry": "^4.5.0",
82
78
  "cli-progress": "^3.12.0",
83
- "commander": "^14.0.1",
84
79
  "dotenv": "^16.4.5",
85
80
  "immer": "^10.0.3",
86
81
  "p-retry": "^6.2.1",
@@ -1,2 +0,0 @@
1
- export declare const NEETO_PLAYWRIGHT_REPORTER_FLAGS: string[];
2
- export declare const CUSTOM_PLAYWRIGHT_FLAGS: string[];
@@ -1,7 +0,0 @@
1
- export const NEETO_PLAYWRIGHT_REPORTER_FLAGS = [
2
- "--apiKey",
3
- "--projectKey",
4
- "--ciBuildId",
5
- ];
6
- export const CUSTOM_PLAYWRIGHT_FLAGS = ["--shard"];
7
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/bin/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,UAAU;IACV,cAAc;IACd,aAAa;CACd,CAAC;AACF,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,SAAS,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- export {};