@powertools/options
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@powertools/options", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "agnostic feature flags", | ||
"main": "index.js", | ||
"main": "./build/index.js", | ||
"author": "chadsteele.com", | ||
@@ -15,3 +15,13 @@ "license": "ISC", | ||
"javascript" | ||
] | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7.13.0", | ||
"@babel/core": "^7.13.8", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@babel/preset-env": "^7.13.8" | ||
}, | ||
"scripts": { | ||
"build": "babel src -d build" | ||
}, | ||
"dependencies": {} | ||
} |
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
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
44034
21
921
4
5