@tapjs/test
Advanced tools
Comparing version 1.3.11 to 1.3.12
{ | ||
"name": "@tapjs/test", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "the pluggable Test class for node-tap", | ||
@@ -90,17 +90,18 @@ "tshy": { | ||
"dependencies": { | ||
"@tapjs/after": "1.1.11", | ||
"@tapjs/after-each": "1.1.11", | ||
"@tapjs/asserts": "1.1.11", | ||
"@tapjs/before": "1.1.11", | ||
"@tapjs/before-each": "1.1.11", | ||
"@tapjs/filter": "1.2.11", | ||
"@tapjs/fixture": "1.2.11", | ||
"@tapjs/intercept": "1.2.11", | ||
"@tapjs/mock": "1.2.9", | ||
"@tapjs/node-serialize": "1.2.0", | ||
"@tapjs/snapshot": "1.2.11", | ||
"@tapjs/spawn": "1.1.11", | ||
"@tapjs/stdin": "1.1.11", | ||
"@tapjs/typescript": "1.3.0", | ||
"@tapjs/worker": "1.1.11", | ||
"@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.1", | ||
"@tapjs/after": "1.1.12", | ||
"@tapjs/after-each": "1.1.12", | ||
"@tapjs/asserts": "1.1.12", | ||
"@tapjs/before": "1.1.12", | ||
"@tapjs/before-each": "1.1.12", | ||
"@tapjs/filter": "1.2.12", | ||
"@tapjs/fixture": "1.2.12", | ||
"@tapjs/intercept": "1.2.12", | ||
"@tapjs/mock": "1.2.10", | ||
"@tapjs/node-serialize": "1.2.1", | ||
"@tapjs/snapshot": "1.2.12", | ||
"@tapjs/spawn": "1.1.12", | ||
"@tapjs/stdin": "1.1.12", | ||
"@tapjs/typescript": "1.3.1", | ||
"@tapjs/worker": "1.1.12", | ||
"glob": "^10.3.10", | ||
@@ -113,3 +114,2 @@ "jackspeak": "^2.3.6", | ||
"tap-parser": "15.3.0", | ||
"ts-node": "npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1", | ||
"tshy": "^1.2.2", | ||
@@ -119,3 +119,3 @@ "typescript": "5.2" | ||
"peerDependencies": { | ||
"@tapjs/core": "1.4.0" | ||
"@tapjs/core": "1.4.1" | ||
}, | ||
@@ -122,0 +122,0 @@ "tap": { |
@@ -220,3 +220,3 @@ "use strict"; | ||
const preloaders = new Set([ | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
]); | ||
@@ -230,3 +230,3 @@ const preimports = new Set([]); | ||
exports.loaders = [ | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
].sort((a, b) => preloaders.has(a) && !preloaders.has(b) ? -1 | ||
@@ -250,3 +250,3 @@ : !preloaders.has(a) && preloaders.has(b) ? 1 | ||
"@tapjs/mock/loader", | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
].sort((a, b) => preloaders.has(a) && !preloaders.has(b) ? -1 | ||
@@ -253,0 +253,0 @@ : !preloaders.has(a) && preloaders.has(b) ? 1 |
@@ -192,3 +192,3 @@ //{{HEADER COMMENT START}} | ||
const preloaders = new Set([ | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
]); | ||
@@ -202,3 +202,3 @@ const preimports = new Set([]); | ||
export const loaders = [ | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
].sort((a, b) => preloaders.has(a) && !preloaders.has(b) ? -1 | ||
@@ -222,3 +222,3 @@ : !preloaders.has(a) && preloaders.has(b) ? 1 | ||
"@tapjs/mock/loader", | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
].sort((a, b) => preloaders.has(a) && !preloaders.has(b) ? -1 | ||
@@ -225,0 +225,0 @@ : !preloaders.has(a) && preloaders.has(b) ? 1 |
@@ -325,3 +325,3 @@ //{{HEADER COMMENT START}} | ||
const preloaders = new Set<string>([ | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
]) | ||
@@ -337,3 +337,3 @@ | ||
export const loaders: string[] = [ | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
].sort( | ||
@@ -363,3 +363,3 @@ (a, b) => preloaders.has(a) && !preloaders.has(b) ? -1 | ||
"@tapjs/mock/loader", | ||
"ts-node/esm" | ||
"@isaacs/ts-node-temp-fork-for-pr-2009/esm" | ||
].sort( | ||
@@ -366,0 +366,0 @@ (a, b) => preloaders.has(a) && !preloaders.has(b) ? -1 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
236377
+ Added@tapjs/after@1.1.12(transitive)
+ Added@tapjs/after-each@1.1.12(transitive)
+ Added@tapjs/asserts@1.1.12(transitive)
+ Added@tapjs/before@1.1.12(transitive)
+ Added@tapjs/before-each@1.1.12(transitive)
+ Added@tapjs/core@1.4.1(transitive)
+ Added@tapjs/filter@1.2.12(transitive)
+ Added@tapjs/fixture@1.2.12(transitive)
+ Added@tapjs/intercept@1.2.12(transitive)
+ Added@tapjs/mock@1.2.10(transitive)
+ Added@tapjs/node-serialize@1.2.1(transitive)
+ Added@tapjs/snapshot@1.2.12(transitive)
+ Added@tapjs/spawn@1.1.12(transitive)
+ Added@tapjs/stack@1.2.6(transitive)
+ Added@tapjs/stdin@1.1.12(transitive)
+ Added@tapjs/typescript@1.3.1(transitive)
+ Added@tapjs/worker@1.1.12(transitive)
- Removedts-node@npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1
- Removed@tapjs/after@1.1.11(transitive)
- Removed@tapjs/after-each@1.1.11(transitive)
- Removed@tapjs/asserts@1.1.11(transitive)
- Removed@tapjs/before@1.1.11(transitive)
- Removed@tapjs/before-each@1.1.11(transitive)
- Removed@tapjs/core@1.4.0(transitive)
- Removed@tapjs/filter@1.2.11(transitive)
- Removed@tapjs/fixture@1.2.11(transitive)
- Removed@tapjs/intercept@1.2.11(transitive)
- Removed@tapjs/mock@1.2.9(transitive)
- Removed@tapjs/node-serialize@1.2.0(transitive)
- Removed@tapjs/snapshot@1.2.11(transitive)
- Removed@tapjs/spawn@1.1.11(transitive)
- Removed@tapjs/stack@1.2.5(transitive)
- Removed@tapjs/stdin@1.1.11(transitive)
- Removed@tapjs/typescript@1.3.0(transitive)
- Removed@tapjs/worker@1.1.11(transitive)
Updated@tapjs/after@1.1.12
Updated@tapjs/after-each@1.1.12
Updated@tapjs/asserts@1.1.12
Updated@tapjs/before@1.1.12
Updated@tapjs/before-each@1.1.12
Updated@tapjs/filter@1.2.12
Updated@tapjs/fixture@1.2.12
Updated@tapjs/intercept@1.2.12
Updated@tapjs/mock@1.2.10
Updated@tapjs/node-serialize@1.2.1
Updated@tapjs/snapshot@1.2.12
Updated@tapjs/spawn@1.1.12
Updated@tapjs/stdin@1.1.12
Updated@tapjs/typescript@1.3.1
Updated@tapjs/worker@1.1.12