@mikashboks/capture-intelligence-core 0.1.8 → 0.1.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/dist/cjs/package.json +3 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikashboks/capture-intelligence-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "DOM-free algorithmic core for capture intelligence: document classification, edge detection, frame metrics, and quality checks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "npm run build:esm && npm run build:cjs",
|
|
41
41
|
"build:esm": "tsc --project tsconfig.esm.json",
|
|
42
|
-
"build:cjs": "tsc --project tsconfig.cjs.json",
|
|
42
|
+
"build:cjs": "tsc --project tsconfig.cjs.json && node ./scripts/write-cjs-package-json.mjs",
|
|
43
43
|
"typecheck": "tsc --noEmit",
|
|
44
44
|
"test": "npm run build && node --test ./test/*.test.mjs",
|
|
45
45
|
"test:package-entrypoint": "npm run build && node --test ./test/package-entrypoint.test.mjs ./test/kyc-mobile-contract.test.mjs",
|