windmill-cli 1.481.0 → 1.482.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/esm/bootstrap/script_bootstrap.js +1 -1
- package/esm/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
- package/esm/deps.js +1 -1
- package/esm/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +383 -1
- package/esm/main.js +18 -15
- package/esm/metadata.js +9 -8
- package/esm/schedule.js +13 -2
- package/esm/script.js +2 -2
- package/esm/script_common.js +2 -2
- package/esm/sync.js +14 -5
- package/esm/trigger.js +21 -1
- package/esm/types.js +5 -1
- package/package.json +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_create_walk_entry.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_get_file_info_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_is_same_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_is_subdir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_to_path_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/empty_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_file.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_link.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_symlink.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/eol.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/exists.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/expand_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/move.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/walk.d.ts.map +1 -1
- package/types/deps.d.ts +1 -1
- package/types/gen/services.gen.d.ts +187 -2
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +394 -8
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/main.d.ts +1 -1
- package/types/main.d.ts.map +1 -1
- package/types/metadata.d.ts.map +1 -1
- package/types/schedule.d.ts +1 -0
- package/types/schedule.d.ts.map +1 -1
- package/types/sync.d.ts.map +1 -1
- package/types/trigger.d.ts +2 -1
- package/types/trigger.d.ts.map +1 -1
- package/types/types.d.ts +1 -1
- package/types/types.d.ts.map +1 -1
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_create_walk_entry.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_is_same_path.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_is_subdir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_to_path_string.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/copy.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/empty_dir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_dir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_file.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_link.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_symlink.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/eol.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/exists.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/expand_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/move.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/walk.js +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/empty_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_file.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_link.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/ensure_symlink.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/eol.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/exists.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/expand_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/move.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.15 → 1.0.16}/walk.d.ts +0 -0
package/esm/schedule.js
CHANGED
|
@@ -34,8 +34,9 @@ export async function pushSchedule(workspace, path, schedule, localSchedule) {
|
|
|
34
34
|
log.debug(`Schedule ${path} is up to date`);
|
|
35
35
|
return;
|
|
36
36
|
}
|
|
37
|
-
log.debug(`
|
|
37
|
+
log.debug(`Updating schedule ${path}`);
|
|
38
38
|
try {
|
|
39
|
+
log.info(colors.bold.yellow(`Updating schedule ${path}`));
|
|
39
40
|
await wmill.updateSchedule({
|
|
40
41
|
workspace: workspace,
|
|
41
42
|
path,
|
|
@@ -43,6 +44,16 @@ export async function pushSchedule(workspace, path, schedule, localSchedule) {
|
|
|
43
44
|
...localSchedule,
|
|
44
45
|
},
|
|
45
46
|
});
|
|
47
|
+
if (localSchedule.enabled != schedule.enabled) {
|
|
48
|
+
log.info(colors.bold.yellow(`Schedule ${path} is ${localSchedule.enabled ? "enabled" : "disabled"} locally but not on remote, updating remote`));
|
|
49
|
+
await wmill.setScheduleEnabled({
|
|
50
|
+
workspace: workspace,
|
|
51
|
+
path,
|
|
52
|
+
requestBody: {
|
|
53
|
+
enabled: localSchedule.enabled,
|
|
54
|
+
},
|
|
55
|
+
});
|
|
56
|
+
}
|
|
46
57
|
}
|
|
47
58
|
catch (e) {
|
|
48
59
|
console.error(e.body);
|
|
@@ -50,7 +61,7 @@ export async function pushSchedule(workspace, path, schedule, localSchedule) {
|
|
|
50
61
|
}
|
|
51
62
|
}
|
|
52
63
|
else {
|
|
53
|
-
console.log(colors.bold.yellow("Creating new schedule
|
|
64
|
+
console.log(colors.bold.yellow("Creating new schedule " + path));
|
|
54
65
|
try {
|
|
55
66
|
await wmill.createSchedule({
|
|
56
67
|
workspace: workspace,
|
package/esm/script.js
CHANGED
|
@@ -403,7 +403,7 @@ export function filePathExtensionFromContentType(language, defaultTs) {
|
|
|
403
403
|
}
|
|
404
404
|
else if (language === "java") {
|
|
405
405
|
return ".java";
|
|
406
|
-
//
|
|
406
|
+
// for related places search: ADD_NEW_LANG
|
|
407
407
|
}
|
|
408
408
|
else {
|
|
409
409
|
throw new Error("Invalid language: " + language);
|
|
@@ -432,7 +432,7 @@ export const exts = [
|
|
|
432
432
|
".nu",
|
|
433
433
|
".playbook.yml",
|
|
434
434
|
".java"
|
|
435
|
-
//
|
|
435
|
+
// for related places search: ADD_NEW_LANG
|
|
436
436
|
];
|
|
437
437
|
export function removeExtensionToPath(path) {
|
|
438
438
|
for (const ext of exts) {
|
package/esm/script_common.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//
|
|
1
|
+
// for related places search: ADD_NEW_LANG
|
|
2
2
|
export function inferContentTypeFromFilePath(contentPath, defaultTs) {
|
|
3
3
|
if (contentPath.endsWith(".py")) {
|
|
4
4
|
return "python3";
|
|
@@ -62,7 +62,7 @@ export function inferContentTypeFromFilePath(contentPath, defaultTs) {
|
|
|
62
62
|
}
|
|
63
63
|
else if (contentPath.endsWith(".java")) {
|
|
64
64
|
return "java";
|
|
65
|
-
//
|
|
65
|
+
// for related places search: ADD_NEW_LANG
|
|
66
66
|
}
|
|
67
67
|
else {
|
|
68
68
|
throw new Error("Invalid language: " + contentPath.substring(contentPath.lastIndexOf(".")));
|
package/esm/sync.js
CHANGED
|
@@ -10,7 +10,7 @@ import { deepEqual, isFileResource } from "./utils.js";
|
|
|
10
10
|
import { mergeConfigWithConfigFile } from "./conf.js";
|
|
11
11
|
import { removePathPrefix } from "./types.js";
|
|
12
12
|
import { listSyncCodebases } from "./codebase.js";
|
|
13
|
-
import { generateFlowLockInternal, generateScriptMetadataInternal, } from "./metadata.js";
|
|
13
|
+
import { generateFlowLockInternal, generateScriptMetadataInternal, readLockfile, } from "./metadata.js";
|
|
14
14
|
import { pushResource } from "./resource.js";
|
|
15
15
|
export function findCodebase(path, codebases) {
|
|
16
16
|
if (!path.endsWith(".ts")) {
|
|
@@ -282,7 +282,7 @@ export function newPathAssigner(defaultTs) {
|
|
|
282
282
|
ext = "playbook.yml";
|
|
283
283
|
else if (language == "java")
|
|
284
284
|
ext = "java";
|
|
285
|
-
//
|
|
285
|
+
// for related places search: ADD_NEW_LANG
|
|
286
286
|
else
|
|
287
287
|
ext = "no_ext";
|
|
288
288
|
return [`${name}.inline_script.`, ext];
|
|
@@ -537,7 +537,8 @@ export async function elementsToMap(els, ignore, json, skips) {
|
|
|
537
537
|
path.endsWith(".nats_trigger" + ext) ||
|
|
538
538
|
path.endsWith(".postgres_trigger" + ext) ||
|
|
539
539
|
path.endsWith(".mqtt_trigger" + ext) ||
|
|
540
|
-
path.endsWith(".sqs_trigger" + ext)
|
|
540
|
+
path.endsWith(".sqs_trigger" + ext) ||
|
|
541
|
+
path.endsWith(".gcp_trigger" + ext)))
|
|
541
542
|
continue;
|
|
542
543
|
if (!skips.includeUsers && path.endsWith(".user" + ext))
|
|
543
544
|
continue;
|
|
@@ -573,7 +574,7 @@ export async function elementsToMap(els, ignore, json, skips) {
|
|
|
573
574
|
"yml",
|
|
574
575
|
"nu",
|
|
575
576
|
"java",
|
|
576
|
-
//
|
|
577
|
+
// for related places search: ADD_NEW_LANG
|
|
577
578
|
].includes(path.split(".").pop() ?? "") &&
|
|
578
579
|
!isFileResource(path))
|
|
579
580
|
continue;
|
|
@@ -769,7 +770,8 @@ function getOrderFromPath(p) {
|
|
|
769
770
|
typ == "nats_trigger" ||
|
|
770
771
|
typ == "postgres_trigger" ||
|
|
771
772
|
typ == "mqtt_trigger" ||
|
|
772
|
-
typ == "sqs_trigger"
|
|
773
|
+
typ == "sqs_trigger" ||
|
|
774
|
+
typ == "gcp_trigger") {
|
|
773
775
|
return 8;
|
|
774
776
|
}
|
|
775
777
|
else if (typ == "variable") {
|
|
@@ -1036,6 +1038,7 @@ export async function pull(opts) {
|
|
|
1036
1038
|
}
|
|
1037
1039
|
}
|
|
1038
1040
|
log.info("All local changes pulled, now updating wmill-lock.yaml");
|
|
1041
|
+
await readLockfile(); // ensure wmill-lock.yaml exists
|
|
1039
1042
|
const globalDeps = await findGlobalDeps();
|
|
1040
1043
|
const tracker = await buildTracker(changes);
|
|
1041
1044
|
for (const change of tracker.scripts) {
|
|
@@ -1377,6 +1380,12 @@ export async function push(opts) {
|
|
|
1377
1380
|
path: removeSuffix(target, ".sqs_trigger.json"),
|
|
1378
1381
|
});
|
|
1379
1382
|
break;
|
|
1383
|
+
case "gcp_trigger":
|
|
1384
|
+
await wmill.deleteGcpTrigger({
|
|
1385
|
+
workspace: workspaceId,
|
|
1386
|
+
path: removeSuffix(target, ".gcp_trigger.json"),
|
|
1387
|
+
});
|
|
1388
|
+
break;
|
|
1380
1389
|
case "variable":
|
|
1381
1390
|
await wmill.deleteVariable({
|
|
1382
1391
|
workspace: workspaceId,
|
package/esm/trigger.js
CHANGED
|
@@ -14,6 +14,7 @@ async function getTrigger(triggerType, workspace, path) {
|
|
|
14
14
|
postgres: wmill.getPostgresTrigger,
|
|
15
15
|
mqtt: wmill.getMqttTrigger,
|
|
16
16
|
sqs: wmill.getSqsTrigger,
|
|
17
|
+
gcp: wmill.getGcpTrigger,
|
|
17
18
|
};
|
|
18
19
|
const triggerFunction = triggerFunctions[triggerType];
|
|
19
20
|
const trigger = await triggerFunction({ workspace, path });
|
|
@@ -28,6 +29,9 @@ async function updateTrigger(triggerType, workspace, path, trigger) {
|
|
|
28
29
|
postgres: wmill.updatePostgresTrigger,
|
|
29
30
|
mqtt: wmill.updateMqttTrigger,
|
|
30
31
|
sqs: wmill.updateSqsTrigger,
|
|
32
|
+
gcp: async (args) => {
|
|
33
|
+
throw new Error("GCP triggers are not supported yet");
|
|
34
|
+
},
|
|
31
35
|
};
|
|
32
36
|
const triggerFunction = triggerFunctions[triggerType];
|
|
33
37
|
await triggerFunction({ workspace, path, requestBody: trigger });
|
|
@@ -41,6 +45,9 @@ async function createTrigger(triggerType, workspace, path, trigger) {
|
|
|
41
45
|
postgres: wmill.createPostgresTrigger,
|
|
42
46
|
mqtt: wmill.createMqttTrigger,
|
|
43
47
|
sqs: wmill.createSqsTrigger,
|
|
48
|
+
gcp: async (args) => {
|
|
49
|
+
throw new Error("GCP triggers are not supported yet");
|
|
50
|
+
},
|
|
44
51
|
};
|
|
45
52
|
const triggerFunction = triggerFunctions[triggerType];
|
|
46
53
|
await triggerFunction({ workspace, path, requestBody: trigger });
|
|
@@ -111,6 +118,9 @@ async function list(opts) {
|
|
|
111
118
|
const sqsTriggers = await wmill.listSqsTriggers({
|
|
112
119
|
workspace: workspace.workspaceId,
|
|
113
120
|
});
|
|
121
|
+
const gcpTriggers = await wmill.listGcpTriggers({
|
|
122
|
+
workspace: workspace.workspaceId,
|
|
123
|
+
});
|
|
114
124
|
const triggers = [
|
|
115
125
|
...httpTriggers.map((x) => ({ path: x.path, kind: "http" })),
|
|
116
126
|
...websocketTriggers.map((x) => ({ path: x.path, kind: "websocket" })),
|
|
@@ -119,6 +129,7 @@ async function list(opts) {
|
|
|
119
129
|
...postgresTriggers.map((x) => ({ path: x.path, kind: "postgres" })),
|
|
120
130
|
...mqttTriggers.map((x) => ({ path: x.path, kind: "mqtt" })),
|
|
121
131
|
...sqsTriggers.map((x) => ({ path: x.path, kind: "sqs" })),
|
|
132
|
+
...gcpTriggers.map((x) => ({ path: x.path, kind: "gcp" })),
|
|
122
133
|
];
|
|
123
134
|
new Table()
|
|
124
135
|
.header(["Path", "Kind"])
|
|
@@ -129,7 +140,16 @@ async function list(opts) {
|
|
|
129
140
|
}
|
|
130
141
|
function checkIfValidTrigger(kind) {
|
|
131
142
|
if (kind &&
|
|
132
|
-
[
|
|
143
|
+
[
|
|
144
|
+
"http",
|
|
145
|
+
"websocket",
|
|
146
|
+
"kafka",
|
|
147
|
+
"nats",
|
|
148
|
+
"postgres",
|
|
149
|
+
"mqtt",
|
|
150
|
+
"sqs",
|
|
151
|
+
"gcp",
|
|
152
|
+
].includes(kind)) {
|
|
133
153
|
return true;
|
|
134
154
|
}
|
|
135
155
|
else {
|
package/esm/types.js
CHANGED
|
@@ -115,6 +115,9 @@ export async function pushObj(workspace, p, befObj, newObj, plainSecrets, alread
|
|
|
115
115
|
else if (typeEnding === "sqs_trigger") {
|
|
116
116
|
await pushTrigger("sqs", workspace, p, befObj, newObj);
|
|
117
117
|
}
|
|
118
|
+
else if (typeEnding === "gcp_trigger") {
|
|
119
|
+
await pushTrigger("gcp", workspace, p, befObj, newObj);
|
|
120
|
+
}
|
|
118
121
|
else if (typeEnding === "user") {
|
|
119
122
|
await pushWorkspaceUser(workspace, p, befObj, newObj);
|
|
120
123
|
}
|
|
@@ -170,7 +173,7 @@ export function getTypeStrFromPath(p) {
|
|
|
170
173
|
parsed.ext == ".cs" ||
|
|
171
174
|
parsed.ext == ".nu" ||
|
|
172
175
|
parsed.ext == ".java" ||
|
|
173
|
-
//
|
|
176
|
+
// for related places search: ADD_NEW_LANG
|
|
174
177
|
(parsed.ext == ".yml" && parsed.name.split(".").pop() == "playbook")) {
|
|
175
178
|
return "script";
|
|
176
179
|
}
|
|
@@ -191,6 +194,7 @@ export function getTypeStrFromPath(p) {
|
|
|
191
194
|
typeEnding === "postgres_trigger" ||
|
|
192
195
|
typeEnding === "mqtt_trigger" ||
|
|
193
196
|
typeEnding === "sqs_trigger" ||
|
|
197
|
+
typeEnding === "gcp_trigger" ||
|
|
194
198
|
typeEnding === "user" ||
|
|
195
199
|
typeEnding === "group" ||
|
|
196
200
|
typeEnding === "settings" ||
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_create_walk_entry.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_create_walk_entry.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/_create_walk_entry.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAOxD;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,OAAO,CAAC,IAAI,CAAC,QAAQ;IACtD,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iEAAiE;AACjE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAYjE;AAED,kEAAkE;AAClE,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC,CAY5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_get_file_info_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_get_file_info_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/_get_file_info_type.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAGxD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;AAElD;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,OAAO,CAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAQrF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_is_same_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_is_same_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/_is_same_path.ts"],"names":[],"mappings":"AAMA;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,GACjB,OAAO,CAKT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_is_subdir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_is_subdir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/_is_subdir.ts"],"names":[],"mappings":"AAOA;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,GAAG,aAAY,GACd,OAAO,CAYT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_to_path_string.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"_to_path_string.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/_to_path_string.ts"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,OAAO,EAAE,MAAM,GAAG,GAAG,GACpB,MAAM,CAER"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/copy.ts"],"names":[],"mappings":"AAeA,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAoOD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAsB,IAAI,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,iBAwB1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,QAwB1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"empty_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"empty_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/empty_dir.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAkB/C;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAmB7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/ensure_dir.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAuBhD;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAuB9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/ensure_file.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAuBtE;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAsB3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_link.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_link.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/ensure_link.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,iBAKrE;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,QAKnE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure_symlink.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"ensure_symlink.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/ensure_symlink.ts"],"names":[],"mappings":"AA2BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,iBAyCvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,QAyCvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eol.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"eol.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/eol.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,EAAE,MAAgB,CAAC;AAEhC,mDAAmD;AACnD,eAAO,MAAM,IAAI,QAAkB,CAAC;AAEpC;;;;;;;;;GASG;AACH,eAAO,MAAM,GAAG,EAAE,IAAI,GAAG,MAEgD,CAAC;AAI1E;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,GAAG,GAAG,IAAI,CAQzD;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,MAAM,CAE/D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exists.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"exists.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/exists.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgGG;AACH,wBAAsB,MAAM,CAC1B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,CAsClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+FG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAqCT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expand_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"expand_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/expand_glob.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,oCAAoC,CAAC;AAQpF,OAAO,EAGL,KAAK,SAAS,EACf,MAAM,yBAAyB,CAAC;AAEjC,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC;AAKvC,yEAAyE;AACzE,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC;IAChE;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmLG;AACH,wBAAuB,UAAU,CAC/B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,qBAAqB,CAAC,SAAS,CAAC,CAyGlC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAiB,cAAc,CAC7B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,gBAAgB,CAAC,SAAS,CAAC,CAuG7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;GAgBG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/move.ts"],"names":[],"mappings":"AAQA,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAsB,IAAI,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,IAAI,CAAC,CAiCf;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,WAAW,GACpB,IAAI,CAmCN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"walk.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.
|
|
1
|
+
{"version":3,"file":"walk.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.16/walk.ts"],"names":[],"mappings":"AAQA,OAAO,EAGL,KAAK,SAAS,EACf,MAAM,yBAAyB,CAAC;AAoBjC,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AACD,YAAY,EAAE,SAAS,EAAE,CAAC;AAE1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkWG;AACH,wBAAuB,IAAI,CACzB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,WAAW,GACpB,qBAAqB,CAAC,SAAS,CAAC,CAsElC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiWG;AACH,wBAAiB,QAAQ,CACvB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,WAAW,GACpB,gBAAgB,CAAC,SAAS,CAAC,CAuE7B"}
|
package/types/deps.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { UpgradeCommand } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.
|
|
|
9
9
|
export { NpmProvider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/upgrade/provider/npm.js";
|
|
10
10
|
export { Provider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/upgrade/mod.js";
|
|
11
11
|
export { CompletionsCommand } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/completions/mod.js";
|
|
12
|
-
export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.
|
|
12
|
+
export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.16/mod.js";
|
|
13
13
|
export { SEPARATOR as SEP } from "./deps/jsr.io/@std/path/1.0.8/mod.js";
|
|
14
14
|
export * as path from "./deps/jsr.io/@std/path/1.0.8/mod.js";
|
|
15
15
|
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.4/mod.js";
|