@pixelverse/strichjs-sdk 0.8.7 → 0.9.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.
Files changed (2) hide show
  1. package/dist/strich.js +1 -1
  2. package/package.json +2 -4
package/dist/strich.js CHANGED
@@ -164,7 +164,7 @@ class $b87b958acc41ce45$export$187fa8306d160b63 {
164
164
 
165
165
 
166
166
  var $df64573ef6d51081$exports = {};
167
- $df64573ef6d51081$exports = JSON.parse('{"name":"@pixelverse/strichjs-sdk","version":"0.8.7","description":"STRICH JavaScript SDK","keywords":["barcode scanning","qr code","aztec code","data matrix","ean","upc","code 128","code 39","code 93","itf","databar","codabar"],"homepage":"https://strich.io","source":"src/index.ts","license":"commercial","files":["NOTICE","LICENSE","dist/*.js","dist/*.d.ts"],"type":"module","browser":"dist/strich.js","types":"dist/strich.d.ts","targets":{"browser":{"optimize":false}},"scripts":{"prebuild":"rm -rf dist","build":"parcel build --no-cache","test":"jest","lint":"eslint src --ext .ts","check":"tsc --noEmit","typedoc":"typedoc --name STRICH --includeVersion --readme none --excludeInternal --excludePrivate --excludeProtected --excludeNotDocumented --disableSources","typedoc-watch":"typedoc --name STRICH --includeVersion --readme none --excludeInternal --excludePrivate --excludeProtected --excludeNotDocumented --disableSources --watch","postpublish":"npm run publish-npmjs","publish-npmjs":"npm publish --access public --ignore-scripts --@pixelverse:registry=\'https://registry.npmjs.org\'"},"staticFiles":{},"devDependencies":{"parcel":"^2.8.2","@parcel/packager-ts":"^2.8.2","@parcel/transformer-glsl":"^2.8.2","@parcel/transformer-typescript-types":"^2.8.2","@types/emscripten":"^1.39.6","@types/jest":"^28.1.1","@types/offscreencanvas":"^2019.6.4","@typescript-eslint/eslint-plugin":"^5.22.0","@typescript-eslint/parser":"^5.22.0","esbuild":"^0.16.10","eslint":"^8.14.0","jest":"^28.1.1","jest-environment-jsdom":"^29.3.1","ts-jest":"^28.0.4","typedoc":"^0.23.23","typescript":"^4.6.4"}}');
167
+ $df64573ef6d51081$exports = JSON.parse('{"name":"@pixelverse/strichjs-sdk","version":"0.9.0","description":"STRICH JavaScript SDK","keywords":["barcode scanning","qr code","aztec code","data matrix","ean","upc","code 128","code 39","code 93","itf","databar","codabar"],"homepage":"https://strich.io","source":"src/index.ts","license":"commercial","files":["NOTICE","LICENSE","dist/*.js","dist/*.d.ts"],"type":"module","browser":"dist/strich.js","types":"dist/strich.d.ts","targets":{"browser":{"optimize":false}},"scripts":{"prebuild":"rm -rf dist","build":"parcel build --no-cache","test":"jest","lint":"eslint src --ext .ts","check":"tsc --noEmit","typedoc":"typedoc --name STRICH --includeVersion --readme none --excludeInternal --excludePrivate --excludeProtected --excludeNotDocumented --disableSources","typedoc-watch":"typedoc --name STRICH --includeVersion --readme none --excludeInternal --excludePrivate --excludeProtected --excludeNotDocumented --disableSources --watch"},"staticFiles":{},"devDependencies":{"parcel":"^2.8.2","@parcel/packager-ts":"^2.8.2","@parcel/transformer-glsl":"^2.8.2","@parcel/transformer-typescript-types":"^2.8.2","@types/emscripten":"^1.39.6","@types/jest":"^28.1.1","@types/offscreencanvas":"^2019.6.4","@typescript-eslint/eslint-plugin":"^5.22.0","@typescript-eslint/parser":"^5.22.0","esbuild":"^0.16.10","eslint":"^8.14.0","jest":"^28.1.1","jest-environment-jsdom":"^29.3.1","ts-jest":"^28.0.4","typedoc":"^0.23.23","typescript":"^4.6.4"}}');
168
168
 
169
169
 
170
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixelverse/strichjs-sdk",
3
- "version": "0.8.7",
3
+ "version": "0.9.0",
4
4
  "description": "STRICH JavaScript SDK",
5
5
  "keywords": [
6
6
  "barcode scanning",
@@ -40,9 +40,7 @@
40
40
  "lint": "eslint src --ext .ts",
41
41
  "check": "tsc --noEmit",
42
42
  "typedoc": "typedoc --name STRICH --includeVersion --readme none --excludeInternal --excludePrivate --excludeProtected --excludeNotDocumented --disableSources",
43
- "typedoc-watch": "typedoc --name STRICH --includeVersion --readme none --excludeInternal --excludePrivate --excludeProtected --excludeNotDocumented --disableSources --watch",
44
- "postpublish": "npm run publish-npmjs",
45
- "publish-npmjs": "npm publish --access public --ignore-scripts --@pixelverse:registry='https://registry.npmjs.org'"
43
+ "typedoc-watch": "typedoc --name STRICH --includeVersion --readme none --excludeInternal --excludePrivate --excludeProtected --excludeNotDocumented --disableSources --watch"
46
44
  },
47
45
  "staticFiles": {},
48
46
  "devDependencies": {