@scaffdog/error
Advanced tools
Comparing version 2.3.1 to 2.4.0-canary.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## 2.4.0-canary.0 | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @scaffdog/types@2.4.0-canary.0 | ||
## [2.3.1](https://github.com/scaffdog/scaffdog/compare/v2.3.0...v2.3.1) (2022-09-22) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@scaffdog/error", | ||
"version": "2.3.1", | ||
"version": "2.4.0-canary.0", | ||
"description": "A utility module of scaffdog error.", | ||
@@ -24,10 +24,4 @@ "keywords": [ | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"typecheck": "tsc", | ||
"build": "unbuild", | ||
"test": "vitest run --dir src", | ||
"test:watch": "vitest watch --dir src" | ||
}, | ||
"dependencies": { | ||
"@scaffdog/types": "2.3.1", | ||
"@scaffdog/types": "2.4.0-canary.0", | ||
"chalk": "^4.1.0", | ||
@@ -39,3 +33,9 @@ "string-length": "4.0.2" | ||
}, | ||
"gitHead": "6feb9626e1d0dbf64d627e19e62f53a89ae48633" | ||
} | ||
"gitHead": "14824585829ad0b2093ef44b30f36fce3f4fd682", | ||
"scripts": { | ||
"typecheck": "tsc", | ||
"build": "unbuild", | ||
"test": "vitest run --dir src", | ||
"test:watch": "vitest watch --dir src" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
24914
1
+ Added@scaffdog/types@2.4.0-canary.0(transitive)
- Removed@scaffdog/types@2.3.1(transitive)