diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71d1448842..3d07d54651 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "2.109.6", + ".": "2.110.0", "packages/api": "2.14.0", "packages/chart": "2.86.0", "packages/codemirror": "2.65.0", "packages/codemirror-shim": "2.37.0", "packages/common": "2.73.0", - "packages/comms": "2.99.5", + "packages/comms": "2.100.0", "packages/composite": "2.9.0", "packages/dataflow": "9.1.0", "packages/ddl-shim": "2.22.0", @@ -13,17 +13,17 @@ "packages/dgrid": "2.34.0", "packages/dgrid-shim": "2.26.0", "packages/dgrid2": "2.5.0", - "packages/eclwatch": "2.76.7", + "packages/eclwatch": "2.76.8", "packages/esbuild-plugins": "1.2.0", "packages/form": "2.12.0", "packages/graph": "2.87.0", "packages/html": "2.44.0", "packages/layout": "2.51.0", "packages/leaflet-shim": "2.5.0", - "packages/loader": "2.107.7", + "packages/loader": "2.107.8", "packages/map": "2.79.0", "packages/map-deck": "2.9.0", - "packages/marshaller": "2.27.7", + "packages/marshaller": "2.27.8", "packages/observable-md": "2.55.0", "packages/observablehq-compiler": "1.4.0", "packages/other": "2.17.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index c83f08eefb..99490ddc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.110.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.6...hpcc-js-v2.110.0) (2025-05-09) + + +### Features + +* bump WsCloud to latest version ([c0d02a3](https://github.com/hpcc-systems/Visualization/commit/c0d02a3837769ee968fe67833c4202e8f7ea81b1)) +* **comms:** add Export function to WsDali service ([cf470f2](https://github.com/hpcc-systems/Visualization/commit/cf470f2ead60b0097ef42124af4655f791b4ff8b)) +* **comms:** add Export function to WsDali service ([4ef5cce](https://github.com/hpcc-systems/Visualization/commit/4ef5cce206dab2689398b098efd87fb283fe47a2)) +* Relocate getPODs parsing into comms ([52057f2](https://github.com/hpcc-systems/Visualization/commit/52057f2b0d901714ebccd177445523989e81a432)) +* Relocate getPODs parsing into comms ([955b5cd](https://github.com/hpcc-systems/Visualization/commit/955b5cdd5d565c7ec8363e0f3bf6ca2381f76653)) + ## [2.109.6](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.5...hpcc-js-v2.109.6) (2025-04-15) diff --git a/package-lock.json b/package-lock.json index 215e47a14e..0a29fce2e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "2.107.7", + "version": "2.110.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "2.107.7", + "version": "2.110.0", "license": "Apache-2.0", "workspaces": [ "utils/*", @@ -2188,19 +2188,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/@isaacs/fs-minipass": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", - "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^7.0.4" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@isaacs/string-locale-compare": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz", @@ -2285,32 +2272,6 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@jsep-plugin/assignment": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", - "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.16.0" - }, - "peerDependencies": { - "jsep": "^0.4.0||^1.0.0" - } - }, - "node_modules/@jsep-plugin/regex": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", - "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.16.0" - }, - "peerDependencies": { - "jsep": "^0.4.0||^1.0.0" - } - }, "node_modules/@koa/cors": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-5.0.0.tgz", @@ -2324,158 +2285,6 @@ "node": ">= 14.0.0" } }, - "node_modules/@kubernetes/client-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@kubernetes/client-node/-/client-node-1.0.0.tgz", - "integrity": "sha512-a8NSvFDSHKFZ0sR1hbPSf8IDFNJwctEU5RodSCNiq/moRXWmrdmqhb1RRQzF+l+TSBaDgHw3YsYNxxE92STBzw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/js-yaml": "^4.0.1", - "@types/node": "^22.0.0", - "@types/node-fetch": "^2.6.9", - "@types/stream-buffers": "^3.0.3", - "@types/tar": "^6.1.1", - "@types/ws": "^8.5.4", - "form-data": "^4.0.0", - "isomorphic-ws": "^5.0.0", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.2.0", - "node-fetch": "^2.6.9", - "openid-client": "^6.1.3", - "rfc4648": "^1.3.0", - "stream-buffers": "^3.0.2", - "tar": "^7.0.0", - "tmp-promise": "^3.0.2", - "tslib": "^2.5.0", - "ws": "^8.18.0" - } - }, - "node_modules/@kubernetes/client-node/node_modules/@types/node": { - "version": "22.15.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.16.tgz", - "integrity": "sha512-3pr+KjwpVujqWqOKT8mNR+rd09FqhBLwg+5L/4t0cNYBzm/yEiYGCxWttjaPBsLtAo+WFNoXzGJfolM1JuRXoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "undici-types": "~6.21.0" - } - }, - "node_modules/@kubernetes/client-node/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0" - }, - "node_modules/@kubernetes/client-node/node_modules/chownr": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", - "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", - "dev": true, - "license": "BlueOak-1.0.0", - "engines": { - "node": ">=18" - } - }, - "node_modules/@kubernetes/client-node/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@kubernetes/client-node/node_modules/minizlib": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", - "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", - "dev": true, - "license": "MIT", - "dependencies": { - "minipass": "^7.1.2" - }, - "engines": { - "node": ">= 18" - } - }, - "node_modules/@kubernetes/client-node/node_modules/mkdirp": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", - "dev": true, - "license": "MIT", - "bin": { - "mkdirp": "dist/cjs/src/bin.js" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@kubernetes/client-node/node_modules/node-fetch": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", - "dev": true, - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, - "node_modules/@kubernetes/client-node/node_modules/tar": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", - "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", - "dev": true, - "license": "ISC", - "dependencies": { - "@isaacs/fs-minipass": "^4.0.0", - "chownr": "^3.0.0", - "minipass": "^7.1.2", - "minizlib": "^3.0.1", - "mkdirp": "^3.0.1", - "yallist": "^5.0.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@kubernetes/client-node/node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@kubernetes/client-node/node_modules/yallist": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", - "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", - "dev": true, - "license": "BlueOak-1.0.0", - "engines": { - "node": ">=18" - } - }, "node_modules/@larscom/cpx": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@larscom/cpx/-/cpx-2.1.0.tgz", @@ -3350,19 +3159,6 @@ "@tybys/wasm-util": "^0.9.0" } }, - "node_modules/@noble/hashes": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", - "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^14.21.3 || >=16" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -4386,16 +4182,6 @@ "@octokit/openapi-types": "^24.2.0" } }, - "node_modules/@paralleldrive/cuid2": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.2.2.tgz", - "integrity": "sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@noble/hashes": "^1.1.5" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -5874,13 +5660,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/js-yaml": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", - "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -5968,17 +5747,6 @@ "undici-types": "~5.26.4" } }, - "node_modules/@types/node-fetch": { - "version": "2.6.12", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.12.tgz", - "integrity": "sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*", - "form-data": "^4.0.0" - } - }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", @@ -6040,37 +5808,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/stream-buffers": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@types/stream-buffers/-/stream-buffers-3.0.7.tgz", - "integrity": "sha512-azOCy05sXVXrO+qklf0c/B07H/oHaIuDDAiHPVwlk3A9Ek+ksHyTeMajLZl3r76FxpPpxem//4Te61G1iW3Giw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/@types/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*", - "minipass": "^4.0.0" - } - }, - "node_modules/@types/tar/node_modules/minipass": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", - "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=8" - } - }, "node_modules/@types/testing-library__jest-dom": { "version": "5.14.9", "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", @@ -6081,16 +5818,6 @@ "@types/jest": "*" } }, - "node_modules/@types/ws": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", - "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/xmldom": { "version": "0.1.34", "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.34.tgz", @@ -12866,19 +12593,16 @@ } }, "node_modules/formidable": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz", - "integrity": "sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.2.tgz", + "integrity": "sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==", "dev": true, "license": "MIT", "dependencies": { - "@paralleldrive/cuid2": "^2.2.2", "dezalgo": "^1.0.4", + "hexoid": "^2.0.0", "once": "^1.4.0" }, - "engines": { - "node": ">=14.0.0" - }, "funding": { "url": "https://ko-fi.com/tunnckoCore/commissions" } @@ -13744,6 +13468,16 @@ "he": "bin/he" } }, + "node_modules/hexoid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-2.0.0.tgz", + "integrity": "sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/hosted-git-info": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", @@ -14895,16 +14629,6 @@ "integrity": "sha512-tFLRAygk9NqrRPhJSnNGh7g7oaVWDwR0wKh/GM2LgmPa50Eg4UfyaCO4I8k6EqJHl1/uh2RAD6g06n5ygEnrjQ==", "license": "ISC" }, - "node_modules/isomorphic-ws": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", - "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "ws": "*" - } - }, "node_modules/jackspeak": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", @@ -15082,16 +14806,6 @@ "dev": true, "license": "MIT" }, - "node_modules/jose": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/jose/-/jose-6.0.11.tgz", - "integrity": "sha512-QxG7EaliDARm1O1S8BGakqncGT9s25bKL1WSf6/oa17Tkqwi8D2ZNglqCF+DsYF88/rV66Q/Q2mFAy697E1DUg==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/panva" - } - }, "node_modules/js-md4": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/js-md4/-/js-md4-0.3.2.tgz", @@ -15126,16 +14840,6 @@ "dev": true, "license": "MIT" }, - "node_modules/jsep": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", - "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.16.0" - } - }, "node_modules/jsesc": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", @@ -15274,25 +14978,6 @@ ], "license": "MIT" }, - "node_modules/jsonpath-plus": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", - "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jsep-plugin/assignment": "^1.3.0", - "@jsep-plugin/regex": "^1.0.4", - "jsep": "^1.4.0" - }, - "bin": { - "jsonpath": "bin/jsonpath-cli.js", - "jsonpath-plus": "bin/jsonpath-cli.js" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/JSONStream": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", @@ -15374,9 +15059,9 @@ } }, "node_modules/koa": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.16.1.tgz", - "integrity": "sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==", + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.16.0.tgz", + "integrity": "sha512-Afhqq0Vq3W7C+/rW6IqHVBDLzqObwZ07JaUNUEF8yCQ6afiyFE3RAy+i7V0E46XOWlH7vPWn/x0vsZwNy6PWxw==", "dev": true, "license": "MIT", "dependencies": { @@ -19349,16 +19034,6 @@ "node": ">=12" } }, - "node_modules/oauth4webapi": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.5.1.tgz", - "integrity": "sha512-txg/jZQwcbaF7PMJgY7aoxc9QuCxHVFMiEkDIJ60DwDz3PbtXPQnrzo+3X4IRYGChIwWLabRBRpf1k9hO9+xrQ==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/panva" - } - }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -19502,20 +19177,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/openid-client": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.5.0.tgz", - "integrity": "sha512-fAfYaTnOYE2kQCqEJGX9KDObW2aw7IQy4jWpU/+3D3WoCFLbix5Hg6qIPQ6Js9r7f8jDUmsnnguRNCSw4wU/IQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "jose": "^6.0.10", - "oauth4webapi": "^3.5.1" - }, - "funding": { - "url": "https://github.com/sponsors/panva" - } - }, "node_modules/optionator": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", @@ -22146,13 +21807,6 @@ "node": ">=0.10.0" } }, - "node_modules/rfc4648": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/rfc4648/-/rfc4648-1.5.4.tgz", - "integrity": "sha512-rRg/6Lb+IGfJqO05HZkN50UtY7K/JhxJag1kP23+zyMfrvoB0B7RWv06MbOzoc79RgCdNTiUaNsTT1AJZ7Z+cg==", - "dev": true, - "license": "MIT" - }, "node_modules/rimraf": { "version": "5.0.10", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", @@ -23340,16 +22994,6 @@ "node": ">= 0.4" } }, - "node_modules/stream-buffers": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-3.0.3.tgz", - "integrity": "sha512-pqMqwQCso0PBJt2PQmDO0cFj0lyqmiwOMiMSkVtRokl7e+ZTRYgDHKnuZNbqjiJXgsg4nuqtD/zxuo9KqTp0Yw==", - "dev": true, - "license": "Unlicense", - "engines": { - "node": ">= 0.10.0" - } - }, "node_modules/stream-log-stats": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/stream-log-stats/-/stream-log-stats-3.0.2.tgz", @@ -24162,16 +23806,6 @@ "node": ">=14.14" } }, - "node_modules/tmp-promise": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz", - "integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "tmp": "^0.2.0" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -26203,7 +25837,7 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "2.99.5", + "version": "2.100.0", "license": "Apache-2.0", "dependencies": { "@hpcc-js/ddl-shim": "^2.22.0", @@ -26217,7 +25851,6 @@ }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@kubernetes/client-node": "1.0.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", "@types/node": "^18", @@ -26390,12 +26023,12 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "2.76.7", + "version": "2.76.8", "license": "Apache-2.0", "dependencies": { "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", - "@hpcc-js/comms": "^2.99.5", + "@hpcc-js/comms": "^2.100.0", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/layout": "^2.51.0", @@ -26532,25 +26165,25 @@ }, "packages/loader": { "name": "@hpcc-js/loader", - "version": "2.107.7", + "version": "2.107.8", "license": "Apache-2.0", "dependencies": { "@hpcc-js/api": "^2.14.0", "@hpcc-js/chart": "^2.86.0", "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", - "@hpcc-js/comms": "^2.99.5", + "@hpcc-js/comms": "^2.100.0", "@hpcc-js/composite": "^2.9.0", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/dgrid2": "^2.5.0", - "@hpcc-js/eclwatch": "^2.76.7", + "@hpcc-js/eclwatch": "^2.76.8", "@hpcc-js/form": "^2.12.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/html": "^2.44.0", "@hpcc-js/layout": "^2.51.0", "@hpcc-js/map": "^2.79.0", "@hpcc-js/map-deck": "^2.9.0", - "@hpcc-js/marshaller": "^2.27.7", + "@hpcc-js/marshaller": "^2.27.8", "@hpcc-js/observablehq-compiler": "^1.4.0", "@hpcc-js/other": "^2.17.0", "@hpcc-js/phosphor": "^2.20.0", @@ -26614,13 +26247,13 @@ }, "packages/marshaller": { "name": "@hpcc-js/marshaller", - "version": "2.27.7", + "version": "2.27.8", "license": "Apache-2.0", "dependencies": { "@hpcc-js/chart": "^2.86.0", "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", - "@hpcc-js/comms": "^2.99.5", + "@hpcc-js/comms": "^2.100.0", "@hpcc-js/composite": "^2.9.0", "@hpcc-js/ddl-shim": "^2.22.0", "@hpcc-js/dgrid": "^2.34.0", diff --git a/package.json b/package.json index c3b3e4e651..589f630439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "2.107.7", + "version": "2.110.0", "description": "HPCC Visualization Framework", "private": true, "jsdelivr": "dist/index.umd.min.js", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index e021bd206f..c07e585d22 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/CHANGELOG.md @@ -12,6 +12,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [2.100.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.99.5...comms-v2.100.0) (2025-05-09) + + +### Features + +* bump WsCloud to latest version ([c0d02a3](https://github.com/hpcc-systems/Visualization/commit/c0d02a3837769ee968fe67833c4202e8f7ea81b1)) +* **comms:** add Export function to WsDali service ([cf470f2](https://github.com/hpcc-systems/Visualization/commit/cf470f2ead60b0097ef42124af4655f791b4ff8b)) +* **comms:** add Export function to WsDali service ([4ef5cce](https://github.com/hpcc-systems/Visualization/commit/4ef5cce206dab2689398b098efd87fb283fe47a2)) +* Relocate getPODs parsing into comms ([52057f2](https://github.com/hpcc-systems/Visualization/commit/52057f2b0d901714ebccd177445523989e81a432)) +* Relocate getPODs parsing into comms ([955b5cd](https://github.com/hpcc-systems/Visualization/commit/955b5cdd5d565c7ec8363e0f3bf6ca2381f76653)) + ## [2.99.5](https://github.com/hpcc-systems/Visualization/compare/comms-v2.99.4...comms-v2.99.5) (2025-04-15) diff --git a/packages/comms/package.json b/packages/comms/package.json index 927ed9183f..c189bf0106 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "2.99.5", + "version": "2.100.0", "description": "hpcc-js - Communications", "main": "dist/index.node.js", "module": "dist/index.es6", @@ -73,7 +73,6 @@ }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@kubernetes/client-node": "1.0.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", "@types/node": "^18", @@ -96,4 +95,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} \ No newline at end of file +} diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index c169f3793f..bf50c63fc0 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.76.8](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.7...eclwatch-v2.76.8) (2025-05-09) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/comms bumped from ^2.99.5 to ^2.100.0 + ## [2.76.7](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.6...eclwatch-v2.76.7) (2025-04-15) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index 1603d59714..571c5d31ab 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "2.76.7", + "version": "2.76.8", "description": "hpcc-js - ECL Watch", "main": "dist/index.js", "module": "dist/index.es6", @@ -40,7 +40,7 @@ "dependencies": { "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", - "@hpcc-js/comms": "^2.99.5", + "@hpcc-js/comms": "^2.100.0", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/layout": "^2.51.0", diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md index 56297a23fd..d2b6253da3 100644 --- a/packages/loader/CHANGELOG.md +++ b/packages/loader/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.107.8](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.7...loader-v2.107.8) (2025-05-09) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/comms bumped from ^2.99.5 to ^2.100.0 + * @hpcc-js/eclwatch bumped from ^2.76.7 to ^2.76.8 + * @hpcc-js/marshaller bumped from ^2.27.7 to ^2.27.8 + ## [2.107.7](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.6...loader-v2.107.7) (2025-04-15) diff --git a/packages/loader/package.json b/packages/loader/package.json index 964ec5a25f..b83adc4d08 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/loader", - "version": "2.107.7", + "version": "2.107.8", "description": "hpcc-js - Loader", "main": "dist/index.js", "module": "dist/index.es6", @@ -42,18 +42,18 @@ "@hpcc-js/chart": "^2.86.0", "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", - "@hpcc-js/comms": "^2.99.5", + "@hpcc-js/comms": "^2.100.0", "@hpcc-js/composite": "^2.9.0", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/dgrid2": "^2.5.0", - "@hpcc-js/eclwatch": "^2.76.7", + "@hpcc-js/eclwatch": "^2.76.8", "@hpcc-js/form": "^2.12.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/html": "^2.44.0", "@hpcc-js/layout": "^2.51.0", "@hpcc-js/map": "^2.79.0", "@hpcc-js/map-deck": "^2.9.0", - "@hpcc-js/marshaller": "^2.27.7", + "@hpcc-js/marshaller": "^2.27.8", "@hpcc-js/observablehq-compiler": "^1.4.0", "@hpcc-js/other": "^2.17.0", "@hpcc-js/phosphor": "^2.20.0", diff --git a/packages/marshaller/CHANGELOG.md b/packages/marshaller/CHANGELOG.md index 817af37871..5a03bc560c 100644 --- a/packages/marshaller/CHANGELOG.md +++ b/packages/marshaller/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.27.8](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.7...marshaller-v2.27.8) (2025-05-09) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/comms bumped from ^2.99.5 to ^2.100.0 + ## [2.27.7](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.6...marshaller-v2.27.7) (2025-04-15) diff --git a/packages/marshaller/package.json b/packages/marshaller/package.json index 140d74266d..7d9ffa861a 100644 --- a/packages/marshaller/package.json +++ b/packages/marshaller/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/marshaller", - "version": "2.27.7", + "version": "2.27.8", "description": "hpcc-js - Viz Marshaller", "main": "dist/index.js", "module": "dist/index.es6", @@ -41,7 +41,7 @@ "@hpcc-js/chart": "^2.86.0", "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", - "@hpcc-js/comms": "^2.99.5", + "@hpcc-js/comms": "^2.100.0", "@hpcc-js/composite": "^2.9.0", "@hpcc-js/ddl-shim": "^2.22.0", "@hpcc-js/dgrid": "^2.34.0",