windmill-cli 1.473.1 → 1.475.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.
- package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.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 +163 -1
- package/esm/main.js +1 -1
- package/esm/script.js +7 -6
- package/esm/sync.js +12 -0
- package/esm/trigger.js +8 -1
- package/esm/types.js +4 -0
- package/esm/user.js +2 -1
- package/package.json +1 -1
- package/types/deps/jsr.io/@std/fmt/{1.0.5 → 1.0.6}/colors.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_create_walk_entry.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_get_file_info_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_is_same_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_is_subdir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_to_path_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/empty_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_file.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_link.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_symlink.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/eol.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/exists.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/expand_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/move.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/walk.d.ts.map +1 -1
- package/types/deps.d.ts +1 -1
- package/types/gen/services.gen.d.ts +80 -2
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +134 -5
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/main.d.ts +1 -1
- package/types/script.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/types/user.d.ts.map +1 -1
- /package/esm/deps/jsr.io/@std/fmt/{1.0.5 → 1.0.6}/colors.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_create_walk_entry.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_is_same_path.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_is_subdir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_to_path_string.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/copy.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/empty_dir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_dir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_file.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_link.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_symlink.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/eol.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/exists.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/expand_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/move.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/walk.js +0 -0
- /package/types/deps/jsr.io/@std/fmt/{1.0.5 → 1.0.6}/colors.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/empty_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_file.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_link.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/ensure_symlink.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/eol.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/exists.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/expand_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/move.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.13 → 1.0.14}/walk.d.ts +0 -0
|
@@ -13,7 +13,7 @@ var _ConsoleHandler_useColors;
|
|
|
13
13
|
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
14
14
|
// This module is browser compatible.
|
|
15
15
|
import { LogLevels } from "./levels.js";
|
|
16
|
-
import { blue, bold, red, yellow } from "../../fmt/1.0.
|
|
16
|
+
import { blue, bold, red, yellow } from "../../fmt/1.0.6/colors.js";
|
|
17
17
|
import { BaseHandler } from "./base_handler.js";
|
|
18
18
|
function applyColors(msg, level) {
|
|
19
19
|
switch (level) {
|
|
@@ -12,7 +12,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
12
12
|
var _RotatingFileHandler_maxBytes, _RotatingFileHandler_maxBackupCount, _RotatingFileHandler_currentFileSize;
|
|
13
13
|
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
14
14
|
import * as dntShim from "../../../../../_dnt.shims.js";
|
|
15
|
-
import { existsSync } from "../../fs/1.0.
|
|
15
|
+
import { existsSync } from "../../fs/1.0.14/exists.js";
|
|
16
16
|
import { FileHandler } from "./file_handler.js";
|
|
17
17
|
import { encoderSymbol, filenameSymbol, fileSymbol, modeSymbol, openOptionsSymbol, } from "./_file_handler_symbols.js";
|
|
18
18
|
/**
|
package/esm/deps.js
CHANGED
|
@@ -12,7 +12,7 @@ export { NpmProvider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-r
|
|
|
12
12
|
export { Provider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/upgrade/mod.js";
|
|
13
13
|
export { CompletionsCommand } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/completions/mod.js";
|
|
14
14
|
// std
|
|
15
|
-
export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.
|
|
15
|
+
export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.14/mod.js";
|
|
16
16
|
export { SEPARATOR as SEP } from "./deps/jsr.io/@std/path/1.0.8/mod.js";
|
|
17
17
|
export * as path from "./deps/jsr.io/@std/path/1.0.8/mod.js";
|
|
18
18
|
export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.7/mod.js";
|
package/esm/gen/core/OpenAPI.js
CHANGED
package/esm/gen/services.gen.js
CHANGED
|
@@ -6790,6 +6790,168 @@ export const testSqsConnection = (data) => {
|
|
|
6790
6790
|
mediaType: 'application/json'
|
|
6791
6791
|
});
|
|
6792
6792
|
};
|
|
6793
|
+
/**
|
|
6794
|
+
* create mqtt trigger
|
|
6795
|
+
* @param data The data for the request.
|
|
6796
|
+
* @param data.workspace
|
|
6797
|
+
* @param data.requestBody new mqtt trigger
|
|
6798
|
+
* @returns string mqtt trigger created
|
|
6799
|
+
* @throws ApiError
|
|
6800
|
+
*/
|
|
6801
|
+
export const createMqttTrigger = (data) => {
|
|
6802
|
+
return __request(OpenAPI, {
|
|
6803
|
+
method: 'POST',
|
|
6804
|
+
url: '/w/{workspace}/mqtt_triggers/create',
|
|
6805
|
+
path: {
|
|
6806
|
+
workspace: data.workspace
|
|
6807
|
+
},
|
|
6808
|
+
body: data.requestBody,
|
|
6809
|
+
mediaType: 'application/json'
|
|
6810
|
+
});
|
|
6811
|
+
};
|
|
6812
|
+
/**
|
|
6813
|
+
* update mqtt trigger
|
|
6814
|
+
* @param data The data for the request.
|
|
6815
|
+
* @param data.workspace
|
|
6816
|
+
* @param data.path
|
|
6817
|
+
* @param data.requestBody updated trigger
|
|
6818
|
+
* @returns string mqtt trigger updated
|
|
6819
|
+
* @throws ApiError
|
|
6820
|
+
*/
|
|
6821
|
+
export const updateMqttTrigger = (data) => {
|
|
6822
|
+
return __request(OpenAPI, {
|
|
6823
|
+
method: 'POST',
|
|
6824
|
+
url: '/w/{workspace}/mqtt_triggers/update/{path}',
|
|
6825
|
+
path: {
|
|
6826
|
+
workspace: data.workspace,
|
|
6827
|
+
path: data.path
|
|
6828
|
+
},
|
|
6829
|
+
body: data.requestBody,
|
|
6830
|
+
mediaType: 'application/json'
|
|
6831
|
+
});
|
|
6832
|
+
};
|
|
6833
|
+
/**
|
|
6834
|
+
* delete mqtt trigger
|
|
6835
|
+
* @param data The data for the request.
|
|
6836
|
+
* @param data.workspace
|
|
6837
|
+
* @param data.path
|
|
6838
|
+
* @returns string mqtt trigger deleted
|
|
6839
|
+
* @throws ApiError
|
|
6840
|
+
*/
|
|
6841
|
+
export const deleteMqttTrigger = (data) => {
|
|
6842
|
+
return __request(OpenAPI, {
|
|
6843
|
+
method: 'DELETE',
|
|
6844
|
+
url: '/w/{workspace}/mqtt_triggers/delete/{path}',
|
|
6845
|
+
path: {
|
|
6846
|
+
workspace: data.workspace,
|
|
6847
|
+
path: data.path
|
|
6848
|
+
}
|
|
6849
|
+
});
|
|
6850
|
+
};
|
|
6851
|
+
/**
|
|
6852
|
+
* get mqtt trigger
|
|
6853
|
+
* @param data The data for the request.
|
|
6854
|
+
* @param data.workspace
|
|
6855
|
+
* @param data.path
|
|
6856
|
+
* @returns MqttTrigger mqtt trigger deleted
|
|
6857
|
+
* @throws ApiError
|
|
6858
|
+
*/
|
|
6859
|
+
export const getMqttTrigger = (data) => {
|
|
6860
|
+
return __request(OpenAPI, {
|
|
6861
|
+
method: 'GET',
|
|
6862
|
+
url: '/w/{workspace}/mqtt_triggers/get/{path}',
|
|
6863
|
+
path: {
|
|
6864
|
+
workspace: data.workspace,
|
|
6865
|
+
path: data.path
|
|
6866
|
+
}
|
|
6867
|
+
});
|
|
6868
|
+
};
|
|
6869
|
+
/**
|
|
6870
|
+
* list mqtt triggers
|
|
6871
|
+
* @param data The data for the request.
|
|
6872
|
+
* @param data.workspace
|
|
6873
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
6874
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
6875
|
+
* @param data.path filter by path
|
|
6876
|
+
* @param data.isFlow
|
|
6877
|
+
* @param data.pathStart
|
|
6878
|
+
* @returns MqttTrigger mqtt trigger list
|
|
6879
|
+
* @throws ApiError
|
|
6880
|
+
*/
|
|
6881
|
+
export const listMqttTriggers = (data) => {
|
|
6882
|
+
return __request(OpenAPI, {
|
|
6883
|
+
method: 'GET',
|
|
6884
|
+
url: '/w/{workspace}/mqtt_triggers/list',
|
|
6885
|
+
path: {
|
|
6886
|
+
workspace: data.workspace
|
|
6887
|
+
},
|
|
6888
|
+
query: {
|
|
6889
|
+
page: data.page,
|
|
6890
|
+
per_page: data.perPage,
|
|
6891
|
+
path: data.path,
|
|
6892
|
+
is_flow: data.isFlow,
|
|
6893
|
+
path_start: data.pathStart
|
|
6894
|
+
}
|
|
6895
|
+
});
|
|
6896
|
+
};
|
|
6897
|
+
/**
|
|
6898
|
+
* does mqtt trigger exists
|
|
6899
|
+
* @param data The data for the request.
|
|
6900
|
+
* @param data.workspace
|
|
6901
|
+
* @param data.path
|
|
6902
|
+
* @returns boolean mqtt trigger exists
|
|
6903
|
+
* @throws ApiError
|
|
6904
|
+
*/
|
|
6905
|
+
export const existsMqttTrigger = (data) => {
|
|
6906
|
+
return __request(OpenAPI, {
|
|
6907
|
+
method: 'GET',
|
|
6908
|
+
url: '/w/{workspace}/mqtt_triggers/exists/{path}',
|
|
6909
|
+
path: {
|
|
6910
|
+
workspace: data.workspace,
|
|
6911
|
+
path: data.path
|
|
6912
|
+
}
|
|
6913
|
+
});
|
|
6914
|
+
};
|
|
6915
|
+
/**
|
|
6916
|
+
* set enabled mqtt trigger
|
|
6917
|
+
* @param data The data for the request.
|
|
6918
|
+
* @param data.workspace
|
|
6919
|
+
* @param data.path
|
|
6920
|
+
* @param data.requestBody updated mqtt trigger enable
|
|
6921
|
+
* @returns string mqtt trigger enabled set
|
|
6922
|
+
* @throws ApiError
|
|
6923
|
+
*/
|
|
6924
|
+
export const setMqttTriggerEnabled = (data) => {
|
|
6925
|
+
return __request(OpenAPI, {
|
|
6926
|
+
method: 'POST',
|
|
6927
|
+
url: '/w/{workspace}/mqtt_triggers/setenabled/{path}',
|
|
6928
|
+
path: {
|
|
6929
|
+
workspace: data.workspace,
|
|
6930
|
+
path: data.path
|
|
6931
|
+
},
|
|
6932
|
+
body: data.requestBody,
|
|
6933
|
+
mediaType: 'application/json'
|
|
6934
|
+
});
|
|
6935
|
+
};
|
|
6936
|
+
/**
|
|
6937
|
+
* test mqtt connection
|
|
6938
|
+
* @param data The data for the request.
|
|
6939
|
+
* @param data.workspace
|
|
6940
|
+
* @param data.requestBody test mqtt connection
|
|
6941
|
+
* @returns string successfully connected to mqtt
|
|
6942
|
+
* @throws ApiError
|
|
6943
|
+
*/
|
|
6944
|
+
export const testMqttConnection = (data) => {
|
|
6945
|
+
return __request(OpenAPI, {
|
|
6946
|
+
method: 'POST',
|
|
6947
|
+
url: '/w/{workspace}/mqtt_triggers/test',
|
|
6948
|
+
path: {
|
|
6949
|
+
workspace: data.workspace
|
|
6950
|
+
},
|
|
6951
|
+
body: data.requestBody,
|
|
6952
|
+
mediaType: 'application/json'
|
|
6953
|
+
});
|
|
6954
|
+
};
|
|
6793
6955
|
/**
|
|
6794
6956
|
* check if postgres configuration is set to logical
|
|
6795
6957
|
* @param data The data for the request.
|
|
@@ -8541,7 +8703,7 @@ export const fileUpload = (data) => {
|
|
|
8541
8703
|
});
|
|
8542
8704
|
};
|
|
8543
8705
|
/**
|
|
8544
|
-
* Download file
|
|
8706
|
+
* Download file from S3 bucket
|
|
8545
8707
|
* @param data The data for the request.
|
|
8546
8708
|
* @param data.workspace
|
|
8547
8709
|
* @param data.fileKey
|
package/esm/main.js
CHANGED
|
@@ -34,7 +34,7 @@ export { flow, app, script, workspace, resource, user, variable, hub, folder, sc
|
|
|
34
34
|
// console.error(JSON.stringify(event.error, null, 4));
|
|
35
35
|
// }
|
|
36
36
|
// });
|
|
37
|
-
export const VERSION = "1.
|
|
37
|
+
export const VERSION = "1.475.0";
|
|
38
38
|
const command = new Command()
|
|
39
39
|
.name("wmill")
|
|
40
40
|
.action(() => log.info(`Welcome to Windmill CLI ${VERSION}. Use -h for help.`))
|
package/esm/script.js
CHANGED
|
@@ -124,8 +124,9 @@ export async function handleFile(path, workspace, alreadySynced, message, opts,
|
|
|
124
124
|
bundleContent = tarball;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
let typed = opts?.skipScriptsMetadata
|
|
128
|
-
|
|
127
|
+
let typed = opts?.skipScriptsMetadata
|
|
128
|
+
? undefined
|
|
129
|
+
: (await parseMetadataFile(remotePath, opts
|
|
129
130
|
? {
|
|
130
131
|
...opts,
|
|
131
132
|
path,
|
|
@@ -633,11 +634,11 @@ export async function findGlobalDeps() {
|
|
|
633
634
|
const composers = {};
|
|
634
635
|
const els = await FSFSElement(dntShim.Deno.cwd(), []);
|
|
635
636
|
for await (const entry of readDirRecursiveWithIgnore((p, isDir) => {
|
|
636
|
-
p =
|
|
637
|
+
p = SEP + p;
|
|
637
638
|
return (!isDir &&
|
|
638
|
-
!(p.endsWith("
|
|
639
|
-
p.endsWith("requirements.txt") ||
|
|
640
|
-
p.endsWith("composer.json")));
|
|
639
|
+
!(p.endsWith(SEP + "package.json") ||
|
|
640
|
+
p.endsWith(SEP + "requirements.txt") ||
|
|
641
|
+
p.endsWith(SEP + "composer.json")));
|
|
641
642
|
}, els)) {
|
|
642
643
|
if (entry.isDirectory || entry.ignored)
|
|
643
644
|
continue;
|
package/esm/sync.js
CHANGED
|
@@ -490,6 +490,9 @@ export async function* readDirRecursiveWithIgnore(ignore, root) {
|
|
|
490
490
|
const e = stack.pop();
|
|
491
491
|
yield e;
|
|
492
492
|
for await (const e2 of e.c()) {
|
|
493
|
+
if (e2.path.startsWith(".git" + SEP)) {
|
|
494
|
+
continue;
|
|
495
|
+
}
|
|
493
496
|
stack.push({
|
|
494
497
|
path: e2.path,
|
|
495
498
|
ignored: e.ignored || ignore(e2.path, e2.isDirectory),
|
|
@@ -520,6 +523,7 @@ export async function elementsToMap(els, ignore, json, skips) {
|
|
|
520
523
|
path.endsWith(".kafka_trigger" + ext) ||
|
|
521
524
|
path.endsWith(".nats_trigger" + ext) ||
|
|
522
525
|
path.endsWith(".postgres_trigger" + ext) ||
|
|
526
|
+
path.endsWith(".mqtt_trigger" + ext) ||
|
|
523
527
|
path.endsWith(".sqs_trigger" + ext)))
|
|
524
528
|
continue;
|
|
525
529
|
if (!skips.includeUsers && path.endsWith(".user" + ext))
|
|
@@ -742,6 +746,7 @@ function getOrderFromPath(p) {
|
|
|
742
746
|
typ == "kafka_trigger" ||
|
|
743
747
|
typ == "nats_trigger" ||
|
|
744
748
|
typ == "postgres_trigger" ||
|
|
749
|
+
typ == "mqtt_trigger" ||
|
|
745
750
|
typ == "sqs_trigger") {
|
|
746
751
|
return 8;
|
|
747
752
|
}
|
|
@@ -1088,6 +1093,7 @@ export async function push(opts) {
|
|
|
1088
1093
|
const local = await FSFSElement(path.join(dntShim.Deno.cwd(), ""), codebases);
|
|
1089
1094
|
const changes = await compareDynFSElement(local, remote, await ignoreF(opts), opts.json ?? false, opts, true, codebases);
|
|
1090
1095
|
const globalDeps = await findGlobalDeps();
|
|
1096
|
+
console.log("globalDeps", globalDeps);
|
|
1091
1097
|
const tracker = await buildTracker(changes);
|
|
1092
1098
|
const staleScripts = [];
|
|
1093
1099
|
const staleFlows = [];
|
|
@@ -1326,6 +1332,12 @@ export async function push(opts) {
|
|
|
1326
1332
|
path: removeSuffix(target, ".postgres_trigger.json"),
|
|
1327
1333
|
});
|
|
1328
1334
|
break;
|
|
1335
|
+
case "mqtt_trigger":
|
|
1336
|
+
await wmill.deleteMqttTrigger({
|
|
1337
|
+
workspace: workspaceId,
|
|
1338
|
+
path: removeSuffix(target, ".mqtt_trigger.json"),
|
|
1339
|
+
});
|
|
1340
|
+
break;
|
|
1329
1341
|
case "sqs_trigger":
|
|
1330
1342
|
await wmill.deleteSqsTrigger({
|
|
1331
1343
|
workspace: workspaceId,
|
package/esm/trigger.js
CHANGED
|
@@ -12,6 +12,7 @@ async function getTrigger(triggerType, workspace, path) {
|
|
|
12
12
|
kafka: wmill.getKafkaTrigger,
|
|
13
13
|
nats: wmill.getNatsTrigger,
|
|
14
14
|
postgres: wmill.getPostgresTrigger,
|
|
15
|
+
mqtt: wmill.getMqttTrigger,
|
|
15
16
|
sqs: wmill.getSqsTrigger,
|
|
16
17
|
};
|
|
17
18
|
const triggerFunction = triggerFunctions[triggerType];
|
|
@@ -25,6 +26,7 @@ async function updateTrigger(triggerType, workspace, path, trigger) {
|
|
|
25
26
|
kafka: wmill.updateKafkaTrigger,
|
|
26
27
|
nats: wmill.updateNatsTrigger,
|
|
27
28
|
postgres: wmill.updatePostgresTrigger,
|
|
29
|
+
mqtt: wmill.updateMqttTrigger,
|
|
28
30
|
sqs: wmill.updateSqsTrigger,
|
|
29
31
|
};
|
|
30
32
|
const triggerFunction = triggerFunctions[triggerType];
|
|
@@ -37,6 +39,7 @@ async function createTrigger(triggerType, workspace, path, trigger) {
|
|
|
37
39
|
kafka: wmill.createKafkaTrigger,
|
|
38
40
|
nats: wmill.createNatsTrigger,
|
|
39
41
|
postgres: wmill.createPostgresTrigger,
|
|
42
|
+
mqtt: wmill.createMqttTrigger,
|
|
40
43
|
sqs: wmill.createSqsTrigger,
|
|
41
44
|
};
|
|
42
45
|
const triggerFunction = triggerFunctions[triggerType];
|
|
@@ -102,6 +105,9 @@ async function list(opts) {
|
|
|
102
105
|
const postgresTriggers = await wmill.listPostgresTriggers({
|
|
103
106
|
workspace: workspace.workspaceId,
|
|
104
107
|
});
|
|
108
|
+
const mqttTriggers = await wmill.listMqttTriggers({
|
|
109
|
+
workspace: workspace.workspaceId,
|
|
110
|
+
});
|
|
105
111
|
const sqsTriggers = await wmill.listSqsTriggers({
|
|
106
112
|
workspace: workspace.workspaceId,
|
|
107
113
|
});
|
|
@@ -111,6 +117,7 @@ async function list(opts) {
|
|
|
111
117
|
...kafkaTriggers.map((x) => ({ path: x.path, kind: "kafka" })),
|
|
112
118
|
...natsTriggers.map((x) => ({ path: x.path, kind: "nats" })),
|
|
113
119
|
...postgresTriggers.map((x) => ({ path: x.path, kind: "postgres" })),
|
|
120
|
+
...mqttTriggers.map((x) => ({ path: x.path, kind: "mqtt" })),
|
|
114
121
|
...sqsTriggers.map((x) => ({ path: x.path, kind: "sqs" })),
|
|
115
122
|
];
|
|
116
123
|
new Table()
|
|
@@ -122,7 +129,7 @@ async function list(opts) {
|
|
|
122
129
|
}
|
|
123
130
|
function checkIfValidTrigger(kind) {
|
|
124
131
|
if (kind &&
|
|
125
|
-
["http", "websocket", "kafka", "nats", "postgres", "sqs"].includes(kind)) {
|
|
132
|
+
["http", "websocket", "kafka", "nats", "postgres", "mqtt", "sqs"].includes(kind)) {
|
|
126
133
|
return true;
|
|
127
134
|
}
|
|
128
135
|
else {
|
package/esm/types.js
CHANGED
|
@@ -109,6 +109,9 @@ export async function pushObj(workspace, p, befObj, newObj, plainSecrets, alread
|
|
|
109
109
|
else if (typeEnding === "postgres_trigger") {
|
|
110
110
|
await pushTrigger("postgres", workspace, p, befObj, newObj);
|
|
111
111
|
}
|
|
112
|
+
else if (typeEnding === "mqtt_trigger") {
|
|
113
|
+
await pushTrigger("mqtt", workspace, p, befObj, newObj);
|
|
114
|
+
}
|
|
112
115
|
else if (typeEnding === "sqs_trigger") {
|
|
113
116
|
await pushTrigger("sqs", workspace, p, befObj, newObj);
|
|
114
117
|
}
|
|
@@ -183,6 +186,7 @@ export function getTypeStrFromPath(p) {
|
|
|
183
186
|
typeEnding === "kafka_trigger" ||
|
|
184
187
|
typeEnding === "nats_trigger" ||
|
|
185
188
|
typeEnding === "postgres_trigger" ||
|
|
189
|
+
typeEnding === "mqtt_trigger" ||
|
|
186
190
|
typeEnding === "sqs_trigger" ||
|
|
187
191
|
typeEnding === "user" ||
|
|
188
192
|
typeEnding === "group" ||
|
package/esm/user.js
CHANGED
|
@@ -71,6 +71,7 @@ async function remove(opts, email) {
|
|
|
71
71
|
log.info(colors.green("Deleted User " + email));
|
|
72
72
|
}
|
|
73
73
|
async function createToken(opts) {
|
|
74
|
+
await requireLogin(opts);
|
|
74
75
|
if (opts.email && opts.password) {
|
|
75
76
|
log.info("Token: " +
|
|
76
77
|
(await wmill.login({
|
|
@@ -79,8 +80,8 @@ async function createToken(opts) {
|
|
|
79
80
|
password: opts.password,
|
|
80
81
|
},
|
|
81
82
|
})));
|
|
83
|
+
return;
|
|
82
84
|
}
|
|
83
|
-
await requireLogin(opts);
|
|
84
85
|
log.info("Token: " + (await wmill.createToken({ requestBody: {} })));
|
|
85
86
|
}
|
|
86
87
|
export async function pushWorkspaceUser(workspace, path, user, localUser) {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fmt/1.0.
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fmt/1.0.6/colors.ts"],"names":[],"mappings":"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"}
|
|
@@ -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.14/_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.14/_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.14/_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.14/_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.14/_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.14/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.14/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.14/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.14/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.14/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.14/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.14/eol.ts"],"names":[],"mappings":"AAKA,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.14/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.14/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.14/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.14/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.14/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.14/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.7/mod.js";
|