@keragon/connector-cli 0.0.28 → 0.0.29
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/main.js +1 -1
- package/package.json +77 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keragon/connector-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"description": "Keragon connector CLI",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"bin": {
|
|
@@ -18,32 +18,32 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@apidevtools/json-schema-ref-parser": "10.1.0",
|
|
20
20
|
"@aws-sdk/client-s3": "3.888.0",
|
|
21
|
-
"@chakra-ui/react": "
|
|
22
|
-
"@emotion/react": "11.
|
|
23
|
-
"@emotion/styled": "11.11.0",
|
|
21
|
+
"@chakra-ui/react": "3.35.0",
|
|
22
|
+
"@emotion/react": "11.14.0",
|
|
24
23
|
"@inquirer/prompts": "7.4.1",
|
|
25
24
|
"@severlessworkflow/sdk-typescript": "3.0.3",
|
|
26
25
|
"@types/simple-oauth2": "4.1.2",
|
|
27
26
|
"ajv": "8.18.0",
|
|
28
27
|
"ajv-formats": "2.1.1",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
28
|
+
"aws-sdk-client-mock": "2.1.1",
|
|
29
|
+
"aws-sdk-client-mock-jest": "2.1.1",
|
|
30
|
+
"axios": "1.18.1",
|
|
31
|
+
"better-ajv-errors": "2.0.3",
|
|
31
32
|
"cloudevents": "8.0.0",
|
|
32
33
|
"commander": "13.1.0",
|
|
33
34
|
"content-disposition": "0.5.4",
|
|
34
35
|
"cors": "2.8.5",
|
|
35
|
-
"ejs": "
|
|
36
|
+
"ejs": "5.0.2",
|
|
36
37
|
"esbuild": "^0.19.12",
|
|
37
38
|
"express": "4.21.2",
|
|
38
|
-
"form-data": "4.0.
|
|
39
|
-
"framer-motion": "7.10.3",
|
|
39
|
+
"form-data": "4.0.6",
|
|
40
40
|
"fs-extra": "11.3.0",
|
|
41
41
|
"glob": "11.1.0",
|
|
42
42
|
"jszip": "3.10.1",
|
|
43
|
-
"lodash": "4.
|
|
43
|
+
"lodash": "4.18.1",
|
|
44
44
|
"micromatch": "4.0.8",
|
|
45
45
|
"mime-types": "2.1.35",
|
|
46
|
-
"nanoid": "3.3.
|
|
46
|
+
"nanoid": "3.3.12",
|
|
47
47
|
"nanospinner": "1.2.2",
|
|
48
48
|
"node-jq": "6.0.1",
|
|
49
49
|
"open": "8.4.2",
|
|
@@ -56,11 +56,40 @@
|
|
|
56
56
|
"tslib": "2.8.1",
|
|
57
57
|
"update-notifier": "7.3.1",
|
|
58
58
|
"@jest/globals": "29.7.0",
|
|
59
|
-
"aws-sdk-client-mock": "2.1.1",
|
|
60
|
-
"aws-sdk-client-mock-jest": "2.1.1",
|
|
61
59
|
"supertest": "6.3.3"
|
|
62
60
|
},
|
|
63
61
|
"overrides": {
|
|
62
|
+
"@actions/http-client": {
|
|
63
|
+
"undici": "^6.27.0"
|
|
64
|
+
},
|
|
65
|
+
"@elastic/transport": {
|
|
66
|
+
"undici": "^6.27.0"
|
|
67
|
+
},
|
|
68
|
+
"release-it": {
|
|
69
|
+
"undici": "^6.27.0"
|
|
70
|
+
},
|
|
71
|
+
"@module-federation/dts-plugin": {
|
|
72
|
+
"undici": "^7.28.0"
|
|
73
|
+
},
|
|
74
|
+
"@svgr/plugin-svgo": {
|
|
75
|
+
"svgo": "^3.3.3"
|
|
76
|
+
},
|
|
77
|
+
"@rollup/plugin-terser": {
|
|
78
|
+
"serialize-javascript": "^7.0.3"
|
|
79
|
+
},
|
|
80
|
+
"lodash": "$lodash",
|
|
81
|
+
"lodash-es": "^4.18.1",
|
|
82
|
+
"node-forge": "^1.4.0",
|
|
83
|
+
"@xmldom/xmldom": "^0.8.13",
|
|
84
|
+
"pdf2json": "3.2.2",
|
|
85
|
+
"basic-ftp": "^5.2.2",
|
|
86
|
+
"flatted": "^3.4.2",
|
|
87
|
+
"rollup": "^4.59.0",
|
|
88
|
+
"hono": "^4.12.25",
|
|
89
|
+
"@hono/node-server": "^1.19.10",
|
|
90
|
+
"express-rate-limit": "^8.2.2",
|
|
91
|
+
"picomatch@2": "2.3.2",
|
|
92
|
+
"picomatch@4": "4.0.4",
|
|
64
93
|
"nwsapi": "2.2.2",
|
|
65
94
|
"got": "11.8.5",
|
|
66
95
|
"@testing-library/dom": "10.4.0",
|
|
@@ -70,31 +99,58 @@
|
|
|
70
99
|
},
|
|
71
100
|
"cross-spawn": "^7.0.3",
|
|
72
101
|
"@clerk/clerk-sdk-node": {
|
|
73
|
-
"form-data": "^3.0.
|
|
102
|
+
"form-data": "^3.0.5"
|
|
74
103
|
},
|
|
75
104
|
"@hubspot/api-client": {
|
|
76
|
-
"form-data": "^3.0.
|
|
105
|
+
"form-data": "^3.0.5"
|
|
77
106
|
},
|
|
78
107
|
"@types/request": {
|
|
79
|
-
"form-data": "^3.0.
|
|
108
|
+
"form-data": "^3.0.5"
|
|
109
|
+
},
|
|
110
|
+
"@types/node-fetch": {
|
|
111
|
+
"form-data": "^3.0.5"
|
|
80
112
|
},
|
|
81
113
|
"request": {
|
|
82
|
-
"form-data": "^3.0.
|
|
114
|
+
"form-data": "^3.0.5"
|
|
115
|
+
},
|
|
116
|
+
"express": {
|
|
117
|
+
"path-to-regexp": "0.1.13"
|
|
83
118
|
},
|
|
84
119
|
"gtoken": {
|
|
85
120
|
"jws": "4.0.1"
|
|
86
121
|
},
|
|
87
122
|
"qs": ">=6.14.1",
|
|
88
|
-
"tar": ">=7.5.
|
|
123
|
+
"tar": ">=7.5.11",
|
|
89
124
|
"@isaacs/brace-expansion": ">=5.0.1",
|
|
90
125
|
"@langchain/core": {
|
|
91
126
|
"ansi-styles": "5.2.0"
|
|
92
127
|
},
|
|
93
128
|
"@assistant-ui/core": {
|
|
94
|
-
"zustand": "^4.4.0"
|
|
95
|
-
},
|
|
96
|
-
"@keragon/copilot-ui": {
|
|
97
129
|
"zustand": "^5.0.0"
|
|
130
|
+
},
|
|
131
|
+
"@langchain/langgraph-sdk": {
|
|
132
|
+
"p-retry": "4.6.2"
|
|
133
|
+
},
|
|
134
|
+
"p-queue": "6.6.2",
|
|
135
|
+
"@babel/plugin-transform-modules-systemjs": "^7.29.7",
|
|
136
|
+
"@grpc/grpc-js": "^1.14.4",
|
|
137
|
+
"fast-uri": "^3.1.2",
|
|
138
|
+
"fast-xml-parser@4": "^4.5.6",
|
|
139
|
+
"fast-xml-parser@5": "^5.9.3",
|
|
140
|
+
"systeminformation": "^5.31.11",
|
|
141
|
+
"tmp": "^0.2.7",
|
|
142
|
+
"js-cookie": "^3.0.8",
|
|
143
|
+
"langsmith": "^0.7.13",
|
|
144
|
+
"minimatch@3": "^3.1.3",
|
|
145
|
+
"minimatch@9": "^9.0.7",
|
|
146
|
+
"minimatch@10": "^10.2.3",
|
|
147
|
+
"protobufjs@7": "^7.6.4",
|
|
148
|
+
"protobufjs@8": "^8.4.1",
|
|
149
|
+
"http-proxy-middleware@3": "^3.0.7",
|
|
150
|
+
"vite@8": "^8.0.16",
|
|
151
|
+
"shell-quote": "^1.9.0",
|
|
152
|
+
"nx": {
|
|
153
|
+
"axios": "^1.16.0"
|
|
98
154
|
}
|
|
99
155
|
},
|
|
100
156
|
"type": "commonjs"
|