@learncard/core 8.0.6 → 8.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/core",
3
- "version": "8.0.6",
3
+ "version": "8.1.1",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/core.esm.js",
@@ -29,6 +29,7 @@
29
29
  "jest": "^29.3.0",
30
30
  "jimp": "^0.16.1",
31
31
  "qrcode-reader": "^1.0.4",
32
+ "shx": "^0.3.4",
32
33
  "ts-jest": "^29.0.3",
33
34
  "tsc-alias": "^1.6.9",
34
35
  "typescript": "^4.6.4"
@@ -60,7 +61,7 @@
60
61
  "zod": "^3.17.3"
61
62
  },
62
63
  "scripts": {
63
- "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && dts-bundle-generator src/index.ts -o dist/core.d.ts --no-check && tsc-alias",
64
+ "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && dts-bundle-generator src/index.ts -o dist/core.d.ts --no-check && tsc-alias && shx sed -i \"s/import\\(\\\\\\\"\\.\\\\\\\"\\)\\.//g\" dist/core.d.ts",
64
65
  "start": "aqu watch",
65
66
  "lint": "aqu lint",
66
67
  "lint:fix": "aqu lint --fix",