|
1 | 1 | { |
2 | 2 | "name": "@hyperproof/hypersync-sdk", |
3 | | - "version": "3.2.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "Hypersync SDK", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": { |
|
10 | 10 | "main": "lib/index.js", |
11 | 11 | "types": "lib/index.d.ts", |
12 | 12 | "scripts": { |
13 | | - "build": "tsc && copyfiles -u 1 \"src/**/*.d.ts\" lib", |
| 13 | + "build": "tsc", |
14 | 14 | "lint": "./node_modules/eslint/bin/eslint.js src/**/*.ts" |
15 | 15 | }, |
16 | 16 | "engines": { |
17 | | - "node": "^16.19.1 || ^18.17.1" |
| 17 | + "node": "22" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@hyperproof/hypersync-models": "5.1.0", |
21 | | - "@hyperproof/integration-sdk": "1.2.0", |
| 20 | + "@hyperproof/hypersync-models": "6.0.0", |
| 21 | + "@hyperproof/integration-sdk": "2.0.0", |
22 | 22 | "@js-joda/core": "3.2.0", |
23 | 23 | "@js-joda/timezone": "2.5.0", |
24 | 24 | "abort-controller": "3.0.0", |
25 | | - "express": "4.21.0", |
| 25 | + "express": "4.21.2", |
26 | 26 | "html-entities": "2.5.2", |
27 | 27 | "http-errors": "2.0.0", |
28 | 28 | "http-status-codes": "2.3.0", |
29 | 29 | "jsonata": "1.8.7", |
30 | 30 | "jsonwebtoken": "9.0.2", |
| 31 | + "lodash": "4.17.21", |
31 | 32 | "mime": "3.0.0", |
32 | 33 | "node-fetch": "2.7.0", |
33 | 34 | "query-string": "7.1.3", |
|
40 | 41 | "@types/express": "^4.17.21", |
41 | 42 | "@types/http-errors": "^2.0.0", |
42 | 43 | "@types/jsonwebtoken": "^9.0.0", |
| 44 | + "@types/lodash": "^4.14.202", |
43 | 45 | "@types/mime": "^3.0.4", |
44 | | - "@types/node": "^22.7.5", |
45 | | - "@types/node-fetch": "^2.6.11", |
| 46 | + "@types/node-fetch": "^2.6.13", |
46 | 47 | "@types/superagent": "^8.1.9", |
47 | 48 | "@typescript-eslint/eslint-plugin": "8.7.0", |
48 | 49 | "@typescript-eslint/parser": "8.7.0", |
49 | | - "copyfiles": "^2.4.1", |
50 | 50 | "eslint": "8.57.1", |
51 | 51 | "eslint-config-prettier": "^8.5.0", |
52 | 52 | "prettier": "^2.6.1", |
|
0 commit comments