@tapjs/stack
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@tapjs/stack", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Utility for working with stack traces", | ||
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", | ||
"tshy": { | ||
"main": true, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
}, | ||
"type": "module", | ||
"main": "./dist/commonjs/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"exports": { | ||
@@ -23,3 +31,2 @@ "./package.json": "./package.json", | ||
], | ||
"license": "BlueOak-1.0.0", | ||
"scripts": { | ||
@@ -34,2 +41,8 @@ "prepare": "tshy", | ||
}, | ||
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", | ||
"license": "BlueOak-1.0.0", | ||
"dependencies": { | ||
"tcompare": "6.2.0", | ||
"trivial-deferred": "^2.0.0" | ||
}, | ||
"tap": { | ||
@@ -39,6 +52,2 @@ "typecheck": false, | ||
}, | ||
"dependencies": { | ||
"tcompare": "6.1.0", | ||
"trivial-deferred": "^2.0.0" | ||
}, | ||
"engines": { | ||
@@ -53,9 +62,3 @@ "node": ">=16" | ||
"url": "git+https://github.com/tapjs/tapjs.git" | ||
}, | ||
"tshy": { | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
} | ||
} |
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
229170
+ Addedtcompare@6.2.0(transitive)
- Removedtcompare@6.1.0(transitive)
Updatedtcompare@6.2.0