@ariestools/aries-witness-cli 0.1.6
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/bin/witness.mjs +19663 -0
- package/dist/node/actions/bank/capitalOne.d.ts +19 -0
- package/dist/node/actions/bank/capitalOne.d.ts.map +1 -0
- package/dist/node/actions/bank/capitalOneProducts.d.ts +15 -0
- package/dist/node/actions/bank/capitalOneProducts.d.ts.map +1 -0
- package/dist/node/actions/bank/config.d.ts +33 -0
- package/dist/node/actions/bank/config.d.ts.map +1 -0
- package/dist/node/actions/bank/index.d.ts +7 -0
- package/dist/node/actions/bank/index.d.ts.map +1 -0
- package/dist/node/actions/pentair/circuit.d.ts +16 -0
- package/dist/node/actions/pentair/circuit.d.ts.map +1 -0
- package/dist/node/actions/pentair/config.d.ts +32 -0
- package/dist/node/actions/pentair/config.d.ts.map +1 -0
- package/dist/node/actions/pentair/index.d.ts +6 -0
- package/dist/node/actions/pentair/index.d.ts.map +1 -0
- package/dist/node/actions/pentair/screenlogic.d.ts +4 -0
- package/dist/node/actions/pentair/screenlogic.d.ts.map +1 -0
- package/dist/node/actions/witness/app/index.d.ts +4 -0
- package/dist/node/actions/witness/app/index.d.ts.map +1 -0
- package/dist/node/actions/witness/app/scanApps.d.ts +3 -0
- package/dist/node/actions/witness/app/scanApps.d.ts.map +1 -0
- package/dist/node/actions/witness/app/types.d.ts +15 -0
- package/dist/node/actions/witness/app/types.d.ts.map +1 -0
- package/dist/node/actions/witness/discoverPlugins.d.ts +3 -0
- package/dist/node/actions/witness/discoverPlugins.d.ts.map +1 -0
- package/dist/node/actions/witness/executeWitness.d.ts +16 -0
- package/dist/node/actions/witness/executeWitness.d.ts.map +1 -0
- package/dist/node/actions/witness/formatOutput.d.ts +8 -0
- package/dist/node/actions/witness/formatOutput.d.ts.map +1 -0
- package/dist/node/actions/witness/index.d.ts +6 -0
- package/dist/node/actions/witness/index.d.ts.map +1 -0
- package/dist/node/actions/witness/registerWitnessCommand.d.ts +4 -0
- package/dist/node/actions/witness/registerWitnessCommand.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/bank.d.ts +3 -0
- package/dist/node/actions/witness/witnesses/bank.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/index.d.ts +11 -0
- package/dist/node/actions/witness/witnesses/index.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/netflixCatalog.d.ts +3 -0
- package/dist/node/actions/witness/witnesses/netflixCatalog.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/netflixCatalogBrowser.d.ts +19 -0
- package/dist/node/actions/witness/witnesses/netflixCatalogBrowser.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/netflixCatalogDetail.d.ts +26 -0
- package/dist/node/actions/witness/witnesses/netflixCatalogDetail.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/netflixCatalogExtract.d.ts +24 -0
- package/dist/node/actions/witness/witnesses/netflixCatalogExtract.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/pentair.d.ts +3 -0
- package/dist/node/actions/witness/witnesses/pentair.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/pentairIntellichem.d.ts +3 -0
- package/dist/node/actions/witness/witnesses/pentairIntellichem.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/pentairIntellichemGraph.d.ts +10 -0
- package/dist/node/actions/witness/witnesses/pentairIntellichemGraph.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/pentairIntellichemTypes.d.ts +20 -0
- package/dist/node/actions/witness/witnesses/pentairIntellichemTypes.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/pentairSchedules.d.ts +82 -0
- package/dist/node/actions/witness/witnesses/pentairSchedules.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/systemInfo.d.ts +3 -0
- package/dist/node/actions/witness/witnesses/systemInfo.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/timestamp.d.ts +3 -0
- package/dist/node/actions/witness/witnesses/timestamp.d.ts.map +1 -0
- package/dist/node/actions/witness/witnesses/url.d.ts +3 -0
- package/dist/node/actions/witness/witnesses/url.d.ts.map +1 -0
- package/dist/node/bin/witness.d.ts +3 -0
- package/dist/node/bin/witness.d.ts.map +1 -0
- package/dist/node/commands/bankCommand.d.ts +3 -0
- package/dist/node/commands/bankCommand.d.ts.map +1 -0
- package/dist/node/commands/pentairCommand.d.ts +3 -0
- package/dist/node/commands/pentairCommand.d.ts.map +1 -0
- package/dist/node/commands/witnessAppCommand.d.ts +3 -0
- package/dist/node/commands/witnessAppCommand.d.ts.map +1 -0
- package/dist/node/commands/witnessAppListCommand.d.ts +3 -0
- package/dist/node/commands/witnessAppListCommand.d.ts.map +1 -0
- package/dist/node/commands/witnessCommand.d.ts +4 -0
- package/dist/node/commands/witnessCommand.d.ts.map +1 -0
- package/dist/node/index.d.ts +10 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.mjs +3829 -0
- package/dist/node/index.mjs.map +7 -0
- package/dist/node/witness.d.ts +2 -0
- package/dist/node/witness.d.ts.map +1 -0
- package/package.json +72 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"witness.d.ts","sourceRoot":"","sources":["../../src/witness.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,QAAa,OAAO,CAAC,IAAI,CAQ5C,CAAA"}
|
package/package.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ariestools/aries-witness-cli",
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Standalone witness CLI for Aries Tools",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"xylabs",
|
|
7
|
+
"ariestools",
|
|
8
|
+
"witness",
|
|
9
|
+
"cli",
|
|
10
|
+
"typescript"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://xylabs.com",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "git+https://github.com/xylabs/ariestools/issues",
|
|
15
|
+
"email": "support@xylabs.com"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/xylabs/ariestools.git"
|
|
20
|
+
},
|
|
21
|
+
"license": "LGPL-3.0-only",
|
|
22
|
+
"author": {
|
|
23
|
+
"name": "XY Labs Development Team",
|
|
24
|
+
"email": "support@xylabs.com",
|
|
25
|
+
"url": "https://xylabs.com"
|
|
26
|
+
},
|
|
27
|
+
"sideEffects": false,
|
|
28
|
+
"type": "module",
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"types": "./dist/node/index.d.ts",
|
|
32
|
+
"default": "./dist/node/index.mjs"
|
|
33
|
+
},
|
|
34
|
+
"./package.json": "./package.json"
|
|
35
|
+
},
|
|
36
|
+
"bin": {
|
|
37
|
+
"aries-witness": "dist/bin/witness.mjs"
|
|
38
|
+
},
|
|
39
|
+
"files": [
|
|
40
|
+
"dist",
|
|
41
|
+
"README.md"
|
|
42
|
+
],
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@types/yargs": "~17.0.35",
|
|
45
|
+
"chalk": "~5.6.2",
|
|
46
|
+
"node-screenlogic": "~2.1.1",
|
|
47
|
+
"yargs": "~18.0.0",
|
|
48
|
+
"@ariestools/aries-cli-core": "~0.1.6",
|
|
49
|
+
"@ariestools/aries-streaming-catalog-core": "~0.1.6",
|
|
50
|
+
"@ariestools/aries-witness-core": "~0.1.6"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@ariestools/toolchain": "~8.7.15",
|
|
54
|
+
"@ariestools/tsconfig": "~8.7.15",
|
|
55
|
+
"@types/node": "~26.1.1",
|
|
56
|
+
"eslint": "~10.7.0",
|
|
57
|
+
"rolldown": "~1.2.0",
|
|
58
|
+
"typescript": "~6.0.3",
|
|
59
|
+
"vite": "~8.1.4",
|
|
60
|
+
"vitest": "~4.1.10"
|
|
61
|
+
},
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">=18.17.1"
|
|
64
|
+
},
|
|
65
|
+
"engineStrict": true,
|
|
66
|
+
"publishConfig": {
|
|
67
|
+
"access": "public"
|
|
68
|
+
},
|
|
69
|
+
"scripts": {
|
|
70
|
+
"package-compile": "package-compile-only && rolldown -c rolldown.config.ts"
|
|
71
|
+
}
|
|
72
|
+
}
|