@supacloud/cli 0.22.0 → 0.22.1
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/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12158,7 +12158,7 @@ var MUTATION_TOOL_SCHEMA = {
|
|
|
12158
12158
|
// package.json
|
|
12159
12159
|
var package_default = {
|
|
12160
12160
|
name: "@supacloud/cli",
|
|
12161
|
-
version: "0.22.
|
|
12161
|
+
version: "0.22.1",
|
|
12162
12162
|
description: "Project-scoped CLI for SupaCloud users",
|
|
12163
12163
|
type: "module",
|
|
12164
12164
|
main: "./dist/index.js",
|
|
@@ -12185,7 +12185,7 @@ var package_default = {
|
|
|
12185
12185
|
license: "MIT",
|
|
12186
12186
|
repository: {
|
|
12187
12187
|
type: "git",
|
|
12188
|
-
url: "https://github.com/
|
|
12188
|
+
url: "https://github.com/vibeunion/supacloud.git",
|
|
12189
12189
|
directory: "packages/cli"
|
|
12190
12190
|
},
|
|
12191
12191
|
dependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supacloud/cli",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"description": "Project-scoped CLI for SupaCloud users",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/
|
|
30
|
+
"url": "https://github.com/vibeunion/supacloud.git",
|
|
31
31
|
"directory": "packages/cli"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|