@openfin/workspace 12.1.4 → 12.6.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 +1,35 @@
1
- {"name":"@openfin/workspace","description":"An API for integrating with OpenFin Workspace.","main":"index.js","version":"12.1.4","scripts":{"promote:docs":"chmod +x ../common/scripts/deploy-latest-docs.sh && ../common/scripts/deploy-latest-docs.sh $(node ../common/scripts/echo-version.js) /api","promote":"node ../common/scripts/promote-ws-npm.js","deploy:next":"npm run deploy:next:npm && npm run deploy:docs","deploy:next:npm":"cd out && npm publish --tag next","deploy:beta":"npm run deploy:beta:npm && npm run deploy:docs","deploy:beta:npm":"cd out && npm publish --tag beta","deploy:hotfix":"npm run deploy:hotfix:npm && npm run deploy:docs","deploy:hotfix:npm":"cd out && npm publish --tag hotfix","deploy:docs":"DIR=/api node ../common/scripts/archive-docs.js","cp:readme":"copyfiles README.md out","cp:license":"copyfiles LICENSE.md out","cp:package":"node ../common/scripts/cp-package.js","create:rootIndex":"node ../common/scripts/cp-root-index.js","create:restModules":"node ./scripts/create-rest-modules.js","package":"npm run cp:readme && npm run cp:license && npm run cp:package && npm run create:rootIndex && npm run create:restModules","clean":"rimraf ./out && rimraf ./docs","tsc":"npx tsc","build:common":"cross-env ENV=prod webpack --mode=production --config ./webpack.common.config.js","build":"npm run clean && npm run build:common && npm run build:docs && node ../common/scripts/test-for-next-apis.js","build:docs":"typedoc --tsconfig ./tsconfig.json --readme none --disableSources ./src/index.ts ./src/home.ts ./src/store.ts ./src/legacy.ts ./src/notifications.ts ./src/dock.ts","test":"jest --watch --colors","test:ci":"jest"},"keywords":["client api"],"license":"SEE LICENSE IN LICENSE.MD","dependencies":{"openfin-notifications":"1.21.1"}}
1
+ {
2
+ "name": "@openfin/workspace",
3
+ "description": "An API for integrating with OpenFin Workspace.",
4
+ "main": "index.js",
5
+ "version": "12.6.0",
6
+ "keywords": [
7
+ "client api"
8
+ ],
9
+ "license": "SEE LICENSE IN LICENSE.MD",
10
+ "dependencies": {
11
+ "openfin-notifications": "1.21.0-alpha-2053",
12
+ "@openfin/core": "30.74.7",
13
+ "@reduxjs/toolkit": "1.7.1",
14
+ "@sentry/react": "^7.6.0",
15
+ "aws-sdk": "^2.1171.0",
16
+ "copy-to-clipboard": "3.3.1",
17
+ "focus-trap-react": "^9.0.2",
18
+ "framer-motion": "4.1.13",
19
+ "idb-keyval": "^6.2.0",
20
+ "lodash.clonedeep": "4.5.0",
21
+ "lodash.debounce": "^4.0.8",
22
+ "next": "12.1.0",
23
+ "nprogress": "0.2.0",
24
+ "react": "17.0.2",
25
+ "react-color": "2.19.3",
26
+ "react-dom": "17.0.2",
27
+ "react-query": "3.19.2",
28
+ "react-redux": "7.2.4",
29
+ "react-sortablejs": "^6.1.4",
30
+ "sortablejs": "^1.15.0",
31
+ "styled-components": "^4.4.1",
32
+ "tinycolor2": "1.4.2",
33
+ "title-case": "3.0.3"
34
+ }
35
+ }