@signageos/front-display 13.6.2 → 13.6.3
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/CHANGELOG.md +4 -0
- package/dist/bundle.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [13.6.3] - 2024-03-18
|
|
8
|
+
### Fixed
|
|
9
|
+
- Missing implementations of `copyFile`, `moveFile`, `link` for `StubFileSystem` for a testing purposes
|
|
10
|
+
|
|
7
11
|
## [13.6.2] - 2024-03-14
|
|
8
12
|
### Fixed
|
|
9
13
|
- Proprietary timer managers no longer start observing storage without `Responsibility.TIMERS`
|
package/dist/bundle.js
CHANGED
|
@@ -189507,7 +189507,7 @@ module.exports = exports = __webpack_require__(/*! ./WebContent/zip.js */ "./nod
|
|
|
189507
189507
|
/*! exports provided: name, version, main, files, scripts, husky, lint-staged, repository, devDependencies, dependencies, optionalDependencies, engines, engine-strict, author, license, publishConfig, default */
|
|
189508
189508
|
/***/ (function(module) {
|
|
189509
189509
|
|
|
189510
|
-
module.exports = JSON.parse("{\"name\":\"@signageos/front-display\",\"version\":\"13.6.
|
|
189510
|
+
module.exports = JSON.parse("{\"name\":\"@signageos/front-display\",\"version\":\"13.6.3\",\"main\":\"dist/bundle.js\",\"files\":[\"dist\",\"README.md\",\"CHANGELOG.md\",\"package.json\"],\"scripts\":{\"build\":\"npm run prebuild && npm run build-all && npm run escheck\",\"build-client\":\"webpack --config=webpack.config.ts\",\"build-webworker\":\"webpack --config=webpack.webworker.config.ts\",\"build-es6\":\"tsc -p tsconfig.es6.json && node tools/copy-es6.js\",\"build-all\":\"npm run build-webworker && npm run build-client && npm run build-es6\",\"clean\":\"rm -rf dist/* es6/*\",\"develop\":\"check-engine && webpack-dev-server --mode development --config=webpack.config.ts\",\"docker\":\"docker run -it --rm -v $PWD:/src -w /src -e NPM_AUTH_TOKEN=$NPM_AUTH_TOKEN -e NPM_REGISTRY_URL=$NPM_REGISTRY_URL -e NPM_REGISTRY_HOST=$NPM_REGISTRY_HOST 172396373649.dkr.ecr.eu-central-1.amazonaws.com/signageos/docker-node:16-alpine-build bash\",\"prebuild\":\"check-engine && mkdir -p dist es6 && npm run clean && npm rebuild @serialport/bindings\",\"prepare\":\"npm run prebuild && npm run build && npx husky install && git config blame.ignoreRevsFile .git-blame-ignore-revs\",\"test\":\"check-engine && env NODE_ENV=test ISOMORPHIC_TARGET=node mocha --opts mocha.opts\",\"test:coverage\":\"check-engine && env NODE_ENV=test ISOMORPHIC_TARGET=node c8 mocha --opts mocha.opts\",\"test-browser\":\"check-engine && karma start\",\"lint\":\"eslint --ext .ts,.tsx,.js ./src/ ./config ./test ./tools\",\"lint:staged\":\"lint-staged\",\"escheck\":\"es-check --module es5 dist/*.js\",\"check\":\"npm run depcheck && npx --userconfig ./.npmrc @signageos/lib check-deps '.+' 'html2canvas|weinre|extract-text-webpack-plugin'\",\"depcheck\":\"depcheck --config .depcheckrc.json\"},\"husky\":{\"hooks\":{\"pre-commit\":\"lint-staged\"}},\"lint-staged\":{\"{config,libs,src,test,tools}/**/*.{tsx,ts,js,jsx}\":[\"npm run lint\"]},\"repository\":{\"url\":\"git@gitlab.com:signageos/front-display\",\"type\":\"git\"},\"devDependencies\":{\"@babel/core\":\"7.21.4\",\"@babel/polyfill\":\"7.12.1\",\"@babel/preset-env\":\"7.21.4\",\"@serialport/binding-mock\":\"9.2.4\",\"@signageos/codestyle\":\"0.2.2\",\"@signageos/front-osd\":\"0.8.1\",\"@types/async-lock\":\"0.0.19\",\"@types/classnames\":\"2.2.3\",\"@types/cron\":\"1.3.0\",\"@types/debug\":\"4.1.5\",\"@types/faker\":\"4.1.1\",\"@types/filesystem\":\"0.0.29\",\"@types/js-cookie\":\"2.0.28\",\"@types/jsdom\":\"11.0.6\",\"@types/jsrsasign\":\"8.0.7\",\"@types/lodash\":\"4.14.116\",\"@types/mocha\":\"2.2.41\",\"@types/node\":\"16.18.3\",\"@types/node-fetch\":\"2.5.7\",\"@types/parse5\":\"4.0.0\",\"@types/promise.allsettled\":\"1.0.1\",\"@types/react\":\"16.8.23\",\"@types/react-dom\":\"16.8.5\",\"@types/react-redux\":\"4.4.45\",\"@types/serialport\":\"8.0.2\",\"@types/serviceworker\":\"0.0.55\",\"@types/should-sinon\":\"0.0.5\",\"@types/sinon\":\"10.0.11\",\"@types/socket.io\":\"1.4.31\",\"@types/socket.io-client\":\"1.4.32\",\"@types/webpack\":\"4.41.25\",\"babel-loader\":\"8.3.0\",\"c8\":\"8.0.1\",\"check-engine\":\"1.10.1\",\"copy-webpack-plugin\":\"4.6.0\",\"core-js\":\"3.34.0\",\"css-loader\":\"0.23.1\",\"debug\":\"4.1.1\",\"depcheck\":\"1.4.3\",\"es-check\":\"5.1.0\",\"exports-loader\":\"0.7.0\",\"extract-text-webpack-plugin\":\"4.0.0-beta.0\",\"fake-indexeddb\":\"4.0.0\",\"form-data\":\"4.0.0\",\"fs-extra\":\"5.0.0\",\"glob\":\"7.1.4\",\"husky\":\"8.0.3\",\"jsdom\":\"12.0.0\",\"karma\":\"6.4.1\",\"karma-chrome-launcher\":\"3.1.1\",\"karma-mocha\":\"2.0.1\",\"karma-webpack\":\"4.0.2\",\"lint-staged\":\"14.0.1\",\"memfs\":\"3.2.2\",\"mocha\":\"5.2.0\",\"raven-js\":\"3.16.0\",\"sass\":\"1.56.0\",\"sass-loader\":\"10.3.1\",\"should-sinon\":\"0.0.6\",\"sinon\":\"13.0.1\",\"socket.io\":\"1.7.4\",\"style-loader\":\"0.13.2\",\"svg-react-loader\":\"0.4.6\",\"ts-loader\":\"8.4.0\",\"ts-node\":\"10.9.1\",\"typescript\":\"5.0.3\",\"webpack\":\"4.46.0\",\"webpack-cli\":\"3.3.7\",\"webpack-dev-server\":\"3.11.2\",\"whatwg-fetch\":\"3.0.0\"},\"dependencies\":{},\"optionalDependencies\":{\"node-fetch\":\"2.6.1\",\"serialport\":\"9.2.8\"},\"engines\":{\"node\":\">=16.0.0\",\"npm\":\">=8.0.0\"},\"engine-strict\":false,\"author\":\"Michael Zabka <zabka.michael@gmail.com>\",\"license\":\"MIT\",\"publishConfig\":{\"registry\":\"https://registry.npmjs.org/\",\"access\":\"public\"}}");
|
|
189511
189511
|
|
|
189512
189512
|
/***/ }),
|
|
189513
189513
|
|