@hpcc-js/comms 3.16.0 → 3.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/comms",
3
- "version": "3.16.0",
3
+ "version": "3.17.0",
4
4
  "description": "hpcc-js - Communications",
5
5
  "type": "module",
6
6
  "main": "./dist/node/index.cjs",
@@ -40,7 +40,7 @@
40
40
  "bundle": "run-s bundle-browser bundle-node",
41
41
  "bundle-watch": "vite build --watch",
42
42
  "bundle-serve": "vite",
43
- "gen-types": "tsc --project tsconfig.json",
43
+ "gen-types": "tsgo --project tsconfig.json",
44
44
  "gen-types-watch": "npm run gen-types -- --watch",
45
45
  "build": "run-p gen-types bundle",
46
46
  "watch": "run-p gen-types-watch bundle-watch",
@@ -76,23 +76,23 @@
76
76
  "wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*"
77
77
  },
78
78
  "dependencies": {
79
- "@hpcc-js/util": "^3.5.8",
79
+ "@hpcc-js/util": "^3.6.0",
80
80
  "@xmldom/xmldom": "0.9.10",
81
- "undici": "7.25.0"
81
+ "undici": "8.3.0"
82
82
  },
83
83
  "devDependencies": {
84
- "@hpcc-js/ddl-shim": "^3.3.8",
85
- "@hpcc-js/esbuild-plugins": "^1.8.10",
84
+ "@hpcc-js/ddl-shim": "^3.4.0",
85
+ "@hpcc-js/esbuild-plugins": "^1.9.0",
86
86
  "@kubernetes/client-node": "1.4.0",
87
87
  "@types/d3-request": "1.0.9",
88
88
  "@types/d3-time-format": "2.3.4",
89
- "@types/node": "^18",
89
+ "@types/node": "^24",
90
90
  "@types/xmldom": "0.1.34",
91
91
  "d3-array": "^1",
92
92
  "d3-format": "^1",
93
93
  "d3-time-format": "^2",
94
- "data-uri-to-buffer": "6.0.2",
95
- "soap": "1.9.2",
94
+ "data-uri-to-buffer": "8.0.0",
95
+ "soap": "1.9.3",
96
96
  "typescript-formatter": "^7.2.2"
97
97
  },
98
98
  "repository": {
@@ -112,5 +112,5 @@
112
112
  "esp",
113
113
  "HPCC-Platform"
114
114
  ],
115
- "gitHead": "83d7d72530df75074464a3b746abfa800c62b555"
115
+ "gitHead": "b762adfab7d03d06ea8cfab59059456100ea757c"
116
116
  }