Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@uxf/core", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "UXF Core", | ||
@@ -10,2 +10,3 @@ "author": "Petr Vejvoda <vejvoda@uxf.cz>", | ||
"typings": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"publishConfig": { | ||
@@ -19,7 +20,7 @@ "access": "public" | ||
"scripts": { | ||
"build": "npm clean && npm compile", | ||
"build": "npm run-script clean && npm run-script compile", | ||
"clean": "rm -rf ./dist", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepublish": "npm test && npm build", | ||
"test": "npm run typecheck && jest --coverage", | ||
"compile": "tsc -P tsconfig.build.json", | ||
"prepublish": "npm run-script test && npm run-script build", | ||
"test": "npm run-script typecheck && jest --coverage", | ||
"typecheck": "tsc --noEmit --skipLibCheck" | ||
@@ -37,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "ef5161c5c108e7ef1ae2fc95395f08daa9af2627" | ||
"gitHead": "756d20f19e4d0ab7b56d5091cee7e0668f239429" | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
18030
12
150
0