@uipath/audit-tool 1.2.0 → 1.195.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/dist/index.js +16 -6
- package/dist/tool.js +16 -6
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -23545,7 +23545,7 @@ var {
|
|
|
23545
23545
|
var package_default = {
|
|
23546
23546
|
name: "@uipath/audit-tool",
|
|
23547
23547
|
license: "MIT",
|
|
23548
|
-
version: "1.
|
|
23548
|
+
version: "1.195.0",
|
|
23549
23549
|
description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
|
|
23550
23550
|
private: false,
|
|
23551
23551
|
repository: {
|
|
@@ -23556,7 +23556,9 @@ var package_default = {
|
|
|
23556
23556
|
publishConfig: {
|
|
23557
23557
|
registry: "https://npm.pkg.github.com/@uipath"
|
|
23558
23558
|
},
|
|
23559
|
-
keywords: [
|
|
23559
|
+
keywords: [
|
|
23560
|
+
"cli-tool"
|
|
23561
|
+
],
|
|
23560
23562
|
type: "module",
|
|
23561
23563
|
main: "./dist/tool.js",
|
|
23562
23564
|
exports: {
|
|
@@ -23565,7 +23567,9 @@ var package_default = {
|
|
|
23565
23567
|
bin: {
|
|
23566
23568
|
"audit-tool": "./dist/index.js"
|
|
23567
23569
|
},
|
|
23568
|
-
files: [
|
|
23570
|
+
files: [
|
|
23571
|
+
"dist"
|
|
23572
|
+
],
|
|
23569
23573
|
scripts: {
|
|
23570
23574
|
build: "bun build ./src/tool.ts --outdir dist --format esm --target node --external commander && bun build ./src/index.ts --outdir dist --format esm --target node",
|
|
23571
23575
|
package: "bun run build && bun pm pack",
|
|
@@ -23968,7 +23972,7 @@ class VoidApiResponse {
|
|
|
23968
23972
|
var package_default2 = {
|
|
23969
23973
|
name: "@uipath/audit-sdk",
|
|
23970
23974
|
license: "MIT",
|
|
23971
|
-
version: "1.
|
|
23975
|
+
version: "1.195.0",
|
|
23972
23976
|
description: "SDK for the UiPath Audit Service — query audit event sources, list events, and download long-term-store exports.",
|
|
23973
23977
|
repository: {
|
|
23974
23978
|
type: "git",
|
|
@@ -23978,7 +23982,11 @@ var package_default2 = {
|
|
|
23978
23982
|
publishConfig: {
|
|
23979
23983
|
registry: "https://npm.pkg.github.com/@uipath"
|
|
23980
23984
|
},
|
|
23981
|
-
keywords: [
|
|
23985
|
+
keywords: [
|
|
23986
|
+
"uipath",
|
|
23987
|
+
"audit",
|
|
23988
|
+
"sdk"
|
|
23989
|
+
],
|
|
23982
23990
|
type: "module",
|
|
23983
23991
|
main: "./dist/index.js",
|
|
23984
23992
|
types: "./dist/src/index.d.ts",
|
|
@@ -23988,7 +23996,9 @@ var package_default2 = {
|
|
|
23988
23996
|
default: "./dist/index.js"
|
|
23989
23997
|
}
|
|
23990
23998
|
},
|
|
23991
|
-
files: [
|
|
23999
|
+
files: [
|
|
24000
|
+
"dist"
|
|
24001
|
+
],
|
|
23992
24002
|
private: true,
|
|
23993
24003
|
scripts: {
|
|
23994
24004
|
build: "bun build ./src/index.ts --outdir dist --format esm --target node && tsc -p tsconfig.build.json --noCheck",
|
package/dist/tool.js
CHANGED
|
@@ -21435,7 +21435,7 @@ var require_adm_zip = __commonJS((exports, module) => {
|
|
|
21435
21435
|
var package_default = {
|
|
21436
21436
|
name: "@uipath/audit-tool",
|
|
21437
21437
|
license: "MIT",
|
|
21438
|
-
version: "1.
|
|
21438
|
+
version: "1.195.0",
|
|
21439
21439
|
description: "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
|
|
21440
21440
|
private: false,
|
|
21441
21441
|
repository: {
|
|
@@ -21446,7 +21446,9 @@ var package_default = {
|
|
|
21446
21446
|
publishConfig: {
|
|
21447
21447
|
registry: "https://npm.pkg.github.com/@uipath"
|
|
21448
21448
|
},
|
|
21449
|
-
keywords: [
|
|
21449
|
+
keywords: [
|
|
21450
|
+
"cli-tool"
|
|
21451
|
+
],
|
|
21450
21452
|
type: "module",
|
|
21451
21453
|
main: "./dist/tool.js",
|
|
21452
21454
|
exports: {
|
|
@@ -21455,7 +21457,9 @@ var package_default = {
|
|
|
21455
21457
|
bin: {
|
|
21456
21458
|
"audit-tool": "./dist/index.js"
|
|
21457
21459
|
},
|
|
21458
|
-
files: [
|
|
21460
|
+
files: [
|
|
21461
|
+
"dist"
|
|
21462
|
+
],
|
|
21459
21463
|
scripts: {
|
|
21460
21464
|
build: "bun build ./src/tool.ts --outdir dist --format esm --target node --external commander && bun build ./src/index.ts --outdir dist --format esm --target node",
|
|
21461
21465
|
package: "bun run build && bun pm pack",
|
|
@@ -21858,7 +21862,7 @@ class VoidApiResponse {
|
|
|
21858
21862
|
var package_default2 = {
|
|
21859
21863
|
name: "@uipath/audit-sdk",
|
|
21860
21864
|
license: "MIT",
|
|
21861
|
-
version: "1.
|
|
21865
|
+
version: "1.195.0",
|
|
21862
21866
|
description: "SDK for the UiPath Audit Service — query audit event sources, list events, and download long-term-store exports.",
|
|
21863
21867
|
repository: {
|
|
21864
21868
|
type: "git",
|
|
@@ -21868,7 +21872,11 @@ var package_default2 = {
|
|
|
21868
21872
|
publishConfig: {
|
|
21869
21873
|
registry: "https://npm.pkg.github.com/@uipath"
|
|
21870
21874
|
},
|
|
21871
|
-
keywords: [
|
|
21875
|
+
keywords: [
|
|
21876
|
+
"uipath",
|
|
21877
|
+
"audit",
|
|
21878
|
+
"sdk"
|
|
21879
|
+
],
|
|
21872
21880
|
type: "module",
|
|
21873
21881
|
main: "./dist/index.js",
|
|
21874
21882
|
types: "./dist/src/index.d.ts",
|
|
@@ -21878,7 +21886,9 @@ var package_default2 = {
|
|
|
21878
21886
|
default: "./dist/index.js"
|
|
21879
21887
|
}
|
|
21880
21888
|
},
|
|
21881
|
-
files: [
|
|
21889
|
+
files: [
|
|
21890
|
+
"dist"
|
|
21891
|
+
],
|
|
21882
21892
|
private: true,
|
|
21883
21893
|
scripts: {
|
|
21884
21894
|
build: "bun build ./src/index.ts --outdir dist --format esm --target node && tsc -p tsconfig.build.json --noCheck",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/audit-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.195.0",
|
|
5
5
|
"description": "CLI plugin for the UiPath Audit Service — query event sources, paginate events, and export ZIPs from the long-term store.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "eecf5713cd579b15783c770d1923e44e730271ea"
|
|
30
30
|
}
|