@zuplo/cli 1.84.0 → 1.85.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="539485e8-648f-57f9-94fe-d9f213cb7bf2")}catch(e){}}();
|
|
3
3
|
export function denoTestPrepPlugin(argv, options) {
|
|
4
4
|
const aliases = Object.keys(options);
|
|
5
5
|
const re = new RegExp(`^(${aliases.map((x) => escapeRegExp(x)).join("|")})$`);
|
|
@@ -36,7 +36,7 @@ function generateTestContents(argv) {
|
|
|
36
36
|
return `
|
|
37
37
|
|
|
38
38
|
// Load environment variables
|
|
39
|
-
import { load } from "https://deno.land/std@0.
|
|
39
|
+
import { load } from "https://deno.land/std@0.203.0/dotenv/mod.ts";
|
|
40
40
|
await load();
|
|
41
41
|
|
|
42
42
|
export class TestHelper {
|
|
@@ -61,7 +61,7 @@ function generateTestContents(argv) {
|
|
|
61
61
|
beforeEach,
|
|
62
62
|
describe as originalDescribe,
|
|
63
63
|
it,
|
|
64
|
-
} from "https://deno.land/std@0.
|
|
64
|
+
} from "https://deno.land/std@0.203.0/testing/bdd.ts";
|
|
65
65
|
|
|
66
66
|
// We want to be able to disable test sanitizers by default to
|
|
67
67
|
// make tests easier/more familiar to write.
|
|
@@ -96,4 +96,4 @@ function generateTestContents(argv) {
|
|
|
96
96
|
`;
|
|
97
97
|
}
|
|
98
98
|
//# sourceMappingURL=deno-test-prep-plugin.js.map
|
|
99
|
-
//# debugId=
|
|
99
|
+
//# debugId=539485e8-648f-57f9-94fe-d9f213cb7bf2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": "https://github.com/zuplo/cli",
|
|
6
6
|
"description": "The command-line interface for Zuplo",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"@inquirer/prompts": "^3.0.4",
|
|
59
59
|
"@sentry/node": "7.69.0",
|
|
60
60
|
"@swc/core": "1.3.78",
|
|
61
|
-
"@zuplo/core": "5.
|
|
61
|
+
"@zuplo/core": "5.1342.0",
|
|
62
62
|
"@zuplo/pino-pretty-configurations": "^1.5.0",
|
|
63
|
-
"@zuplo/runtime": "5.
|
|
63
|
+
"@zuplo/runtime": "5.1342.0",
|
|
64
64
|
"chalk": "^5.1.2",
|
|
65
65
|
"chokidar": "^3.5.3",
|
|
66
|
-
"deno-bin": "1.
|
|
66
|
+
"deno-bin": "1.37.1",
|
|
67
67
|
"dotenv": "^16.3.1",
|
|
68
68
|
"esbuild": "0.19.2",
|
|
69
69
|
"execa": "^6.1.0",
|