@magic-circle/layers
Advanced tools
Comparing version 0.0.7 to 0.1.0-alpha.0
{ | ||
"name": "@magic-circle/layers", | ||
"version": "0.0.7", | ||
"version": "0.1.0-alpha.0", | ||
"description": "Magic Circle layers", | ||
@@ -20,16 +20,23 @@ "keywords": [ | ||
"files": [ | ||
"src/*.js" | ||
"dist/*.js", | ||
"dist/*.jsx", | ||
"dist/*.d.ts" | ||
], | ||
"author": "Davey van der Woert <davey@dpwoert.com> (http://dpwoert.com)", | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"module": "src/index.js", | ||
"main": "dist/index.jsx", | ||
"module": "dist/index.jsx", | ||
"scripts": { | ||
"watch": "tsc --watch", | ||
"build:dev": "tsc", | ||
"build:prod": "NODE_ENV=production tsc" | ||
}, | ||
"dependencies": { | ||
"@magic-circle/colors": "^0.0.7" | ||
"@magic-circle/state": "^0.1.0-alpha.0", | ||
"@magic-circle/styles": "^0.1.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/plugin-proposal-class-properties": "^7.2.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-plugin-styled-components": "^1.8.0" | ||
"@magic-circle/schema": "^0.1.0-alpha.0", | ||
"@types/react": "*", | ||
"typescript": "^4.7.3" | ||
}, | ||
@@ -43,3 +50,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9c44c883ff03b107da2029b9a0f5cc62a2c83027" | ||
"gitHead": "dfc0d32a29666130689efa655788605507027abf" | ||
} |
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
17412
3
9
312
4
1
+ Added@magic-circle/state@0.1.10(transitive)
+ Added@magic-circle/styles@0.1.10(transitive)
+ Addedcolor-string@1.9.1(transitive)
- Removed@magic-circle/colors@^0.0.7
- Removed@magic-circle/colors@0.0.7(transitive)
- Removedcolor-string@1.5.3(transitive)