@bloks/constants
Advanced tools
Comparing version 26.4.0 to 27.0.0
{ | ||
"name": "@bloks/constants", | ||
"version": "26.4.0", | ||
"version": "27.0.0", | ||
"author": "jafri", | ||
@@ -14,3 +14,3 @@ "module": "dist/constants.esm.js", | ||
"@types/jest": "^24.9.0", | ||
"@proton/tsconfig": "0.3.0", | ||
"@proton/tsconfig": "1.0.0", | ||
"tslib": "^1.10.0", | ||
@@ -22,4 +22,5 @@ "tsup": "^6.3.0", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs --dts" | ||
"build": "tsup src/index.ts --format cjs --dts", | ||
"dev": "tsup src/index.ts --watch" | ||
} | ||
} |
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
66070