@openfin/workspace-platform 9.1.21 → 9.2.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/client-api-platform/src/api/browser/browser-module.d.ts +2 -21
- package/client-api-platform/src/api/browser/index.d.ts +1 -18
- package/client-api-platform/src/api/context-menu/index.d.ts +5 -5
- package/client-api-platform/src/api/pages/index.d.ts +11 -11
- package/client-api-platform/src/api/storage.d.ts +2 -1
- package/client-api-platform/src/api/workspaces/idb.d.ts +3 -3
- package/client-api-platform/src/api/workspaces/index.d.ts +0 -1
- package/client-api-platform/src/init/utils.d.ts +3 -3
- package/client-api-platform/src/shapes.d.ts +5 -5
- package/common/src/api/pages/idb.d.ts +3 -3
- package/common/src/api/pages/index.d.ts +1 -1
- package/common/src/utils/layout.d.ts +4 -4
- package/common/src/utils/unique-toolbar-options.d.ts +2 -1
- package/common/src/utils/window.d.ts +1 -1
- package/common/src/utils/workspace-modals.d.ts +2 -2
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@openfin/workspace-platform","description":"An API for creating your own Workspace platform.","contributors":[],"version":"9.
|
|
1
|
+
{"name":"@openfin/workspace-platform","description":"An API for creating your own Workspace platform.","contributors":[],"version":"9.2.0","main":"index.js","scripts":{"promote:docs":"chmod +x ../common/scripts/deploy-latest-docs.sh && ../common/scripts/deploy-latest-docs.sh $(node ../common/scripts/echo-version.js) /platform","promote":"node ../common/scripts/promote-ws-npm.js && npm run promote:docs","deploy:next":"npm run deploy:next:npm && npm run deploy:next:docs","deploy:next:npm":"cd out && npm publish --tag next","deploy:beta":"npm run deploy:beta:npm && npm run deploy:next:docs","deploy:beta:npm":"cd out && npm publish --tag beta","deploy:hotfix:npm":"cd out && npm publish --tag hotfix","deploy:next:docs":"DIR=/platform node ../common/scripts/archive-docs.js","cp:readme":"copyfiles README.md out","cp:package":"node ../common/scripts/cp-package.js","create:rootIndex":"node ../common/scripts/cp-root-index.js","package":"npm run cp:readme && npm run cp:package && npm run create:rootIndex","clean":"rimraf ./out && rimraf ./docs","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","test":"jest --watch --colors","test:ci":"jest"},"keywords":["client","api","workspace","platform"],"license":"MIT"}
|