@alwaysmeticulous/client 2.271.0 → 2.273.0
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/api/github-cloud-replay.api.d.ts +1 -1
- package/dist/api/github-cloud-replay.api.js +2 -2
- package/dist/api/github-cloud-replay.api.js.map +1 -1
- package/dist/api/project-deployments.api.d.ts +1 -2
- package/dist/api/project-deployments.api.js +2 -2
- package/dist/api/project-deployments.api.js.map +1 -1
- package/dist/api/test-run.api.d.ts +5 -30
- package/dist/api/test-run.api.js +4 -3
- package/dist/api/test-run.api.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="eaee6f3e-5e01-5d00-87ce-af5bb060d69b")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getGitHubCloudReplayBaseTestRun = void 0;
|
|
@@ -16,4 +16,4 @@ const getGitHubCloudReplayBaseTestRun = async ({ client, headCommitSha, }) => {
|
|
|
16
16
|
};
|
|
17
17
|
exports.getGitHubCloudReplayBaseTestRun = getGitHubCloudReplayBaseTestRun;
|
|
18
18
|
//# sourceMappingURL=github-cloud-replay.api.js.map
|
|
19
|
-
//# debugId=
|
|
19
|
+
//# debugId=eaee6f3e-5e01-5d00-87ce-af5bb060d69b
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-cloud-replay.api.js","sources":["../../src/api/github-cloud-replay.api.ts"],"sourceRoot":"","names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"github-cloud-replay.api.js","sources":["../../src/api/github-cloud-replay.api.ts"],"sourceRoot":"","names":[],"mappings":";;;;;AACA,sCAAkD;AAc3C,MAAM,+BAA+B,GAAG,KAAK,EAAE,EACpD,MAAM,EACN,aAAa,GACS,EAAsC,EAAE;IAC9D,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM;SAC1B,GAAG,CACF,mCAAmC,EACnC;QACE,MAAM,EAAE,EAAE,aAAa,EAAE;KAC1B,CACF;SACA,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;QACf,MAAM,IAAA,8BAAqB,EAAC,KAAK,CAAC,CAAC;IACrC,CAAC,CAAC,CAAC;IAEL,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAhBW,QAAA,+BAA+B,mCAgB1C","debugId":"eaee6f3e-5e01-5d00-87ce-af5bb060d69b"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { AssetUploadMetadata, DeploymentArchiveType } from "@alwaysmeticulous/api";
|
|
1
|
+
import { AssetUploadMetadata, DeploymentArchiveType, type TestRun } from "@alwaysmeticulous/api";
|
|
2
2
|
import { MeticulousClient } from "../types/client.types";
|
|
3
|
-
import { TestRun } from "./test-run.api";
|
|
4
3
|
export interface RequestAssetUploadParams {
|
|
5
4
|
size: number;
|
|
6
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="87ee8c34-6e18-5ce1-a4d7-fdd2a2c3e53d")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getContainerDeployment = exports.downloadProjectDeployment = exports.completeContainerUpload = exports.completeAssetUpload = exports.triggerRunOnDeployment = exports.requestGitDiffUpload = exports.requestUploadPart = exports.requestMultipartAssetUpload = exports.requestAssetUpload = void 0;
|
|
@@ -49,4 +49,4 @@ const getContainerDeployment = async ({ client, deploymentUploadId, }) => {
|
|
|
49
49
|
};
|
|
50
50
|
exports.getContainerDeployment = getContainerDeployment;
|
|
51
51
|
//# sourceMappingURL=project-deployments.api.js.map
|
|
52
|
-
//# debugId=
|
|
52
|
+
//# debugId=87ee8c34-6e18-5ce1-a4d7-fdd2a2c3e53d
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-deployments.api.js","sources":["../../src/api/project-deployments.api.ts"],"sourceRoot":"","names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"project-deployments.api.js","sources":["../../src/api/project-deployments.api.ts"],"sourceRoot":"","names":[],"mappings":";;;;;AA+GO,MAAM,kBAAkB,GAAG,KAAK,EAAE,EACvC,MAAM,EACN,GAAG,MAAM,EAGV,EAAuC,EAAE;IACxC,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,CAGhC,0CAA0C,EAAE,MAAM,CAAC,CAAC;IACtD,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAXW,QAAA,kBAAkB,sBAW7B;AAEK,MAAM,2BAA2B,GAAG,KAAK,EAAE,EAChD,MAAM,EACN,GAAG,MAAM,EAGV,EAAgD,EAAE;IACjD,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,CAGhC,oDAAoD,EAAE,MAAM,CAAC,CAAC;IAChE,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAXW,QAAA,2BAA2B,+BAWtC;AAEK,MAAM,iBAAiB,GAAG,KAAK,EAAE,EACtC,MAAM,EACN,GAAG,MAAM,EAGV,EAAsC,EAAE;IACvC,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,CAGhC,yCAAyC,EAAE,MAAM,CAAC,CAAC;IACrD,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAXW,QAAA,iBAAiB,qBAW5B;AAEK,MAAM,oBAAoB,GAAG,KAAK,EAAE,EACzC,MAAM,EACN,GAAG,MAAM,EAGV,EAAyC,EAAE;IAC1C,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,CAGhC,6CAA6C,EAAE,MAAM,CAAC,CAAC;IACzD,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAXW,QAAA,oBAAoB,wBAW/B;AAEK,MAAM,sBAAsB,GAAG,KAAK,EAAE,EAC3C,MAAM,EACN,GAAG,MAAM,EAGV,EAAwC,EAAE;IACzC,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,CAGhC,iCAAiC,EAAE,MAAM,CAAC,CAAC;IAC7C,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAXW,QAAA,sBAAsB,0BAWjC;AAEK,MAAM,mBAAmB,GAAG,KAAK,EAAE,EACxC,MAAM,EACN,GAAG,MAAM,EAGV,EAAwC,EAAE;IACzC,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,CAGhC,iEAAiE,EAAE,MAAM,CAAC,CAAC;IAC7E,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAXW,QAAA,mBAAmB,uBAW9B;AAEK,MAAM,uBAAuB,GAAG,KAAK,EAAE,EAC5C,MAAM,EACN,GAAG,MAAM,EAGV,EAA4C,EAAE;IAC7C,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,CAGhC,+CAA+C,EAAE,MAAM,CAAC,CAAC;IAC3D,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAXW,QAAA,uBAAuB,2BAWlC;AAEK,MAAM,yBAAyB,GAAG,KAAK,EAAE,EAC9C,MAAM,EACN,kBAAkB,GAInB,EAAuC,EAAE;IACxC,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,GAAG,CAG/B,uBAAuB,kBAAkB,EAAE,CAAC,CAAC;IAC/C,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAZW,QAAA,yBAAyB,6BAYpC;AAEK,MAAM,sBAAsB,GAAG,KAAK,EAAE,EAC3C,MAAM,EACN,kBAAkB,GAInB,EAA2C,EAAE;IAC5C,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,GAAG,CAG/B,iCAAiC,kBAAkB,EAAE,CAAC,CAAC;IACzD,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAZW,QAAA,sBAAsB,0BAYjC","debugId":"87ee8c34-6e18-5ce1-a4d7-fdd2a2c3e53d"}
|
|
@@ -1,36 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ExecuteSecureTunnelTestRunOptions as ExecuteSecureTunnelTestRunPayload, ExecuteSecureTunnelTestRunResponse, TestRun, TestRunDataLocations } from "@alwaysmeticulous/api";
|
|
2
2
|
import { MeticulousClient } from "../types/client.types";
|
|
3
3
|
import { ReplayDiffResponse } from "./replay-diff.api";
|
|
4
|
-
export
|
|
5
|
-
id: string;
|
|
6
|
-
status: TestRunStatus;
|
|
7
|
-
project: Project;
|
|
8
|
-
configData: {
|
|
9
|
-
testCases?: TestCase[];
|
|
10
|
-
};
|
|
11
|
-
resultData?: {
|
|
12
|
-
results?: TestCaseResult[];
|
|
13
|
-
};
|
|
14
|
-
url: string;
|
|
15
|
-
}
|
|
16
|
-
export interface ExecuteSecureTunnelTestRunOptions {
|
|
4
|
+
export type ExecuteSecureTunnelTestRunOptions = ExecuteSecureTunnelTestRunPayload & {
|
|
17
5
|
client: MeticulousClient;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
basicAuthPassword: string;
|
|
22
|
-
environment: string;
|
|
23
|
-
isLockable: boolean;
|
|
24
|
-
companionAssetsInfo?: CompanionAssetsInfo;
|
|
25
|
-
pullRequestHostingProviderId?: string;
|
|
26
|
-
postComment?: boolean;
|
|
27
|
-
}
|
|
28
|
-
export interface ExecuteSecureTunnelTestRunResponse {
|
|
29
|
-
testRun?: TestRun;
|
|
30
|
-
deploymentId: string;
|
|
31
|
-
message?: string;
|
|
32
|
-
}
|
|
33
|
-
export declare const executeSecureTunnelTestRun: ({ client, headSha, tunnelUrl, basicAuthUser, basicAuthPassword, environment, isLockable, companionAssetsInfo, pullRequestHostingProviderId, postComment, }: ExecuteSecureTunnelTestRunOptions) => Promise<ExecuteSecureTunnelTestRunResponse>;
|
|
6
|
+
};
|
|
7
|
+
export type { ExecuteSecureTunnelTestRunResponse, TestRun };
|
|
8
|
+
export declare const executeSecureTunnelTestRun: ({ client, headSha, tunnelUrl, basicAuthUser, basicAuthPassword, environment, isLockable, companionAssetsInfo, pullRequestHostingProviderId, postComment, debugContext, }: ExecuteSecureTunnelTestRunOptions) => Promise<ExecuteSecureTunnelTestRunResponse>;
|
|
34
9
|
export declare const getTestRun: (options: {
|
|
35
10
|
client: MeticulousClient;
|
|
36
11
|
testRunId: string;
|
package/dist/api/test-run.api.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="230575ee-6c2d-5a33-a7b2-7f7a3aaf2eed")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.emitTelemetry = exports.getTestRunReplayDiffs = exports.getLatestTestRunResults = exports.getTestRunData = exports.getTestRun = exports.executeSecureTunnelTestRun = void 0;
|
|
6
6
|
const errors_1 = require("../errors");
|
|
7
|
-
const executeSecureTunnelTestRun = async ({ client, headSha, tunnelUrl, basicAuthUser, basicAuthPassword, environment, isLockable, companionAssetsInfo, pullRequestHostingProviderId, postComment, }) => {
|
|
7
|
+
const executeSecureTunnelTestRun = async ({ client, headSha, tunnelUrl, basicAuthUser, basicAuthPassword, environment, isLockable, companionAssetsInfo, pullRequestHostingProviderId, postComment, debugContext, }) => {
|
|
8
8
|
const { data } = await client
|
|
9
9
|
.post("test-runs/trigger-secure-tunnel-test-run-v2", {
|
|
10
10
|
headSha,
|
|
@@ -16,6 +16,7 @@ const executeSecureTunnelTestRun = async ({ client, headSha, tunnelUrl, basicAut
|
|
|
16
16
|
...(postComment ? { postComment } : {}),
|
|
17
17
|
...(companionAssetsInfo ? { companionAssetsInfo } : {}),
|
|
18
18
|
...(pullRequestHostingProviderId ? { pullRequestHostingProviderId } : {}),
|
|
19
|
+
...(debugContext ? { debugContext } : {}),
|
|
19
20
|
})
|
|
20
21
|
.catch((error) => {
|
|
21
22
|
throw (0, errors_1.maybeEnrichFetchError)(error);
|
|
@@ -85,4 +86,4 @@ const emitTelemetry = async ({ client, values, commitSha, }) => {
|
|
|
85
86
|
};
|
|
86
87
|
exports.emitTelemetry = emitTelemetry;
|
|
87
88
|
//# sourceMappingURL=test-run.api.js.map
|
|
88
|
-
//# debugId=
|
|
89
|
+
//# debugId=230575ee-6c2d-5a33-a7b2-7f7a3aaf2eed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-run.api.js","sources":["../../src/api/test-run.api.ts"],"sourceRoot":"","names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"test-run.api.js","sources":["../../src/api/test-run.api.ts"],"sourceRoot":"","names":[],"mappings":"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","debugId":"230575ee-6c2d-5a33-a7b2-7f7a3aaf2eed"}
|
package/dist/index.d.ts
CHANGED
|
@@ -2,10 +2,6 @@ export { AgentFeature, StructuredSessionDataResponse, StructuredSessionSummary,
|
|
|
2
2
|
export * from "./api/github-cloud-replay.api";
|
|
3
3
|
export { WhoamiResponse, getWhoami } from "./api/oauth.api";
|
|
4
4
|
export { getProject, getRepoUrl } from "./api/project.api";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated Use TestRunDataLocations from `@alwaysmeticulous/api` instead.
|
|
7
|
-
*/
|
|
8
|
-
export { TestRunDataLocations } from "@alwaysmeticulous/api";
|
|
9
5
|
export { ReplayV3UploadLocations, getReplay, getReplayDownloadUrl, getReplayV3DownloadUrls, } from "./api/replay.api";
|
|
10
6
|
export { getRecordedSession, getRecordedSessionData, getRecordingCommandId, postSessionIdNotification, } from "./api/session.api";
|
|
11
7
|
export { ReplayDiffResponse, getReplayDiff } from "./api/replay-diff.api";
|
|
@@ -24,3 +20,7 @@ export { RequestAssetUploadParams, RequestAssetUploadResponse, requestAssetUploa
|
|
|
24
20
|
export { GetRegistryAuthResponse, getRegistryAuth } from "./api/registry.api";
|
|
25
21
|
export { isFetchError } from "./errors";
|
|
26
22
|
export { EditedFileWithLines, GetRelevantSessionsParams, GetRelevantSessionsResponse, RelevantSession, getRelevantSessions, } from "./api/local-changes.api";
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated Prefer importing `TestRunDataLocations` from `@alwaysmeticulous/api` instead of `@alwaysmeticulous/client`.
|
|
25
|
+
*/
|
|
26
|
+
export { TestRunDataLocations } from "@alwaysmeticulous/api";
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="787e56fc-127a-5a89-b852-a67e125e370c")}catch(e){}}();
|
|
3
3
|
|
|
4
4
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
5
|
if (k2 === undefined) k2 = k;
|
|
@@ -86,4 +86,4 @@ Object.defineProperty(exports, "isFetchError", { enumerable: true, get: function
|
|
|
86
86
|
var local_changes_api_1 = require("./api/local-changes.api");
|
|
87
87
|
Object.defineProperty(exports, "getRelevantSessions", { enumerable: true, get: function () { return local_changes_api_1.getRelevantSessions; } });
|
|
88
88
|
//# sourceMappingURL=index.js.map
|
|
89
|
-
//# debugId=
|
|
89
|
+
//# debugId=787e56fc-127a-5a89-b852-a67e125e370c
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourceRoot":"","names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,6CAkByB;AANvB,qHAAA,wBAAwB,OAAA;AACxB,mHAAA,sBAAsB,OAAA;AACtB,iHAAA,oBAAoB,OAAA;AACpB,8GAAA,iBAAiB,OAAA;AACjB,4GAAA,eAAe,OAAA;AACf,mHAAA,sBAAsB,OAAA;AAExB,gEAA8C;AAC9C,6CAA4D;AAAnC,sGAAA,SAAS,OAAA;AAClC,iDAA2D;AAAlD,yGAAA,UAAU,OAAA;AAAE,yGAAA,UAAU,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourceRoot":"","names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,6CAkByB;AANvB,qHAAA,wBAAwB,OAAA;AACxB,mHAAA,sBAAsB,OAAA;AACtB,iHAAA,oBAAoB,OAAA;AACpB,8GAAA,iBAAiB,OAAA;AACjB,4GAAA,eAAe,OAAA;AACf,mHAAA,sBAAsB,OAAA;AAExB,gEAA8C;AAC9C,6CAA4D;AAAnC,sGAAA,SAAS,OAAA;AAClC,iDAA2D;AAAlD,yGAAA,UAAU,OAAA;AAAE,yGAAA,UAAU,OAAA;AAC/B,+CAK0B;AAHxB,uGAAA,SAAS,OAAA;AACT,kHAAA,oBAAoB,OAAA;AACpB,qHAAA,uBAAuB,OAAA;AAEzB,iDAK2B;AAJzB,iHAAA,kBAAkB,OAAA;AAClB,qHAAA,sBAAsB,OAAA;AACtB,oHAAA,qBAAqB,OAAA;AACrB,wHAAA,yBAAyB,OAAA;AAE3B,yDAA0E;AAA7C,gHAAA,aAAa,OAAA;AAC1C,yDAAkD;AAAzC,4GAAA,SAAS,OAAA;AAClB,mDAU4B;AAR1B,0HAAA,0BAA0B,OAAA;AAC1B,0GAAA,UAAU,OAAA;AACV,8GAAA,cAAc,OAAA;AACd,qHAAA,qBAAqB,OAAA;AAErB,uHAAA,uBAAuB,OAAA;AAEvB,6GAAA,aAAa,OAAA;AAEf,iEAA4E;AAA/C,kHAAA,WAAW,OAAA;AACxC,+DAAuE;AAA9D,iIAAA,2BAA2B,OAAA;AACpC,qDAA8D;AAArD,8GAAA,WAAW,OAAA;AAAE,+GAAA,YAAY,OAAA;AAClC,mCAMkB;AAJhB,sGAAA,YAAY,OAAA;AACZ,+GAAA,qBAAqB,OAAA;AACrB,8GAAA,oBAAoB,OAAA;AACpB,qGAAA,WAAW,OAAA;AAEb,mDAAwD;AAA/C,gHAAA,iBAAiB,OAAA;AAC1B,uDAA4D;AAAnD,oHAAA,mBAAmB,OAAA;AAC5B,+DAA6D;AAApD,qHAAA,gBAAgB,OAAA;AAEzB,2DAAwD;AAA/C,gHAAA,aAAa,OAAA;AACtB,yEAwBuC;AArBrC,6HAAA,kBAAkB,OAAA;AAClB,sIAAA,2BAA2B,OAAA;AAI3B,4HAAA,iBAAiB,OAAA;AAGjB,+HAAA,oBAAoB,OAAA;AAGpB,8HAAA,mBAAmB,OAAA;AAGnB,kIAAA,uBAAuB,OAAA;AAGvB,oIAAA,yBAAyB,OAAA;AAEzB,iIAAA,sBAAsB,OAAA;AAGxB,mDAA8E;AAA5C,+GAAA,eAAe,OAAA;AACjD,mCAAwC;AAA/B,sGAAA,YAAY,OAAA;AACrB,6DAMiC;AAD/B,wHAAA,mBAAmB,OAAA","debugId":"787e56fc-127a-5a89-b852-a67e125e370c"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.273.0",
|
|
4
4
|
"description": "Helper methods for using the Meticulous backend API",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"depcheck": "depcheck --ignore-patterns=dist"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@alwaysmeticulous/api": "2.
|
|
23
|
-
"@alwaysmeticulous/common": "2.
|
|
22
|
+
"@alwaysmeticulous/api": "2.273.0",
|
|
23
|
+
"@alwaysmeticulous/common": "2.273.0",
|
|
24
24
|
"loglevel": "^1.8.0",
|
|
25
25
|
"node-fetch": "^2.6.9",
|
|
26
26
|
"proxy-agent": "^6.4.0"
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node-fetch": "^2.6.13"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "a359e47f23aaf6606936babaaf9b12576bad188a"
|
|
49
49
|
}
|