@changesets/pre
Advanced tools
Comparing version 1.0.8 to 1.0.9-temp.0
# @changesets/pre | ||
## 1.0.9-temp.0 | ||
### Patch Changes | ||
- Updated dependencies [[`636c7d7`](https://github.com/changesets/changesets/commit/636c7d7c9333664c91cd4d0ff678d5acb17256ad)]: | ||
- @changesets/types@4.1.0-temp.0 | ||
## 1.0.8 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@changesets/pre", | ||
"version": "1.0.8", | ||
"version": "1.0.9-temp.0", | ||
"description": "Utils to make a Changesets repo enter and exit pre mode", | ||
@@ -12,3 +12,3 @@ "main": "dist/pre.cjs.js", | ||
"@changesets/errors": "^0.1.4", | ||
"@changesets/types": "^4.0.2", | ||
"@changesets/types": "^4.1.0-temp.0", | ||
"@manypkg/get-packages": "^1.1.3", | ||
@@ -15,0 +15,0 @@ "fs-extra": "^7.0.1" |
@@ -25,3 +25,3 @@ import * as fs from "fs-extra"; | ||
} catch (err) { | ||
if (err.code !== "ENOENT") { | ||
if ((err as any).code !== "ENOENT") { | ||
throw err; | ||
@@ -28,0 +28,0 @@ } |
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
21191
2