@stablyai/playwright-test 2.1.5 → 2.1.6

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
@@ -32,7 +32,7 @@ require('buffer');
32
32
  require('os');
33
33
 
34
34
  const getApiUrl = () => process.env.STABLY_API_URL ?? "https://api.stably.ai";
35
- const sdkVersion = "2.1.5" ;
35
+ const sdkVersion = "2.1.6" ;
36
36
  const assertNonEmptyString = (value, fieldName) => {
37
37
  if (!value.trim()) {
38
38
  throw new Error(`Missing required field: ${fieldName}`);
package/dist/index.mjs CHANGED
@@ -32,7 +32,7 @@ import 'buffer';
32
32
  import 'os';
33
33
 
34
34
  const getApiUrl = () => process.env.STABLY_API_URL ?? "https://api.stably.ai";
35
- const sdkVersion = "2.1.5" ;
35
+ const sdkVersion = "2.1.6" ;
36
36
  const assertNonEmptyString = (value, fieldName) => {
37
37
  if (!value.trim()) {
38
38
  throw new Error(`Missing required field: ${fieldName}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stablyai/playwright-test",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Playwright Test wrapper with Stably AI matchers",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -31,8 +31,8 @@
31
31
  "dist"
32
32
  ],
33
33
  "dependencies": {
34
- "@stablyai/playwright": "2.1.5",
35
- "@stablyai/playwright-base": "2.1.5"
34
+ "@stablyai/playwright": "2.1.6",
35
+ "@stablyai/playwright-base": "2.1.6"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@stablyai-internal/api-client": "^0.1.7",