Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "@uxf/core", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "UXF Core", | ||
@@ -9,2 +9,3 @@ "author": "Petr Vejvoda <vejvoda@uxf.cz>", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"publishConfig": { | ||
@@ -18,7 +19,7 @@ "access": "public" | ||
"scripts": { | ||
"build": "yarn clean && yarn compile", | ||
"build": "npm clean && npm compile", | ||
"clean": "rm -rf ./dist", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepublish": "yarn test && yarn build", | ||
"test": "jest" | ||
"prepublish": "npm test && npm build", | ||
"test": "jest --coverage" | ||
}, | ||
@@ -35,3 +36,3 @@ "bugs": { | ||
}, | ||
"gitHead": "a2dee6aa67621f6eda17e63e88d0edf14f88455a" | ||
"gitHead": "f65b7fb3b1ee6e8d3d7a83f09e7003a0276d9b46" | ||
} |
@@ -1,1 +0,2 @@ | ||
export * from "./Validators/Validator" | ||
export * from "./Validators/Validator"; | ||
export * from "./Validators/FormValidator"; |
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
85854
33
805
1