@siteverb/runner 0.1.0-rc.0 → 0.1.0-rc.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.
package/dist/cli.js CHANGED
File without changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const RUNNER_VERSION = "0.1.0-rc.0";
1
+ export declare const RUNNER_VERSION = "0.1.0-rc.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const RUNNER_VERSION = '0.1.0-rc.0';
1
+ export const RUNNER_VERSION = '0.1.0-rc.1';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siteverb/runner",
3
- "version": "0.1.0-rc.0",
3
+ "version": "0.1.0-rc.1",
4
4
  "description": "Deterministic real-browser runner for Siteverb WebMCP journey contracts.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -24,7 +24,7 @@
24
24
  "node": ">=22"
25
25
  },
26
26
  "scripts": {
27
- "build": "tsc -p tsconfig.build.json",
27
+ "build": "node ../../scripts/clean-package-dist.mjs && tsc -p tsconfig.build.json",
28
28
  "package:check": "publint && attw --pack . --profile esm-only",
29
29
  "test": "vitest run",
30
30
  "typecheck": "tsc -p tsconfig.json --noEmit"
@@ -46,8 +46,8 @@
46
46
  "provenance": true
47
47
  },
48
48
  "dependencies": {
49
- "@siteverb/contracts": "^0.1.0-rc.0",
50
- "@siteverb/profiles": "^0.1.0-rc.0",
49
+ "@siteverb/contracts": "^0.1.0-rc.1",
50
+ "@siteverb/profiles": "^0.1.0-rc.1",
51
51
  "puppeteer-core": "25.9.0"
52
52
  }
53
53
  }