@intuned/runtime-dev 0.0.1-split.1 → 0.0.1-split.3

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.
@@ -1,7 +1,7 @@
1
1
  import { authSessionsContextsStore } from "./store";
2
2
  import { AUTH_SESSIONS_FOLDER_NAME } from "@intuned/runtime/dist/common/constants";
3
3
  import { getDownloadDirectoryPath } from "@intuned/runtime";
4
- import { getProductionPlaywrightConstructs } from "../../../src/common/getPlaywrightConstructs";
4
+ import { getProductionPlaywrightConstructs } from "@intuned/runtime";
5
5
  import { callFunction, getTraceFilePath, isHeadless } from "../../utils";
6
6
  import * as fs from "fs-extra";
7
7
  import { getContextStorageState } from "@intuned/runtime/dist/common/contextStorageStateHelpers";
@@ -8,8 +8,6 @@ import { IntunedSettings } from "@intuned/runtime/dist/common/settingsSchema";
8
8
  import { getDownloadDirectoryPath } from "@intuned/runtime";
9
9
  import { getProductionPlaywrightConstructs } from "@intuned/runtime";
10
10
  import * as fs from "fs-extra";
11
- // @ts-ignore
12
- import { PayloadItem } from "../../../src/common/types";
13
11
  import { getTelemetryClient } from "@intuned/runtime/dist/common/telemetry";
14
12
  import { getExecutionContext } from "@intuned/runtime";
15
13
  import { backendFunctionsTokenManager } from "@intuned/runtime/dist/common/jwtTokenManager";
@@ -174,7 +172,7 @@ export async function runApi({
174
172
  const response: {
175
173
  result: any;
176
174
  updatedSession?: object;
177
- payloadToAppend: PayloadItem[] | null;
175
+ payloadToAppend: any[] | null;
178
176
  // TODO: remove
179
177
  metadata?: {
180
178
  startTime: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "0.0.1-split.1",
3
+ "version": "0.0.1-split.3",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
@@ -13,6 +13,7 @@
13
13
  "./dist/common/cleanEnvironmentVariables": "./dist/common/cleanEnvironmentVariables.js",
14
14
  "./dist/common/constants": "./dist/common/constants.js"
15
15
  },
16
+ "types": "./dist/index.d.ts",
16
17
  "author": "Intuned Team",
17
18
  "license": "MIT",
18
19
  "scripts": {