@vm0/cli 9.85.0 → 9.85.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/{chunk-JCPJKFQI.js → chunk-FEUDHROP.js} +4 -4
- package/chunk-FEUDHROP.js.map +1 -0
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +2 -2
- package/chunk-JCPJKFQI.js.map +0 -1
|
@@ -47,7 +47,7 @@ if (DSN) {
|
|
|
47
47
|
Sentry.init({
|
|
48
48
|
dsn: DSN,
|
|
49
49
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
50
|
-
release: "9.85.
|
|
50
|
+
release: "9.85.1",
|
|
51
51
|
sendDefaultPii: false,
|
|
52
52
|
tracesSampleRate: 0,
|
|
53
53
|
shutdownTimeout: 500,
|
|
@@ -66,7 +66,7 @@ if (DSN) {
|
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
68
|
Sentry.setContext("cli", {
|
|
69
|
-
version: "9.85.
|
|
69
|
+
version: "9.85.1",
|
|
70
70
|
command: process.argv.slice(2).join(" ")
|
|
71
71
|
});
|
|
72
72
|
Sentry.setContext("runtime", {
|
|
@@ -1988,7 +1988,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
1988
1988
|
authMethods: {
|
|
1989
1989
|
"api-token": {
|
|
1990
1990
|
label: "API Key",
|
|
1991
|
-
helpText: "1. Log in to [Gamma](https://gamma.app)
|
|
1991
|
+
helpText: "1. Log in to [Gamma](https://gamma.app)\n2. Go to [API Keys](https://gamma.app/settings/api-keys) (Settings > API Keys)\n3. Click **Create API key**\n4. Copy the key (it is only shown once)",
|
|
1992
1992
|
secrets: {
|
|
1993
1993
|
GAMMA_TOKEN: {
|
|
1994
1994
|
label: "API Key",
|
|
@@ -19378,4 +19378,4 @@ export {
|
|
|
19378
19378
|
promptSelect,
|
|
19379
19379
|
promptPassword
|
|
19380
19380
|
};
|
|
19381
|
-
//# sourceMappingURL=chunk-
|
|
19381
|
+
//# sourceMappingURL=chunk-FEUDHROP.js.map
|