@browsermation/test 0.0.7 → 0.0.8

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.
@@ -6,4 +6,4 @@ import 'dotenv/config';
6
6
  * @param testFiles The list of test files to include in the upload.
7
7
  */
8
8
  export declare function zip(folder: string, testFiles: string[]): Promise<Buffer>;
9
- export declare function upload(zipBuffer: Buffer, shardNumber: number, totalShards: number, playwrightConfig: object, options: object | undefined, eventStream: Readable): Promise<void>;
9
+ export declare function upload(zipBuffer: Buffer, shardNumber: number, totalShards: number, playwrightConfig: object, options: object, eventStream: Readable): Promise<void>;
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsermation/test",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "The testing platform for Playwright by Browsermation.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,10 +20,10 @@
20
20
  "build:cli": "esbuild src/bin/cli.ts --bundle --platform=node --external:playwright --target=node22 --outfile=dist/bin/cli.js",
21
21
  "build:index": "esbuild src/index.ts --bundle --platform=node --external:playwright --target=node22 --outfile=dist/index.js",
22
22
  "build:types": "tsc --emitDeclarationOnly --outDir dist",
23
- "build": "npm run build:cli && npm run build:index && npm run build:types",
23
+ "build": "rm -rf dist && 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": "rm -rf dist && npm run build && npm publish --access public"
26
+ "publish": "npm run build && npm publish --access public"
27
27
  },
28
28
  "keywords": [
29
29
  "cli",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes