@elevasis/sdk 0.5.2 → 0.5.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.
- package/dist/cli.cjs +1 -5
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -43785,7 +43785,7 @@ async function apiDelete(endpoint, apiUrl = resolveApiUrl()) {
|
|
|
43785
43785
|
// package.json
|
|
43786
43786
|
var package_default = {
|
|
43787
43787
|
name: "@elevasis/sdk",
|
|
43788
|
-
version: "0.5.
|
|
43788
|
+
version: "0.5.3",
|
|
43789
43789
|
description: "SDK for building Elevasis organization resources",
|
|
43790
43790
|
"comment:bin": "IMPORTANT: This package shares the 'elevasis' binary name with @repo/cli. They never conflict because @elevasis/sdk must NEVER be added as a dependency of any workspace package (apps/*, packages/*, organizations/*). Workspace projects use @repo/cli for the 'elevasis' binary. External developers (outside the workspace) get this SDK's binary via npm install.",
|
|
43791
43791
|
type: "module",
|
|
@@ -44373,10 +44373,6 @@ function registerDeployCommand(program3) {
|
|
|
44373
44373
|
}
|
|
44374
44374
|
await generateResourceMap(org);
|
|
44375
44375
|
await generateProjectMap(org);
|
|
44376
|
-
try {
|
|
44377
|
-
await (0, import_promises.unlink)((0, import_path.resolve)("docs/resource-map.mdx"));
|
|
44378
|
-
} catch {
|
|
44379
|
-
}
|
|
44380
44376
|
const documentation = await scanDocumentation();
|
|
44381
44377
|
if (documentation) {
|
|
44382
44378
|
console.log(source_default.gray(` docs ${source_default.white(String(documentation.length))} file${documentation.length !== 1 ? "s" : ""}`));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/sdk",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "SDK for building Elevasis organization resources",
|
|
5
5
|
"comment:bin": "IMPORTANT: This package shares the 'elevasis' binary name with @repo/cli. They never conflict because @elevasis/sdk must NEVER be added as a dependency of any workspace package (apps/*, packages/*, organizations/*). Workspace projects use @repo/cli for the 'elevasis' binary. External developers (outside the workspace) get this SDK's binary via npm install.",
|
|
6
6
|
"type": "module",
|