@osdk/cli 0.27.0 → 0.28.0-beta.10
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/CHANGELOG.md +18 -8
- package/build/esm/{chunk-XGR54VP2.js → chunk-VV5NBORF.js} +3 -3
- package/build/esm/chunk-VV5NBORF.js.map +1 -0
- package/build/esm/{handleGenerate-NYSD5WS7.js → handleGenerate-66QQGO5R.js} +42 -34
- package/build/esm/handleGenerate-66QQGO5R.js.map +1 -0
- package/build/esm/index.js +13 -13
- package/build/esm/index.js.map +1 -1
- package/build/esm/{siteDeployCommand-EOIDRPDK.js → siteDeployCommand-D7TEA6MB.js} +3 -3
- package/build/esm/{siteDeployCommand-EOIDRPDK.js.map → siteDeployCommand-D7TEA6MB.js.map} +1 -1
- package/build/esm/{versionDeleteCommand-KL7FNZCT.js → versionDeleteCommand-EC452RU3.js} +3 -3
- package/build/esm/{versionDeleteCommand-KL7FNZCT.js.map → versionDeleteCommand-EC452RU3.js.map} +1 -1
- package/build/esm/{versionDeleteCommand-IUZR4BO7.js → versionDeleteCommand-PEUDUUCS.js} +3 -3
- package/build/esm/{versionDeleteCommand-IUZR4BO7.js.map → versionDeleteCommand-PEUDUUCS.js.map} +1 -1
- package/build/esm/{versionGetCommand-2ZV46DLB.js → versionGetCommand-UCER35NW.js} +3 -3
- package/build/esm/{versionGetCommand-2ZV46DLB.js.map → versionGetCommand-UCER35NW.js.map} +1 -1
- package/build/esm/{versionInfoCommand-E2JUZW7H.js → versionInfoCommand-KSDCVYDS.js} +3 -3
- package/build/esm/{versionInfoCommand-E2JUZW7H.js.map → versionInfoCommand-KSDCVYDS.js.map} +1 -1
- package/build/esm/{versionListCommand-AEFGTP4L.js → versionListCommand-A6TZW5GJ.js} +3 -3
- package/build/esm/{versionListCommand-AEFGTP4L.js.map → versionListCommand-A6TZW5GJ.js.map} +1 -1
- package/build/esm/{versionListCommand-YLXFYBX6.js → versionListCommand-OQ33HE34.js} +3 -3
- package/build/esm/{versionListCommand-YLXFYBX6.js.map → versionListCommand-OQ33HE34.js.map} +1 -1
- package/build/esm/{versionSetCommand-EL7H6BJR.js → versionSetCommand-K7CK324E.js} +3 -3
- package/build/esm/{versionSetCommand-EL7H6BJR.js.map → versionSetCommand-K7CK324E.js.map} +1 -1
- package/build/esm/{versionUnsetCommand-QG4F72YS.js → versionUnsetCommand-IUK3UIUK.js} +3 -3
- package/build/esm/{versionUnsetCommand-QG4F72YS.js.map → versionUnsetCommand-IUK3UIUK.js.map} +1 -1
- package/build/esm/{widgetSetDeployCommand-SMMYPMKV.js → widgetSetDeployCommand-J54UNO6V.js} +3 -3
- package/build/esm/{widgetSetDeployCommand-SMMYPMKV.js.map → widgetSetDeployCommand-J54UNO6V.js.map} +1 -1
- package/package.json +9 -9
- package/build/esm/chunk-XGR54VP2.js.map +0 -1
- package/build/esm/handleGenerate-NYSD5WS7.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
# @osdk/cli
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.28.0-beta.10
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## 0.28.0-beta.9
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
-
|
|
7
|
+
### Minor Changes
|
|
8
|
+
|
|
9
|
+
- dbd13b6: Remove @osdk/cli widgetset unstable command. The widgetset command is available without the unstable subcommand.
|
|
10
|
+
|
|
11
|
+
## 0.28.0-beta.8
|
|
12
|
+
|
|
13
|
+
## 0.28.0-beta.7
|
|
14
|
+
|
|
15
|
+
## 0.28.0-beta.6
|
|
16
|
+
|
|
17
|
+
## 0.28.0-beta.5
|
|
18
|
+
|
|
19
|
+
## 0.28.0-beta.4
|
|
20
|
+
|
|
21
|
+
## 0.28.0-beta.3
|
|
12
22
|
|
|
13
|
-
## 0.
|
|
23
|
+
## 0.28.0-beta.2
|
|
14
24
|
|
|
15
25
|
## 0.27.0-beta.10
|
|
16
26
|
|
|
@@ -37,7 +37,7 @@ init_esm_shims();
|
|
|
37
37
|
|
|
38
38
|
// src/net/UserAgent.ts
|
|
39
39
|
init_esm_shims();
|
|
40
|
-
var USER_AGENT = `osdk-cli/${"0.
|
|
40
|
+
var USER_AGENT = `osdk-cli/${"0.28.0-beta.10"}`;
|
|
41
41
|
|
|
42
42
|
// src/net/createFetch.mts
|
|
43
43
|
function createFetch(tokenProvider, fetchFn = fetch) {
|
|
@@ -346,5 +346,5 @@ function isJWT(token) {
|
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
export { createInternalClientContext, loadToken, third_party_applications_exports, widget_registry_exports };
|
|
349
|
-
//# sourceMappingURL=chunk-
|
|
350
|
-
//# sourceMappingURL=chunk-
|
|
349
|
+
//# sourceMappingURL=chunk-VV5NBORF.js.map
|
|
350
|
+
//# sourceMappingURL=chunk-VV5NBORF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/net/createInternalClientContext.mts","../../src/net/third-party-applications/index.mts","../../src/net/third-party-applications/deleteVersion.mts","../../src/net/createFetch.mts","../../src/net/UserAgent.ts","../../src/net/third-party-applications/deployWebsite.mts","../../src/net/third-party-applications/getWebsite.mts","../../src/net/third-party-applications/listVersions.mts","../../src/net/third-party-applications/undeployWebsite.mts","../../src/net/third-party-applications/uploadSnapshotVersion.mts","../../src/net/third-party-applications/uploadVersion.mts","../../src/net/widget-registry/index.mts","../../src/net/widget-registry/deleteRelease.mts","../../src/net/widget-registry/getRelease.mts","../../src/net/widget-registry/listReleases.mts","../../src/net/widget-registry/publishRelease.mts","../../src/net/index.mts","../../src/util/token.ts"],"names":["fetch","consola","fsPromises"],"mappings":"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","file":"chunk-VV5NBORF.js","sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport function createInternalClientContext(foundryUrl, tokenProvider) {\n return {\n tokenProvider,\n foundryUrl\n };\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { deleteVersion } from \"./deleteVersion.mjs\";\nexport { deployWebsite } from \"./deployWebsite.mjs\";\nexport { getWebsite } from \"./getWebsite.mjs\";\nexport { listVersions } from \"./listVersions.mjs\";\nexport { undeployWebsite } from \"./undeployWebsite.mjs\";\nexport { uploadSnapshotVersion } from \"./uploadSnapshotVersion.mjs\";\nexport { uploadVersion } from \"./uploadVersion.mjs\";","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function deleteVersion(ctx, thirdPartyAppRid, version) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/${encodeURIComponent(version)}?preview=true`;\n await fetch(url, {\n method: \"DELETE\"\n });\n}","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { PalantirApiError, UnknownError } from \"@osdk/shared.net.errors\";\nimport { createFetchHeaderMutator, createFetchOrThrow } from \"@osdk/shared.net.fetch\";\nimport { consola } from \"consola\";\nimport { inspect } from \"node:util\";\nimport prettyBytes from \"pretty-bytes\";\nimport { USER_AGENT } from \"./UserAgent.js\";\nexport function createFetch(tokenProvider, fetchFn = fetch) {\n return createFetchHeaderMutator(createRequestLoggingFetch(createErrorExitingFetch(createFetchOrThrow(fetchFn))), async headers => {\n const token = await tokenProvider();\n headers.set(\"Authorization\", `Bearer ${token}`);\n headers.set(\"Fetch-User-Agent\", USER_AGENT);\n return headers;\n });\n}\nfunction createErrorExitingFetch(fetchFn = fetch) {\n return function errorExitingFetch(input, init) {\n return fetchFn(input, init).catch(handleFetchError);\n };\n}\nfunction handleFetchError(e) {\n if (!(e instanceof PalantirApiError)) {\n throw new ExitProcessError(1, \"Unexpected fetch error\");\n }\n let tip;\n if (e.statusCode === 401) {\n tip = \"Check your token is valid and has not expired or been disabled\";\n } else if (e.statusCode === 403) {\n tip = \"Check your token has the required scopes for this operation\";\n } else if (e.statusCode === 404) {\n tip = \"The resource may not exist or your token may not have the required scopes to load it\";\n }\n let message;\n if (e.errorName === \"CannotDeleteDeployedVersion\") {\n message = \"The site version to delete is live and cannot be deleted\";\n tip = \"Run the `site version set` command to change the live site version\";\n } else if (e.errorName === \"InvalidVersion\") {\n message = \"The site version is invalid and must be a valid SemVer string\";\n } else if (e.errorName === \"VersionAlreadyExists\") {\n message = \"The site version already exists\";\n } else if (e.errorName === \"VersionNotFound\") {\n message = \"The site version could not be found\";\n } else if (e.errorName === \"VersionLimitExceeded\") {\n const {\n versionLimit\n } = e.parameters ?? {};\n const versionLimitPart = versionLimit != null ? ` (Limit: ${versionLimit} versions)` : \"\";\n message = `The site contains too many versions${versionLimitPart}`;\n tip = \"Run the `site version delete` command to delete an old version and try again\";\n } else if (e.errorName === \"FileCountLimitExceeded\") {\n const {\n fileCountLimit\n } = e.parameters ?? {};\n const fileCountLimitPart = fileCountLimit != null ? ` (Limit: ${fileCountLimit} files)` : \"\";\n message = `The .zip file contains too many files${fileCountLimitPart}`;\n tip = \"Reduce the number of files in the production build to below the limit\";\n } else if (e.errorName === \"FileSizeLimitExceeded\") {\n const {\n currentFilePath,\n currentFileSizeBytes,\n fileSizeBytesLimit\n } = e.parameters ?? {};\n const currentFilePathPart = currentFilePath != null ? ` \"${currentFilePath}\"` : \"\";\n const currentFileSizePart = currentFileSizeBytes != null ? ` (${prettyBytes(parseInt(currentFileSizeBytes), {\n binary: true\n })})` : \"\";\n const fileSizeLimitPart = fileSizeBytesLimit != null ? ` (Limit: ${prettyBytes(parseInt(fileSizeBytesLimit), {\n binary: true\n })})` : \"\";\n message = `The .zip file contains a file${currentFilePathPart}${currentFileSizePart} that is too large${fileSizeLimitPart}`;\n tip = \"Ensure all files in the production build are below the size limit\";\n } else {\n if (e instanceof UnknownError) {\n // Include deep inspect of original error\n message = `${e.message}\\n\\n${inspect(e, {\n depth: 10,\n colors: true\n })}`;\n } else {\n // Include extra info about the original API error\n // https://www.palantir.com/docs/foundry/api/general/overview/errors/\n const {\n errorCode,\n errorName,\n errorInstanceId,\n parameters\n } = e;\n message = `${e.message}\\n\\n${JSON.stringify({\n errorCode,\n errorName,\n errorInstanceId,\n parameters\n }, null, 2)}`;\n }\n }\n throw new ExitProcessError(1, message, tip, e);\n}\nfunction createRequestLoggingFetch(fetchFn = fetch) {\n return function requestLoggingFetch(input, init) {\n const requestLog = typeof input === \"string\" || input instanceof URL ? `${init?.method ?? \"GET\"}: ${input.toString().trim()}` : `${input.method ?? \"GET\"}: ${input.url.toString().trim()}`;\n consola.trace(requestLog);\n return fetchFn(input, init).then(a => {\n consola.trace(`FINISH ${requestLog}`);\n return a;\n });\n };\n}","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const USER_AGENT = `osdk-cli/${process.env.PACKAGE_VERSION}`;","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function deployWebsite(ctx, thirdPartyAppRid, request) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/deploy?preview=true`;\n const result = await fetch(url, {\n method: \"POST\",\n body: JSON.stringify(request),\n headers: {\n \"Content-Type\": \"application/json\"\n }\n });\n return result.json();\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { PalantirApiError } from \"@osdk/shared.net.errors\";\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function getWebsite(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website?preview=true`;\n try {\n const result = await fetch(url);\n return await result.json();\n } catch (e) {\n // Revisit this error handling in the API\n if (e instanceof ExitProcessError && e.originalError != null && e.originalError instanceof PalantirApiError && e.originalError.errorName === \"WebsiteNotFound\") {\n return undefined;\n }\n throw e;\n }\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function listVersions(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions?preview=true`;\n const result = await fetch(url);\n return result.json();\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function undeployWebsite(ctx, thirdPartyAppRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/undeploy?preview=true`;\n await fetch(url, {\n method: \"POST\"\n });\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function uploadSnapshotVersion(ctx, thirdPartyAppRid, version, snapshotId, zipFile) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/uploadSnapshot?version=${encodeURIComponent(version)}&preview=true${snapshotId !== \"\" ? `&snapshotIdentifier=${encodeURIComponent(snapshotId)}` : \"\"}`;\n const result = await fetch(url, {\n method: \"POST\",\n body: zipFile,\n headers: {\n \"Content-Type\": \"application/octet-stream\"\n },\n duplex: \"half\" // Node hates me\n });\n return result.json();\n}","/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function uploadVersion(ctx, thirdPartyAppRid, version, zipFile) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/thirdPartyApplications/${thirdPartyAppRid}/website/versions/upload?version=${encodeURIComponent(version)}&preview=true`;\n const result = await fetch(url, {\n method: \"POST\",\n body: zipFile,\n headers: {\n \"Content-Type\": \"application/octet-stream\"\n },\n duplex: \"half\" // Node hates me\n });\n return result.json();\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { deleteRelease } from \"./deleteRelease.mjs\";\nexport { getRelease } from \"./getRelease.mjs\";\nexport { listReleases } from \"./listReleases.mjs\";\nexport { publishRelease } from \"./publishRelease.mjs\";","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function deleteRelease(ctx, widgetSetRid, releaseVersion) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/widgets/widgetSets/${widgetSetRid}/releases/${releaseVersion}?preview=true`;\n await fetch(url, {\n method: \"DELETE\"\n });\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function getRelease(ctx, widgetSetRid, releaseVersion) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/widgets/widgetSets/${widgetSetRid}/releases/${releaseVersion}?preview=true`;\n const response = await fetch(url);\n return response.json();\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function listReleases(ctx, widgetSetRid) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/widgets/widgetSets/${widgetSetRid}/releases?preview=true`;\n const response = await fetch(url);\n return response.json();\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createFetch } from \"../createFetch.mjs\";\nexport async function publishRelease(ctx, repositoryRid, repositoryVersion, zipFile) {\n const fetch = createFetch(ctx.tokenProvider);\n const url = `${ctx.foundryUrl}/api/v2/widgets/repositories/${repositoryRid}/publish?preview=true&repositoryVersion=${repositoryVersion}`;\n await fetch(url, {\n method: \"POST\",\n body: zipFile,\n headers: {\n \"Content-Type\": \"application/octet-stream\"\n },\n duplex: \"half\" // Node hates me\n });\n}","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { createInternalClientContext } from \"./createInternalClientContext.mjs\";\nexport * as thirdPartyApplications from \"./third-party-applications/index.mjs\";\nexport * as widgetRegistry from \"./widget-registry/index.mjs\";","/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ExitProcessError } from \"@osdk/cli.common\";\nimport { consola } from \"consola\";\nimport { promises as fsPromises } from \"node:fs\";\nimport path from \"node:path\";\nconst TOKEN_ENV_VARS = [\"FOUNDRY_TOKEN\", \"FOUNDRY_SDK_AUTH_TOKEN\"];\n\n/**\n * Loads a JWT Auth Token from an argument, a file, or environment variable returning the first found.\n * @param token The token as a string.\n * @param tokenFile The path to the token file.\n * @returns The token as a string.\n * @throws An error if no token is found.\n */\nexport async function loadToken(token, tokenFile) {\n if (token) {\n consola.debug(`Using token from --token option`);\n validate(token);\n return token;\n }\n if (tokenFile) {\n const loadedToken = await loadTokenFile(tokenFile);\n consola.debug(`Using token from --tokenFile=${loadedToken.filePath} option`);\n validate(loadedToken.token);\n return loadedToken.token;\n }\n for (const envVar of TOKEN_ENV_VARS) {\n const environmentToken = process.env[envVar];\n if (environmentToken) {\n consola.debug(`Using token from ${envVar} environment variable`);\n validate(environmentToken);\n if (envVar === \"FOUNDRY_SDK_AUTH_TOKEN\") {\n consola.warn(`Using FOUNDRY_SDK_AUTH_TOKEN environment variable is deprecated. Please use FOUNDRY_TOKEN instead.`);\n }\n return environmentToken;\n }\n }\n throw new ExitProcessError(2, `No token found.`, `You can supply a --token or --token-file option, or set the ${TOKEN_ENV_VARS[0]} environment variable`);\n}\n/**\n * Reads a JWT Auth Token from a file.\n * @param filePath The path to the token file.\n * @returns The token as a string.\n * @throws An error if the file cannot be read.\n */\nexport async function loadTokenFile(filePath) {\n let token;\n let resolvedPath;\n try {\n resolvedPath = path.resolve(filePath);\n token = await fsPromises.readFile(resolvedPath, \"utf8\");\n token = token.trim();\n } catch (error) {\n throw new ExitProcessError(2, `Unable to read token file \"${filePath}\": ${error}`);\n }\n return {\n filePath: resolvedPath,\n token\n };\n}\nexport function validate(token) {\n if (!isJWT(token)) {\n throw new ExitProcessError(2, `Token does not appear to be a JWT`);\n }\n}\nfunction isJWT(token) {\n // https://stackoverflow.com/a/65755789\n const jwtPattern = /^[A-Za-z0-9-_]+\\.[A-Za-z0-9-_]+\\.[A-Za-z0-9-_]*$/;\n return jwtPattern.test(token);\n}"]}
|
|
@@ -57,16 +57,16 @@ var require_fast_deep_equal = __commonJS({
|
|
|
57
57
|
// ../cli.cmd.typescript/build/esm/generate/handleGenerate.mjs
|
|
58
58
|
init_esm_shims();
|
|
59
59
|
|
|
60
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
60
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/index.js
|
|
61
61
|
init_esm_shims();
|
|
62
62
|
|
|
63
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
63
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
|
|
64
64
|
init_esm_shims();
|
|
65
65
|
|
|
66
|
-
// ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.
|
|
66
|
+
// ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.4.0/node_modules/@osdk/shared.net.platformapi/build/esm/index.js
|
|
67
67
|
init_esm_shims();
|
|
68
68
|
|
|
69
|
-
// ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.
|
|
69
|
+
// ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.4.0/node_modules/@osdk/shared.net.platformapi/build/esm/foundryPlatformFetch.js
|
|
70
70
|
init_esm_shims();
|
|
71
71
|
|
|
72
72
|
// ../../node_modules/.pnpm/@osdk+shared.client@1.0.1/node_modules/@osdk/shared.client/index.js
|
|
@@ -110,7 +110,7 @@ var UnknownError = class extends PalantirApiError2 {
|
|
|
110
110
|
}
|
|
111
111
|
};
|
|
112
112
|
|
|
113
|
-
// ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.
|
|
113
|
+
// ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.4.0/node_modules/@osdk/shared.net.platformapi/build/esm/foundryPlatformFetch.js
|
|
114
114
|
async function foundryPlatformFetch(client, [httpMethodNum, origPath, flags, contentType, responseContentType], ...args) {
|
|
115
115
|
const path21 = origPath.replace(/\{([^}]+)\}/g, () => encodeURIComponent(args.shift()));
|
|
116
116
|
const body = flags & 1 ? args.shift() : void 0;
|
|
@@ -137,7 +137,11 @@ async function apiFetch(clientCtx, method, endpointPath, data, queryArguments, h
|
|
|
137
137
|
headersInit.set("Content-Type", requestMediaType ?? "application/json");
|
|
138
138
|
headersInit.set("Accept", responseMediaType ?? "application/json");
|
|
139
139
|
Object.entries(headers || {}).forEach(([key2, value]) => {
|
|
140
|
-
if (value
|
|
140
|
+
if (key2 === "Content-Type" && typeof value === "string") {
|
|
141
|
+
headersInit.set("Content-Type", value);
|
|
142
|
+
} else if (key2 === "Accept" && typeof value === "string") {
|
|
143
|
+
headersInit.set("Accept", value);
|
|
144
|
+
} else if (value != null) {
|
|
141
145
|
headersInit.append(key2, value.toString());
|
|
142
146
|
}
|
|
143
147
|
});
|
|
@@ -171,37 +175,37 @@ function parseUrl(baseUrl, endpointPath) {
|
|
|
171
175
|
return new URL(`api${endpointPath}`, baseUrl);
|
|
172
176
|
}
|
|
173
177
|
|
|
174
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
178
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ActionTypeV2.js
|
|
175
179
|
init_esm_shims();
|
|
176
180
|
|
|
177
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
181
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Attachment.js
|
|
178
182
|
init_esm_shims();
|
|
179
183
|
|
|
180
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
184
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/AttachmentPropertyV2.js
|
|
181
185
|
init_esm_shims();
|
|
182
186
|
|
|
183
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
187
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/CipherTextProperty.js
|
|
184
188
|
init_esm_shims();
|
|
185
189
|
|
|
186
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
190
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/LinkedObjectV2.js
|
|
187
191
|
init_esm_shims();
|
|
188
192
|
|
|
189
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
193
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/MediaReferenceProperty.js
|
|
190
194
|
init_esm_shims();
|
|
191
195
|
|
|
192
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
196
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ObjectTypeV2.js
|
|
193
197
|
init_esm_shims();
|
|
194
198
|
|
|
195
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
199
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyInterface.js
|
|
196
200
|
init_esm_shims();
|
|
197
201
|
|
|
198
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
202
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectSet.js
|
|
199
203
|
init_esm_shims();
|
|
200
204
|
|
|
201
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
205
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectV2.js
|
|
202
206
|
init_esm_shims();
|
|
203
207
|
|
|
204
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
208
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyV2.js
|
|
205
209
|
var OntologyV2_exports = {};
|
|
206
210
|
__export(OntologyV2_exports, {
|
|
207
211
|
get: () => get,
|
|
@@ -227,16 +231,16 @@ function loadMetadata($ctx, ...args) {
|
|
|
227
231
|
return foundryPlatformFetch($ctx, _loadMetadata, ...args);
|
|
228
232
|
}
|
|
229
233
|
|
|
230
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
234
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Query.js
|
|
231
235
|
init_esm_shims();
|
|
232
236
|
|
|
233
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
237
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/QueryType.js
|
|
234
238
|
init_esm_shims();
|
|
235
239
|
|
|
236
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
240
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesPropertyV2.js
|
|
237
241
|
init_esm_shims();
|
|
238
242
|
|
|
239
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
243
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.25.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesValueBankProperty.js
|
|
240
244
|
init_esm_shims();
|
|
241
245
|
|
|
242
246
|
// ../generator/build/esm/index.js
|
|
@@ -361,6 +365,7 @@ function wirePropertyV2ToSdkPropertyDefinition(input, isNullable = true, log) {
|
|
|
361
365
|
case "marking":
|
|
362
366
|
case "geotimeSeriesReference":
|
|
363
367
|
case "struct":
|
|
368
|
+
case "vector":
|
|
364
369
|
return {
|
|
365
370
|
displayName: input.displayName,
|
|
366
371
|
multiplicity: false,
|
|
@@ -377,8 +382,7 @@ function wirePropertyV2ToSdkPropertyDefinition(input, isNullable = true, log) {
|
|
|
377
382
|
nullable: true
|
|
378
383
|
};
|
|
379
384
|
}
|
|
380
|
-
case "cipherText":
|
|
381
|
-
case "vector": {
|
|
385
|
+
case "cipherText": {
|
|
382
386
|
log?.info(`${JSON.stringify(input.dataType.type)} is not a supported dataType`);
|
|
383
387
|
return void 0;
|
|
384
388
|
}
|
|
@@ -406,6 +410,7 @@ function objectPropertyTypeToSdkPropertyDefinition(propertyType, log) {
|
|
|
406
410
|
case "marking":
|
|
407
411
|
case "geotimeSeriesReference":
|
|
408
412
|
case "mediaReference":
|
|
413
|
+
case "vector":
|
|
409
414
|
return propertyType.type;
|
|
410
415
|
case "date":
|
|
411
416
|
return "datetime";
|
|
@@ -423,8 +428,7 @@ function objectPropertyTypeToSdkPropertyDefinition(propertyType, log) {
|
|
|
423
428
|
return structMap;
|
|
424
429
|
}, {});
|
|
425
430
|
}
|
|
426
|
-
case "cipherText":
|
|
427
|
-
case "vector": {
|
|
431
|
+
case "cipherText": {
|
|
428
432
|
log?.info(`${JSON.stringify(propertyType.type)} is not a supported propertyType`);
|
|
429
433
|
return void 0;
|
|
430
434
|
}
|
|
@@ -759,6 +763,8 @@ function wireQueryDataTypeToQueryDataTypeDefinition(input) {
|
|
|
759
763
|
};
|
|
760
764
|
case "null":
|
|
761
765
|
case "unsupported":
|
|
766
|
+
case "interfaceObject":
|
|
767
|
+
case "interfaceObjectSet":
|
|
762
768
|
throw new Error(`Unable to process query because the server indicated an unsupported QueryDataType.type: ${input.type}. Please check that your query is using supported types.`);
|
|
763
769
|
default:
|
|
764
770
|
throw new Error(`Unsupported QueryDataType.type ${input.type}`);
|
|
@@ -21336,7 +21342,7 @@ function formatTs(contents) {
|
|
|
21336
21342
|
}
|
|
21337
21343
|
|
|
21338
21344
|
// ../generator/build/esm/v2.0/generateMetadata.js
|
|
21339
|
-
var ExpectedOsdkVersion = "2.
|
|
21345
|
+
var ExpectedOsdkVersion = "2.4.0";
|
|
21340
21346
|
async function generateOntologyMetadataFile({
|
|
21341
21347
|
fs: fs9,
|
|
21342
21348
|
outDir,
|
|
@@ -21548,7 +21554,7 @@ async function generatePerActionDataFiles({
|
|
|
21548
21554
|
"*": (ogValue, _, ogKey) => {
|
|
21549
21555
|
const key2 = `${getDescriptionIfPresent(ogValue.description)}
|
|
21550
21556
|
readonly "${ogKey}"${ogValue.nullable ? "?" : ""}`;
|
|
21551
|
-
const value = ogValue.multiplicity ? `ReadonlyArray<${getActionParamType(ogValue.type)}>` : `${getActionParamType(ogValue.type)}
|
|
21557
|
+
const value = (ogValue.multiplicity ? `ReadonlyArray<${getActionParamType(ogValue.type)}>` : `${getActionParamType(ogValue.type)}`) + (ogValue.nullable ? " | ActionParam.NullValueType" : "");
|
|
21552
21558
|
jsDocBlock.push(`* @param {${getActionParamType(ogValue.type)}} ${ogValue.nullable ? `[${ogKey}]` : ogKey} ${ogValue.description ?? ""} `);
|
|
21553
21559
|
return [key2, value];
|
|
21554
21560
|
}
|
|
@@ -22134,9 +22140,11 @@ function getObjectTypesFromQueryDataType(dataType, types) {
|
|
|
22134
22140
|
case "twoDimensionalAggregation":
|
|
22135
22141
|
case "entrySet":
|
|
22136
22142
|
case "unsupported":
|
|
22143
|
+
case "interfaceObject":
|
|
22144
|
+
case "interfaceObjectSet":
|
|
22137
22145
|
return;
|
|
22138
22146
|
default:
|
|
22139
|
-
throw new Error(`
|
|
22147
|
+
throw new Error(`Unknown query data type ${dataType.type}`);
|
|
22140
22148
|
}
|
|
22141
22149
|
}
|
|
22142
22150
|
|
|
@@ -22544,7 +22552,7 @@ function createSharedClientContext(baseUrl, tokenProvider, userAgent, fetchFn =
|
|
|
22544
22552
|
|
|
22545
22553
|
// ../cli.cmd.typescript/build/esm/generate/handleGenerate.mjs
|
|
22546
22554
|
var import_fast_deep_equal2 = __toESM(require_fast_deep_equal(), 1);
|
|
22547
|
-
var USER_AGENT = `osdk-cli.cmd.typescript/${"0.
|
|
22555
|
+
var USER_AGENT = `osdk-cli.cmd.typescript/${"0.28.0-beta.10"}`;
|
|
22548
22556
|
async function handleGenerate(args) {
|
|
22549
22557
|
let success = false;
|
|
22550
22558
|
if (args.ontologyPath) {
|
|
@@ -22680,7 +22688,7 @@ async function generateClientSdk(ontology, args) {
|
|
|
22680
22688
|
}
|
|
22681
22689
|
return true;
|
|
22682
22690
|
}
|
|
22683
|
-
await generateClientSdkPackage(args.packageName, args.version, args.beta ? "2.0" : "1.1", args.outDir, ontology, minimalFs, await getDependencyVersions(), "0.
|
|
22691
|
+
await generateClientSdkPackage(args.packageName, args.version, args.beta ? "2.0" : "1.1", args.outDir, ontology, minimalFs, await getDependencyVersions(), "0.28.0-beta.10", args.externalObjects, args.externalInterfaces);
|
|
22684
22692
|
return true;
|
|
22685
22693
|
} catch (e) {
|
|
22686
22694
|
consola.error("OSDK generation failed", e.message, e.stack);
|
|
@@ -22707,8 +22715,8 @@ async function getDependencyVersions() {
|
|
|
22707
22715
|
typescriptVersion,
|
|
22708
22716
|
tslibVersion,
|
|
22709
22717
|
areTheTypesWrongVersion,
|
|
22710
|
-
osdkApiVersion: `^${"2.
|
|
22711
|
-
osdkClientVersion: `^${"2.
|
|
22718
|
+
osdkApiVersion: `^${"2.4.0-beta.9"}`,
|
|
22719
|
+
osdkClientVersion: `^${"2.4.0-beta.9"}`,
|
|
22712
22720
|
osdkLegacyClientVersion
|
|
22713
22721
|
};
|
|
22714
22722
|
}
|
|
@@ -22747,5 +22755,5 @@ function createNormalFs() {
|
|
|
22747
22755
|
}
|
|
22748
22756
|
|
|
22749
22757
|
export { getDependencyVersions, handleGenerate, updateVersionsIfTheyExist };
|
|
22750
|
-
//# sourceMappingURL=handleGenerate-
|
|
22751
|
-
//# sourceMappingURL=handleGenerate-
|
|
22758
|
+
//# sourceMappingURL=handleGenerate-66QQGO5R.js.map
|
|
22759
|
+
//# sourceMappingURL=handleGenerate-66QQGO5R.js.map
|