@supernovaio/cli 2.0.35 → 2.0.37
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/commands/components-import.js +5 -5
- package/dist/commands/components-import.js.map +1 -1
- package/dist/commands/describe-design-system.js +5 -5
- package/dist/commands/describe-design-system.js.map +1 -1
- package/dist/commands/describe-workspaces.js +7 -7
- package/dist/commands/describe-workspaces.js.map +1 -1
- package/dist/commands/login.js +5 -5
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/publish-documentation.js +5 -5
- package/dist/commands/publish-documentation.js.map +1 -1
- package/dist/commands/run-local-exporter.d.ts +0 -1
- package/dist/commands/run-local-exporter.d.ts.map +1 -1
- package/dist/commands/run-local-exporter.js +5 -6
- package/dist/commands/run-local-exporter.js.map +1 -1
- package/dist/commands/sync-tokens.d.ts +0 -1
- package/dist/commands/sync-tokens.d.ts.map +1 -1
- package/dist/commands/sync-tokens.js +3 -4
- package/dist/commands/sync-tokens.js.map +1 -1
- package/dist/commands/template-upload.d.ts +1 -0
- package/dist/commands/template-upload.d.ts.map +1 -1
- package/dist/commands/template-upload.js +128 -2
- package/dist/commands/template-upload.js.map +1 -1
- package/dist/services/user.service.d.ts +16 -16
- package/dist/services/user.service.d.ts.map +1 -1
- package/dist/services/vault.service.d.ts.map +1 -1
- package/dist/services/vault.service.js +9 -6
- package/dist/services/vault.service.js.map +1 -1
- package/dist/utils/sdk.d.ts +0 -1
- package/dist/utils/sdk.d.ts.map +1 -1
- package/dist/utils/sdk.js +4 -7
- package/dist/utils/sdk.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supernovaio/cli",
|
|
3
3
|
"description": "Supernova.io Command Line Interface",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.37",
|
|
5
5
|
"author": "Supernova.io",
|
|
6
6
|
"bin": {
|
|
7
7
|
"supernova": "./bin/run"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@sentry/node": "^9.9.0",
|
|
17
17
|
"@sentry/profiling-node": "^9.9.0",
|
|
18
18
|
"@sindresorhus/slugify": "^2.2.1",
|
|
19
|
-
"@supernova-studio/client": "1.
|
|
19
|
+
"@supernova-studio/client": "1.78.1",
|
|
20
20
|
"@supernova-studio/pulsar-core": "2.7.10",
|
|
21
21
|
"@supernova-studio/pulsar-language": "2.7.10",
|
|
22
22
|
"@supernovaio/code-analyzer": "^1.0.1-alpha.2",
|
|
@@ -147,4 +147,4 @@
|
|
|
147
147
|
"publish-package": "npm run build && npm run sentry:sourcemaps && npm run prepack && npm publish --access public && npm run postpack",
|
|
148
148
|
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org supernova-studio --project cli ./dist && sentry-cli sourcemaps upload --org supernova-studio --project cli ./dist"
|
|
149
149
|
}
|
|
150
|
-
}
|
|
150
|
+
}
|