@quadient/scaler-scripting-api
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@quadient/scaler-scripting-api", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "This package provides TypeScript type definitions (d.ts) for scripting in Inspire Scaler's Script module.", | ||
@@ -20,3 +20,12 @@ "keywords": [ | ||
"author": "o-su", | ||
"types": "./index.d.ts" | ||
} | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build-helpers": "tsc ./src/helpers.ts --declaration --strict --target es5 --outDir ./dist", | ||
"copy-definitions": "cp ./src/index.d.ts ./dist/index.d.ts", | ||
"build": "npm run build-helpers && npm run copy-definitions", | ||
"prepack": "npm install && npm run build" | ||
}, | ||
"devDependencies": { | ||
"typescript": "*" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68916
6
1685
1
1