@interopio/desktop
Advanced tools
Comparing version 6.10.0 to 6.10.1
@@ -0,1 +1,6 @@ | ||
6.10.1 | ||
- chore: latest core package with a fix for re-announcing contexts | ||
6.10.0 | ||
- feat: channels - add support for multi channels | ||
- fix: windows - navigate method accepts timeout as a parameter | ||
6.9.0 | ||
@@ -2,0 +7,0 @@ - feat: Enable executeJavaScript Method Access through External API |
{ | ||
"name": "@interopio/desktop", | ||
"description": "JavaScript library for io.Connect Desktop clients.", | ||
"version": "6.10.0", | ||
"main": "dist/desktop.umd.js", | ||
"module": "dist/desktop.es.js", | ||
"browser": "dist/desktop.browser.js", | ||
"types": "./desktop.d.ts", | ||
"homepage": "https://interop.io/", | ||
"keywords": [ | ||
"glue", | ||
"glue42", | ||
"desktop", | ||
"interop", | ||
"context" | ||
], | ||
"scripts": { | ||
"eslint": "eslint -c .eslintrc.js ./src/**/*.ts ./desktop.d.ts", | ||
"eslint:fix": "eslint --fix -c .eslintrc.js ./src/**/*.ts", | ||
"validate-changelog": "node ./scripts/validate-config.js", | ||
"docs": "typedoc --options typedoc.json ./src", | ||
"auditPackage": "npm audit --registry=https://registry.npmjs.com", | ||
"preversion": "npm run validate-changelog && npm run auditPackage && npm run test && npm run build", | ||
"version": "npm run build", | ||
"test": "echo tests ignored for now", | ||
"test:ignore": "npm run build:tests && mocha ./tests/ --recursive --exit", | ||
"test:only": "mocha ./tests/ --recursive --exit", | ||
"publish:beta": "npm publish --tag beta", | ||
"prebuild": "npm run eslint", | ||
"build": "npm run prebuild && rollup -c", | ||
"build:gd": "npm run prebuild && rollup --config rollup.config.gd.js", | ||
"build:tests": "tsc -p ./tsconfig.test.json" | ||
}, | ||
"author": { | ||
"name": "interop.io", | ||
"url": "https://interop.io/" | ||
}, | ||
"publishConfig": { | ||
"@interopio:registry": "https://registry.npmjs.org", | ||
"access": "public" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@finos/fdc3": "^2.1.1", | ||
"@interopio/core": "^6.4.3", | ||
"@interopio/schemas": "^9.3.0", | ||
"@interopio/workspaces-api": "^3.4.4", | ||
"callback-registry": "^2.7.1" | ||
} | ||
"name": "@interopio/desktop", | ||
"description": "JavaScript library for io.Connect Desktop clients.", | ||
"version": "6.10.1", | ||
"main": "dist/desktop.umd.js", | ||
"module": "dist/desktop.es.js", | ||
"browser": "dist/desktop.browser.js", | ||
"types": "./desktop.d.ts", | ||
"homepage": "https://interop.io/", | ||
"keywords": [ | ||
"glue", | ||
"glue42", | ||
"desktop", | ||
"interop", | ||
"context" | ||
], | ||
"scripts": { | ||
"eslint": "eslint -c eslint.config.mjs ./src/**/*.ts ./desktop.d.ts", | ||
"eslint:fix": "eslint --fix -c eslint.config.mjs ./src/**/*.ts", | ||
"validate-changelog": "node ./scripts/validate-config.js", | ||
"docs": "typedoc --options typedoc.json ./src", | ||
"auditPackage": "npm audit --registry=https://registry.npmjs.com", | ||
"prepublishOnly": "npm i && npm i @interopio/workspaces-api@latest && npm run validate-changelog && npm run auditPackage && npm run build", | ||
"test": "npm run build:tests && mocha ./tests/ --recursive --exit", | ||
"test:only": "mocha ./tests/ --recursive --exit", | ||
"publish:beta": "npm publish --tag beta", | ||
"prebuild": "npm run eslint && tsc -p ./tsconfig.json", | ||
"build": "npm run prebuild && rollup -c", | ||
"build:preload": "npm run prebuild && rollup --config rollup.config.preload.js", | ||
"build:tests": "tsc -p ./tsconfig.test.json" | ||
}, | ||
"author": { | ||
"name": "interop.io", | ||
"url": "https://interop.io/" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@finos/fdc3": "^2.1.1", | ||
"@interopio/core": "^6.5.2-fmr-beta", | ||
"@interopio/schemas": "file:../schemas", | ||
"@interopio/workspaces-api": "^3.5.3", | ||
"callback-registry": "^2.7.1" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run build" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@glue42/gateway-ws": "^3.0.19", | ||
"@interopio/utils": "^1.4.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
11583399
77498
2
- Removed@interopio/schemas@9.4.0(transitive)
- Removedajv@6.12.6(transitive)
- Removedajv-keywords@3.5.2(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)