@stablyai/playwright-base 2.1.0 → 2.1.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/index.cjs CHANGED
@@ -47,7 +47,7 @@ const isObject = (value) => {
47
47
 
48
48
  const SDK_METADATA_HEADERS = {
49
49
  "X-Client-Name": "stably-playwright-sdk-js",
50
- "X-Client-Version": "2.1.0"
50
+ "X-Client-Version": "2.1.1"
51
51
  };
52
52
 
53
53
  const PROMPT_ASSERTION_PATH = "internal/v2/assert";
package/dist/index.mjs CHANGED
@@ -26,7 +26,7 @@ const isObject = (value) => {
26
26
 
27
27
  const SDK_METADATA_HEADERS = {
28
28
  "X-Client-Name": "stably-playwright-sdk-js",
29
- "X-Client-Version": "2.1.0"
29
+ "X-Client-Version": "2.1.1"
30
30
  };
31
31
 
32
32
  const PROMPT_ASSERTION_PATH = "internal/v2/assert";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stablyai/playwright-base",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Shared augmentation runtime for Stably Playwright wrappers",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",