@openfin/workspace 10.3.4 → 10.3.7

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 @@
1
- {"name":"@openfin/workspace","description":"An API for integrating with OpenFin Workspace.","main":"index.js","version":"10.3.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 && 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=/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","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.18.0-alpha-1576"}}
1
+ {"name":"@openfin/workspace","description":"An API for integrating with OpenFin Workspace.","main":"index.js","version":"10.3.7","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 && 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=/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","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.18.0-alpha-1625"}}