@stablyai/playwright-base 0.1.7-next.4 → 0.1.7-next.5

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.extract = extract;
4
4
  const runtime_1 = require("../runtime");
5
- const is_object_1 = require("~/type-predicate/is-object");
5
+ const is_object_1 = require("../type-predicate/is-object");
6
6
  const EXTRACT_ENDPOINT = "https://api.stably.ai/internal/v2/extract";
7
7
  const zodV4 = (() => {
8
8
  try {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.verifyPrompt = verifyPrompt;
4
- const is_object_1 = require("~/type-predicate/is-object");
4
+ const is_object_1 = require("../type-predicate/is-object");
5
5
  const runtime_1 = require("../runtime");
6
6
  const PROMPT_ASSERTION_ENDPOINT = "https://api.stably.ai/internal/v1/assert";
7
7
  const parseSuccessResponse = (value) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stablyai/playwright-base",
3
- "version": "0.1.7-next.4",
3
+ "version": "0.1.7-next.5",
4
4
  "description": "Shared augmentation runtime for Stably Playwright wrappers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",