|
1 | 1 | { |
2 | 2 | "name": "@openiap/core", |
3 | | - "version": "1.5.10.62", |
| 3 | + "version": "1.5.11.124", |
4 | 4 | "description": "Easy orchestration of data, code and automation tools.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
12 | 12 | "updateapilocal": "npm uninstall @openiap/nodeapi && npm i ../nodeapi", |
13 | 13 | "updateapidev": "npm uninstall @openiap/nodeapi && npm i openiap/nodeapi", |
14 | 14 | "updateapi": "npm uninstall @openiap/nodeapi && npm i @openiap/nodeapi", |
| 15 | + "updatejsapi": "npm uninstall @openiap/jsapi && npm i openiap/jsapi#esm", |
15 | 16 | "ncu": "npx -y npm-check-updates", |
16 | 17 | "spec": "tsoa spec", |
17 | 18 | "routes": "tsoa routes", |
18 | 19 | "generate": "tsoa spec && tsoa routes", |
19 | 20 | "copypublic": "rm -rf public && cp -r ../openflow-web/dist/ public", |
20 | 21 | "linkpublic": "rm -rf public && ln -s /mnt/data/vscode/config/workspace/code/openflow-web/dist /mnt/data/vscode/config/workspace/code/openflow/public", |
21 | 22 | "copypublic2": "rm -rf public && cp -r ../core-web/build/ public", |
22 | | - "linkpublic2": "rm -rf public && ln -s /mnt/data/vscode/config/workspace/code/core-web/build /mnt/data/vscode/config/workspace/code/openflow/public" |
| 23 | + "linkpublic2": "rm -rf public && ln -s /mnt/data/vscode/config/workspace/code/core-web/build /mnt/data/vscode/config/workspace/code/openflow/public", |
| 24 | + "inspector": "npx @modelcontextprotocol/inspector " |
23 | 25 | }, |
24 | 26 | "repository": { |
25 | 27 | "type": "git", |
|
38 | 40 | "funding": "https://github.com/sponsors/skadefro", |
39 | 41 | "dependencies": { |
40 | 42 | "@kubernetes/client-node": "0.21.0", |
| 43 | + "@modelcontextprotocol/sdk": "^1.9.0", |
41 | 44 | "@node-saml/passport-saml": "4.0.1", |
42 | | - "@openiap/cloud-git-mongodb": "1.0.38", |
43 | | - "@openiap/nodeapi": "0.0.38", |
| 45 | + "@openiap/cloud-git-mongodb": "1.0.39", |
| 46 | + "@openiap/jsapi": "github:openiap/jsapi#esm", |
| 47 | + "@openiap/nodeapi": "0.0.41", |
44 | 48 | "@openiap/openflow-api": "2.1.12", |
45 | | - "@opentelemetry/exporter-metrics-otlp-grpc": "0.43.0", |
46 | | - "@opentelemetry/sdk-node": "0.43.0", |
47 | | - "@testdeck/mocha": "0.3.3", |
| 49 | + "@opentelemetry/api-logs": "0.57.1", |
| 50 | + "@opentelemetry/exporter-logs-otlp-grpc": "0.57.1", |
| 51 | + "@opentelemetry/exporter-metrics-otlp-grpc": "0.57.1", |
| 52 | + "@opentelemetry/exporter-metrics-otlp-http": "^0.57.1", |
| 53 | + "@opentelemetry/exporter-trace-otlp-http": "^0.57.1", |
| 54 | + "@opentelemetry/sdk-node": "0.57.1", |
48 | 55 | "amqplib": "0.10.4", |
49 | 56 | "bcryptjs": "2.4.3", |
50 | 57 | "cache-manager": "5.2.3", |
|
55 | 62 | "dockerode": "3.3.4", |
56 | 63 | "dotenv": "16.4.5", |
57 | 64 | "express": "4.19.2", |
| 65 | + "global-agent": "^3.0.0", |
58 | 66 | "got": "11.8.5", |
59 | 67 | "hjson": "3.2.2", |
60 | 68 | "ip": "2.0.1", |
|
85 | 93 | "systeminformation": "5.22.11", |
86 | 94 | "tsoa": "5.1.1", |
87 | 95 | "tsx": "4.16.0", |
88 | | - "typescript": "4.8.4", |
89 | 96 | "web-push": "3.6.7", |
90 | 97 | "ws": "8.17.1", |
91 | 98 | "xml2js": "0.4.23" |
92 | 99 | }, |
93 | 100 | "devDependencies": { |
| 101 | + "@testdeck/mocha": "0.3.3", |
94 | 102 | "@types/amqplib": "0.10.5", |
95 | 103 | "@types/mocha": "10.0.7", |
96 | 104 | "@types/node": "20.14.9", |
97 | 105 | "@types/passport": "1.0.16", |
98 | 106 | "gulp": "4.0.2", |
99 | 107 | "gulp-shell": "0.8.0", |
100 | 108 | "mocha": "10.5.2", |
101 | | - "nyc": "17.0.0" |
| 109 | + "nyc": "17.0.0", |
| 110 | + "typescript": "4.8.4", |
| 111 | + "wtfnode": "0.10.0" |
102 | 112 | } |
103 | 113 | } |
0 commit comments