@huddle01/feature-flags
Advanced tools
Comparing version 0.0.2 to 0.0.3-alpha.0
{ | ||
"name": "@huddle01/feature-flags", | ||
"version": "0.0.2", | ||
"version": "0.0.3-alpha.0", | ||
"description": "Unleash the Power of Controlled Feature Rollouts in Your Typescript Projects", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.mts", | ||
"scripts": { | ||
@@ -14,7 +14,30 @@ "lint": "biome lint ./", | ||
"prebuild": "pnpm run lint && pnpm run format", | ||
"build": "tsup", | ||
"build": "rm -rf dist && tsup", | ||
"watch": "tsup --watch", | ||
"pub": "npm publish --access public" | ||
"pub": "npm publish --access public", | ||
"pub:alpha": "npm publish --access public --tag alpha" | ||
}, | ||
"files": ["dist/*"], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.mts" | ||
}, | ||
"./hooks": { | ||
"import": "./dist/hooks/index.mjs", | ||
"types": "./dist/hooks/index.d.mts" | ||
}, | ||
"./components": { | ||
"import": "./dist/components/index.mjs", | ||
"types": "./dist/components/index.d.mts" | ||
}, | ||
"./atoms": { | ||
"import": "./dist/atoms/index.mjs", | ||
"types": "./dist/atoms/index.d.mts" | ||
}, | ||
"./types": { | ||
"import": "./dist/types/index.mjs", | ||
"types": "./dist/types/index.d.mts" | ||
} | ||
}, | ||
"files": ["dist"], | ||
"keywords": [], | ||
@@ -21,0 +44,0 @@ "author": "a4748g", |
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
31
134377
4076
1