@ms-cloudpack/api-server 0.64.17 → 0.64.19
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCloudpackClient.d.ts","sourceRoot":"","sources":["../../src/trpc/createCloudpackClient.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG;IACpD,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC5B,CAAC;AAEF;;GAEG;AACH,wBAAsB,qBAAqB,CAAC,OAAO,EAAE;IACnD,uCAAuC;IACvC,GAAG,EAAE,MAAM,CAAC;IACZ,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,YAAY,CAAC;CACzB,GAAG,OAAO,CAAC,eAAe,CAAC,
|
|
1
|
+
{"version":3,"file":"createCloudpackClient.d.ts","sourceRoot":"","sources":["../../src/trpc/createCloudpackClient.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG;IACpD,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC5B,CAAC;AAEF;;GAEG;AACH,wBAAsB,qBAAqB,CAAC,OAAO,EAAE;IACnD,uCAAuC;IACvC,GAAG,EAAE,MAAM,CAAC;IACZ,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,YAAY,CAAC;CACzB,GAAG,OAAO,CAAC,eAAe,CAAC,CAmF3B"}
|
|
@@ -10,11 +10,23 @@ export async function createCloudpackClient(options) {
|
|
|
10
10
|
// We polyfill websocket in node conditions.
|
|
11
11
|
await ensureWebsocketDefined();
|
|
12
12
|
ignoreSelfSignedCertErrors({ reporter });
|
|
13
|
+
// Ignore these wsClient `onError` events as we handle them with try/catch when checking if a session is active
|
|
14
|
+
reporter?.ignoreLogMessage('Received network error or non-101 status code.');
|
|
15
|
+
reporter?.ignoreLogMessage('Connection was closed before it was established.');
|
|
13
16
|
// Create the client.
|
|
14
17
|
const wsClient = createWSClient({
|
|
15
18
|
url: wsUrl,
|
|
16
19
|
onError: (evt) => {
|
|
17
|
-
|
|
20
|
+
const error = evt;
|
|
21
|
+
// On node evt is an Event with a message property
|
|
22
|
+
// On browser it is an Event with no relevant information
|
|
23
|
+
// We can't directly log or stringify the event as it will be undefined
|
|
24
|
+
if (error?.message) {
|
|
25
|
+
console.error(`[Cloudpack] Websocket client error: ${error.message}`);
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
console.error('[Cloudpack] Unexpected websocket client error');
|
|
29
|
+
}
|
|
18
30
|
},
|
|
19
31
|
});
|
|
20
32
|
const tempUrl = makeUrl(wsUrl);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCloudpackClient.js","sourceRoot":"","sources":["../../src/trpc/createCloudpackClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAG5D,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAClG,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAOxF;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,qBAAqB,CAAC,OAK3C;IACC,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC;IAEzC,4CAA4C;IAC5C,MAAM,sBAAsB,EAAE,CAAC;IAE/B,0BAA0B,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;IAEzC,qBAAqB;IACrB,MAAM,QAAQ,GAAG,cAAc,CAAC;QAC9B,GAAG,EAAE,KAAK;QACV,OAAO,EAAE,CAAC,GAAG,EAAE,EAAE;YACf,OAAO,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"createCloudpackClient.js","sourceRoot":"","sources":["../../src/trpc/createCloudpackClient.ts"],"names":[],"mappings":"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","sourcesContent":["import { makeUrl } from '@ms-cloudpack/path-string-parsing';\nimport type { TaskReporter } from '@ms-cloudpack/task-reporter';\nimport type { TRPCClient } from '@trpc/client';\nimport { createTRPCClient, createWSClient, httpBatchLink, splitLink, wsLink } from '@trpc/client';\nimport { ensureWebsocketDefined } from '../utilities/ensureWebsocketDefined.js';\nimport { ignoreSelfSignedCertErrors } from '../utilities/ignoreSelfSignedCertErrors.js';\nimport type { AppRouter } from '../types/AppRouter.js';\n\nexport type CloudpackClient = TRPCClient<AppRouter> & {\n close: () => Promise<void>;\n};\n\n/**\n * Creates a cloudpack client that can be used to communicate with the cloudpack server using trpc.\n */\nexport async function createCloudpackClient(options: {\n /** API server URL (`ws:` or `wss:`) */\n url: string;\n /** Task reporter for use on the server */\n reporter?: TaskReporter;\n}): Promise<CloudpackClient> {\n const { url: wsUrl, reporter } = options;\n\n // We polyfill websocket in node conditions.\n await ensureWebsocketDefined();\n\n ignoreSelfSignedCertErrors({ reporter });\n\n // Ignore these wsClient `onError` events as we handle them with try/catch when checking if a session is active\n reporter?.ignoreLogMessage('Received network error or non-101 status code.');\n reporter?.ignoreLogMessage('Connection was closed before it was established.');\n\n // Create the client.\n const wsClient = createWSClient({\n url: wsUrl,\n onError: (evt) => {\n const error = evt as { message?: string } | undefined;\n // On node evt is an Event with a message property\n // On browser it is an Event with no relevant information\n // We can't directly log or stringify the event as it will be undefined\n if (error?.message) {\n console.error(`[Cloudpack] Websocket client error: ${error.message}`);\n } else {\n console.error('[Cloudpack] Unexpected websocket client error');\n }\n },\n });\n const tempUrl = makeUrl(wsUrl);\n\n // Replace the protocol with http so that we can use the same url for http requests.\n const isSSL = tempUrl.protocol === 'wss:';\n tempUrl.protocol = isSSL ? 'https:' : 'http:';\n\n const httpUrl = tempUrl.toString().replace(/\\/$/, '');\n const client = createTRPCClient<AppRouter>({\n links: [\n // send subscriptions to the websocket client and handle operations with HTTP requests\n splitLink({\n condition(op) {\n return op.type === 'subscription';\n },\n true: wsLink({\n client: wsClient,\n }),\n false: httpBatchLink({\n url: httpUrl,\n }),\n }),\n ],\n });\n\n const close: CloudpackClient['close'] = async () => {\n await wsClient.close();\n };\n\n // Add a default onError handler for onDataChanged subscriptions.\n // Otherwise errors (such as from zod type violations) will be hidden.\n const onDataChanged: CloudpackClient['onDataChanged'] = {\n subscribe: (source, opts) => {\n opts = { ...opts };\n opts.onError ??= (err) => {\n console.error(\n `[Cloudpack] Error in ${source.path.join('.')} data subscription (this may be a Cloudpack bug): ` +\n err.message,\n );\n };\n return client.onDataChanged.subscribe(source, opts);\n },\n };\n\n // Ugh. This is a hack to get around the fact that the client is a proxy.\n // Make another proxy which defines the close method and onDataChanged wrapper,\n // and passes through everything else to the original client.\n return new Proxy<CloudpackClient>({ close, onDataChanged } as CloudpackClient, {\n get(target, prop) {\n // eslint-disable-next-line no-prototype-builtins\n if (target.hasOwnProperty(prop)) {\n return target[prop as keyof typeof target];\n }\n\n return client[prop as Exclude<keyof CloudpackClient, 'close'>];\n },\n });\n}\n"]}
|
package/lib/types/LinkPath.js
CHANGED
|
@@ -14,7 +14,7 @@ const ZodLinkedPath = matchingZodObject({
|
|
|
14
14
|
rootPath: z.optional(z.string()),
|
|
15
15
|
includeAll: z.optional(z.boolean()),
|
|
16
16
|
ignoredPackages: z.optional(z.array(z.string())),
|
|
17
|
-
ignoreResolutions: z.optional(z.boolean()),
|
|
17
|
+
ignoreResolutions: z.optional(z.union([z.boolean(), z.array(z.string())])),
|
|
18
18
|
resolveStrategy: z.optional(z.literal(['dedupe', 'duplicate'])),
|
|
19
19
|
remote: z.optional(matchingZodObject({
|
|
20
20
|
hostUrl: z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkPath.js","sourceRoot":"","sources":["../../src/types/LinkPath.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,6FAA6F;AAC7F,oDAAoD;AACpD,oEAAoE;AACpE,EAAE;AACF,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAGtE,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IACzC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;CACvC,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,iBAAiB,CAAa;IAClD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAChC,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAChD,iBAAiB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"LinkPath.js","sourceRoot":"","sources":["../../src/types/LinkPath.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,6FAA6F;AAC7F,oDAAoD;AACpD,oEAAoE;AACpE,EAAE;AACF,OAAO,EAAE,CAAC,EAAE,MAAM,aAAa,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAGtE,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IACzC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;CACvC,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,iBAAiB,CAAa;IAClD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAChC,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAChD,iBAAiB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IAC1E,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC,CAAC;IAC/D,MAAM,EAAE,CAAC,CAAC,QAAQ,CAChB,iBAAiB,CAAoC;QACnD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;QACnB,0FAA0F;QAC1F,wEAAwE;QACxE,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;QACzC,kDAAkD;QAClD,6FAA6F;QAC7F,mFAAmF;QACnF,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC;YACjB,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;YAC1C,sBAAsB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;SACtD,CAAC;QACF,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC;YACtB,gBAAgB,EAAE,qBAAqB;YACvC,kBAAkB,EAAE,qBAAqB;SAC1C,CAAC;KACH,CAAC,CACH;CACF,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAiB,CAAgB,EAAE,UAAU,EAAE,aAAa,EAAE,CAAC,CAAC;AAOhG,MAAM,CAAC,MAAM,iBAAiB,GAAG,iBAAiB,CAAiB;IACjE,qEAAqE;IACrE,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC;CACpC,CAAC,CAAC","sourcesContent":["//\n// This must be in a separate file because it's imported by busSources.ts, which is also used\n// in the browser, so it must only import zod types.\n// (Also, these types are used by both `linkPath` and `unlinkPath`.)\n//\nimport { z } from 'zod/v4-mini';\nimport { matchingZodObject } from '../utilities/matchingZodObject.js';\nimport type { LinkedPath, ResolveMap } from '@ms-cloudpack/common-types';\n\nconst ZodPackageHashesEntry = z.object({\n browser: z.record(z.string(), z.string()),\n node: z.record(z.string(), z.string()),\n});\n\nconst ZodLinkedPath = matchingZodObject<LinkedPath>({\n path: z.string(),\n rootPath: z.optional(z.string()),\n includeAll: z.optional(z.boolean()),\n ignoredPackages: z.optional(z.array(z.string())),\n ignoreResolutions: z.optional(z.union([z.boolean(), z.array(z.string())])),\n resolveStrategy: z.optional(z.literal(['dedupe', 'duplicate'])),\n remote: z.optional(\n matchingZodObject<NonNullable<LinkedPath['remote']>>({\n hostUrl: z.string(),\n // Skip schema validation of the resolve map since it's likely very large, and the various\n // zod and procedure type helpers ensure the type is correct in the API.\n resolveMap: z.record(z.string(), z.any()),\n // Same with the serializable package definitions.\n // If we need to enforce usage/sharing of a minimal subset of properties, that should be done\n // with smaller subset/pick type (non-zod) which is used in all relevant locations.\n packages: z.object({\n definitions: z.record(z.string(), z.any()),\n transformedDefinitions: z.record(z.string(), z.any()),\n }),\n packageHashes: z.object({\n hashesWithSource: ZodPackageHashesEntry,\n hashesWithNoSource: ZodPackageHashesEntry,\n }),\n }),\n ),\n});\n\nexport interface LinkPathInput {\n linkedPath: LinkedPath;\n}\n\nexport const ZodLinkPathInput = matchingZodObject<LinkPathInput>({ linkedPath: ZodLinkedPath });\n\nexport interface LinkPathOutput {\n resolveMap: ResolveMap;\n linkedPaths: LinkedPath[];\n}\n\nexport const ZodLinkPathOutput = matchingZodObject<LinkPathOutput>({\n // Don't check the schema of the resolve map as it can be very large.\n resolveMap: z.record(z.string(), z.any()),\n linkedPaths: z.array(ZodLinkedPath),\n});\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/api-server",
|
|
3
|
-
"version": "0.64.
|
|
3
|
+
"version": "0.64.19",
|
|
4
4
|
"description": "An implementation of the API server that does interacts with a task scheduler.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,23 +25,23 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ms-cloudpack/bundler": "^0.25.
|
|
29
|
-
"@ms-cloudpack/common-types": "^0.27.
|
|
30
|
-
"@ms-cloudpack/config": "^0.38.
|
|
31
|
-
"@ms-cloudpack/create-express-app": "^1.10.
|
|
28
|
+
"@ms-cloudpack/bundler": "^0.25.32",
|
|
29
|
+
"@ms-cloudpack/common-types": "^0.27.6",
|
|
30
|
+
"@ms-cloudpack/config": "^0.38.3",
|
|
31
|
+
"@ms-cloudpack/create-express-app": "^1.10.50",
|
|
32
32
|
"@ms-cloudpack/data-bus": "^0.5.0",
|
|
33
33
|
"@ms-cloudpack/environment": "^0.1.1",
|
|
34
|
-
"@ms-cloudpack/esm-stub-utilities": "^0.15.
|
|
35
|
-
"@ms-cloudpack/file-watcher": "^0.4.
|
|
36
|
-
"@ms-cloudpack/import-map": "^0.10.
|
|
37
|
-
"@ms-cloudpack/json-utilities": "^0.1.
|
|
38
|
-
"@ms-cloudpack/package-hashes": "^0.8.
|
|
39
|
-
"@ms-cloudpack/package-utilities": "^12.
|
|
34
|
+
"@ms-cloudpack/esm-stub-utilities": "^0.15.14",
|
|
35
|
+
"@ms-cloudpack/file-watcher": "^0.4.8",
|
|
36
|
+
"@ms-cloudpack/import-map": "^0.10.44",
|
|
37
|
+
"@ms-cloudpack/json-utilities": "^0.1.11",
|
|
38
|
+
"@ms-cloudpack/package-hashes": "^0.8.27",
|
|
39
|
+
"@ms-cloudpack/package-utilities": "^12.5.0",
|
|
40
40
|
"@ms-cloudpack/path-string-parsing": "^1.2.7",
|
|
41
|
-
"@ms-cloudpack/path-utilities": "^3.1.
|
|
42
|
-
"@ms-cloudpack/remote-cache": "^0.11.
|
|
43
|
-
"@ms-cloudpack/task-reporter": "^0.17.
|
|
44
|
-
"@ms-cloudpack/telemetry": "^0.11.
|
|
41
|
+
"@ms-cloudpack/path-utilities": "^3.1.21",
|
|
42
|
+
"@ms-cloudpack/remote-cache": "^0.11.38",
|
|
43
|
+
"@ms-cloudpack/task-reporter": "^0.17.3",
|
|
44
|
+
"@ms-cloudpack/telemetry": "^0.11.39",
|
|
45
45
|
"@trpc/client": "^11.1.1",
|
|
46
46
|
"@trpc/server": "^11.1.1",
|
|
47
47
|
"cors": "^2.8.5",
|