trigger.dev 0.0.0-v3-prerelease-20240620110206 → 0.0.0-v3-prerelease-20240624161326
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
CHANGED
|
@@ -799,7 +799,7 @@ import invariant from "tiny-invariant";
|
|
|
799
799
|
import { z as z4 } from "zod";
|
|
800
800
|
|
|
801
801
|
// package.json
|
|
802
|
-
var version = "0.0.0-v3-prerelease-
|
|
802
|
+
var version = "0.0.0-v3-prerelease-20240624161326";
|
|
803
803
|
var dependencies = {
|
|
804
804
|
"@anatine/esbuild-decorators": "^0.2.19",
|
|
805
805
|
"@clack/prompts": "^0.7.0",
|
|
@@ -816,7 +816,7 @@ var dependencies = {
|
|
|
816
816
|
"@opentelemetry/sdk-trace-base": "^1.22.0",
|
|
817
817
|
"@opentelemetry/sdk-trace-node": "^1.22.0",
|
|
818
818
|
"@opentelemetry/semantic-conventions": "^1.22.0",
|
|
819
|
-
"@trigger.dev/core": "workspace:0.0.0-v3-prerelease-
|
|
819
|
+
"@trigger.dev/core": "workspace:0.0.0-v3-prerelease-20240624161326",
|
|
820
820
|
"@types/degit": "^2.8.3",
|
|
821
821
|
chalk: "^5.2.0",
|
|
822
822
|
chokidar: "^3.5.3",
|
|
@@ -6838,7 +6838,7 @@ import { flattenAttributes as flattenAttributes4 } from "@trigger.dev/core/v3";
|
|
|
6838
6838
|
import { recordSpanException as recordSpanException6 } from "@trigger.dev/core/v3/workers";
|
|
6839
6839
|
import chalk5 from "chalk";
|
|
6840
6840
|
import { execa as execa3 } from "execa";
|
|
6841
|
-
import
|
|
6841
|
+
import jsoncParser from "jsonc-parser";
|
|
6842
6842
|
import { writeFile as writeFile3 } from "node:fs/promises";
|
|
6843
6843
|
import { join as join8, relative as relative4, resolve as resolve5 } from "node:path";
|
|
6844
6844
|
import terminalLink4 from "terminal-link";
|
|
@@ -6886,6 +6886,7 @@ function replaceAll(input, replacements) {
|
|
|
6886
6886
|
}
|
|
6887
6887
|
|
|
6888
6888
|
// src/commands/init.ts
|
|
6889
|
+
var { applyEdits, modify, findNodeAtLocation, parseTree, getNodeValue } = jsoncParser;
|
|
6889
6890
|
var InitCommandOptions = CommonCommandOptions.extend({
|
|
6890
6891
|
projectRef: z6.string().optional(),
|
|
6891
6892
|
overrideConfig: z6.boolean().default(false),
|