@pixelverse/strichjs-sdk 1.4.7 → 1.4.9
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 +22 -0
- package/dist/strich-noesm.js +22 -22
- package/dist/strich.d.ts +1 -1
- package/dist/strich.js +22 -22
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixelverse/strichjs-sdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.9",
|
|
4
4
|
"description": "STRICH JavaScript SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"barcode scanning",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"types": "dist/strich.d.ts",
|
|
36
36
|
"scripts": {
|
|
37
37
|
"clean": "rimraf ./build ./doc ./dist",
|
|
38
|
-
"build": "tsc --noEmit && node esbuild.js",
|
|
39
|
-
"build-debug": "tsc --noEmit && DEBUG=1 node esbuild.js",
|
|
38
|
+
"build": "tsc --noEmit && node esbuild.js && npm run dts",
|
|
39
|
+
"build-debug": "tsc --noEmit && DEBUG=1 node esbuild.js && npm run dts",
|
|
40
40
|
"dts": "tsc --emitDeclarationOnly --project tsconfig.build.json && api-extractor run && rimraf --glob \\\"./build/*\\\" && mv trimmed.d.ts dist/strich.d.ts",
|
|
41
41
|
"test": "jest",
|
|
42
42
|
"lint": "eslint src --ext .ts",
|