@lambda-kata/licensing 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambda-kata/licensing",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Tamper-resistant native licensing validator for Lambda Kata Integration",
5
5
  "main": "out/dist/index.js",
6
6
  "types": "out/tsc/index.d.ts",
@@ -48,8 +48,8 @@
48
48
  "lint": "eslint src/ test/ --ext .ts",
49
49
  "lint:fix": "eslint src/ test/ --ext .ts --fix",
50
50
  "docs": "typedoc src/index.ts --out docs/",
51
- "install": "node scripts/install.js",
52
- "postinstall": "node scripts/postinstall.js || echo 'Postinstall script failed, using fallback mode'"
51
+ "_install": "node scripts/install.js",
52
+ "_postinstall": "node scripts/postinstall.js || echo 'Postinstall script failed, using fallback mode'"
53
53
  },
54
54
  "files": [
55
55
  "out/",