Comparing version 5.0.0 to 5.1.0
@@ -11,3 +11,3 @@ 'use strict'; | ||
const { assert } = require('@sindresorhus/is'); | ||
const assert = require('./lib/assert'); | ||
@@ -14,0 +14,0 @@ /** |
{ | ||
"name": "ci-logger", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Very simple logger for CI environments.", | ||
@@ -36,3 +36,4 @@ "main": "index.js", | ||
"index.js", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"lib/" | ||
], | ||
@@ -44,14 +45,11 @@ "bugs": { | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^14.0.0", | ||
"eslint": "^8.17.0", | ||
"jest": "^28.1.0", | ||
"jest-junit": "^13.2.0", | ||
"markdownlint-cli": "^0.31.1", | ||
"prettier": "^2.6.2", | ||
"tsd": "^0.20.0", | ||
"typescript": "^4.7.3" | ||
}, | ||
"dependencies": { | ||
"@sindresorhus/is": "^4.6.0" | ||
"@aarongoldenthal/eslint-config-standard": "^16.0.1", | ||
"eslint": "^8.23.0", | ||
"jest": "^29.0.1", | ||
"jest-junit": "^14.0.1", | ||
"markdownlint-cli": "^0.32.2", | ||
"prettier": "^2.7.1", | ||
"tsd": "^0.22.0", | ||
"typescript": "^4.8.2" | ||
} | ||
} |
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
15587
0
6
301
- Removed@sindresorhus/is@^4.6.0
- Removed@sindresorhus/is@4.6.0(transitive)