@magic/log
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@magic/log", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Wizards & Witches", | ||
"description": "enhanced console.log", | ||
"license": "AGPL-3.0", | ||
"homepage": "https://magic.github.io/test", | ||
"main": "src/index.mjs", | ||
"author": "Jascha Ehrenreich <jascha@jaeh.at>", | ||
"license": "AGPL-3.0", | ||
"module": "src/index.mjs", | ||
"type": "module", | ||
"scripts": { | ||
@@ -20,5 +23,8 @@ "start": "t -p", | ||
}, | ||
"engine": { | ||
"node": ">=12.13.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/magic/log" | ||
"url": "https://github.com/magic/log.git" | ||
}, | ||
@@ -28,16 +34,22 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/magic/log", | ||
"devDependencies": { | ||
"@magic-modules/git-badges": "github:magic-modules/git-badges", | ||
"@magic-modules/light-switch": "github:magic-modules/light-switch", | ||
"@magic-modules/pre": "github:magic-modules/pre", | ||
"@magic-themes/docs": "github:magic-themes/docs", | ||
"@magic/core": "github:magic/core", | ||
"@magic/test": "0.1.0" | ||
"@magic/test": "0.1.18" | ||
}, | ||
"dependencies": { | ||
"@magic/types": "0.1.1" | ||
"@magic/types": "0.1.2" | ||
}, | ||
"files": [ | ||
"src" | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "jascha ehrenreich", | ||
"github": "jaeh" | ||
} | ||
] | ||
} |
@@ -38,3 +38,3 @@ # @magic/log | ||
```javascript | ||
const log = require('@magic/log') | ||
import log from '@magic/log' | ||
``` | ||
@@ -88,1 +88,8 @@ | ||
log.error now converts errors for better logging | ||
#### v0.1.0 | ||
use ecmascript modules | ||
#### v0.1.1 | ||
bump to get this version to be the default for install. | ||
0.1.0-cjs was preferred, but is deprecated. |
Sorry, the diff of this file is not supported yet
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
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
42580
94
0
Yes
6
+ Added@magic/types@0.1.2(transitive)
- Removed@magic/types@0.1.1(transitive)
Updated@magic/types@0.1.2