@tapjs/test
Advanced tools
Comparing version 1.3.9 to 1.3.10
{ | ||
"name": "@tapjs/test", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "the pluggable Test class for node-tap", | ||
@@ -29,3 +29,4 @@ "tshy": { | ||
} | ||
} | ||
}, | ||
"./generate-tap-test-class": "./scripts/build.mjs" | ||
} | ||
@@ -70,3 +71,4 @@ }, | ||
} | ||
} | ||
}, | ||
"./generate-tap-test-class": "./scripts/build.mjs" | ||
}, | ||
@@ -90,17 +92,17 @@ "files": [ | ||
"dependencies": { | ||
"@tapjs/after": "1.1.9", | ||
"@tapjs/after-each": "1.1.9", | ||
"@tapjs/asserts": "1.1.9", | ||
"@tapjs/before": "1.1.9", | ||
"@tapjs/before-each": "1.1.9", | ||
"@tapjs/filter": "1.2.9", | ||
"@tapjs/fixture": "1.2.9", | ||
"@tapjs/intercept": "1.2.9", | ||
"@tapjs/mock": "1.2.7", | ||
"@tapjs/node-serialize": "1.1.9", | ||
"@tapjs/snapshot": "1.2.9", | ||
"@tapjs/spawn": "1.1.9", | ||
"@tapjs/stdin": "1.1.9", | ||
"@tapjs/typescript": "1.2.9", | ||
"@tapjs/worker": "1.1.9", | ||
"@tapjs/after": "1.1.10", | ||
"@tapjs/after-each": "1.1.10", | ||
"@tapjs/asserts": "1.1.10", | ||
"@tapjs/before": "1.1.10", | ||
"@tapjs/before-each": "1.1.10", | ||
"@tapjs/filter": "1.2.10", | ||
"@tapjs/fixture": "1.2.10", | ||
"@tapjs/intercept": "1.2.10", | ||
"@tapjs/mock": "1.2.8", | ||
"@tapjs/node-serialize": "1.1.10", | ||
"@tapjs/snapshot": "1.2.10", | ||
"@tapjs/spawn": "1.1.10", | ||
"@tapjs/stdin": "1.1.10", | ||
"@tapjs/typescript": "1.2.10", | ||
"@tapjs/worker": "1.1.10", | ||
"glob": "^10.3.10", | ||
@@ -112,3 +114,3 @@ "jackspeak": "^2.3.6", | ||
"sync-content": "^1.0.1", | ||
"tap-parser": "15.2.0", | ||
"tap-parser": "15.2.1", | ||
"ts-node": "npm:@isaacs/ts-node-temp-fork-for-pr-2009@^10.9.1", | ||
@@ -119,3 +121,3 @@ "tshy": "^1.2.2", | ||
"peerDependencies": { | ||
"@tapjs/core": "1.3.9" | ||
"@tapjs/core": "1.3.10" | ||
}, | ||
@@ -122,0 +124,0 @@ "tap": { |
@@ -34,3 +34,3 @@ # `@tapjs/test` | ||
hello: () => console.log('hello from ', t.name), | ||
blowUp: () => t.fail('blowing up') | ||
blowUp: () => t.fail('blowing up'), | ||
}) | ||
@@ -65,3 +65,3 @@ | ||
hello: () => console.log('hello from ', t.name), | ||
blowUp: () => t.fail('blowing up') | ||
blowUp: () => t.fail('blowing up'), | ||
}) | ||
@@ -68,0 +68,0 @@ |
@@ -20,5 +20,3 @@ { | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"files": ["dist"], | ||
"scripts": { | ||
@@ -25,0 +23,0 @@ "prepare": "tshy", |
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
235893
3396
+ Added@tapjs/after@1.1.10(transitive)
+ Added@tapjs/after-each@1.1.10(transitive)
+ Added@tapjs/asserts@1.1.10(transitive)
+ Added@tapjs/before@1.1.10(transitive)
+ Added@tapjs/before-each@1.1.10(transitive)
+ Added@tapjs/core@1.3.10(transitive)
+ Added@tapjs/filter@1.2.10(transitive)
+ Added@tapjs/fixture@1.2.10(transitive)
+ Added@tapjs/intercept@1.2.10(transitive)
+ Added@tapjs/mock@1.2.8(transitive)
+ Added@tapjs/node-serialize@1.1.10(transitive)
+ Added@tapjs/snapshot@1.2.10(transitive)
+ Added@tapjs/spawn@1.1.10(transitive)
+ Added@tapjs/stdin@1.1.10(transitive)
+ Added@tapjs/typescript@1.2.10(transitive)
+ Added@tapjs/worker@1.1.10(transitive)
+ Addedtap-parser@15.2.1(transitive)
+ Addedtcompare@6.4.3(transitive)
- Removed@tapjs/after@1.1.9(transitive)
- Removed@tapjs/after-each@1.1.9(transitive)
- Removed@tapjs/asserts@1.1.9(transitive)
- Removed@tapjs/before@1.1.9(transitive)
- Removed@tapjs/before-each@1.1.9(transitive)
- Removed@tapjs/core@1.3.9(transitive)
- Removed@tapjs/filter@1.2.9(transitive)
- Removed@tapjs/fixture@1.2.9(transitive)
- Removed@tapjs/intercept@1.2.9(transitive)
- Removed@tapjs/mock@1.2.7(transitive)
- Removed@tapjs/node-serialize@1.1.9(transitive)
- Removed@tapjs/snapshot@1.2.9(transitive)
- Removed@tapjs/spawn@1.1.9(transitive)
- Removed@tapjs/stdin@1.1.9(transitive)
- Removed@tapjs/typescript@1.2.9(transitive)
- Removed@tapjs/worker@1.1.9(transitive)
- Removedtap-parser@15.2.0(transitive)
- Removedtcompare@6.4.2(transitive)
Updated@tapjs/after@1.1.10
Updated@tapjs/after-each@1.1.10
Updated@tapjs/asserts@1.1.10
Updated@tapjs/before@1.1.10
Updated@tapjs/before-each@1.1.10
Updated@tapjs/filter@1.2.10
Updated@tapjs/fixture@1.2.10
Updated@tapjs/intercept@1.2.10
Updated@tapjs/mock@1.2.8
Updated@tapjs/node-serialize@1.1.10
Updated@tapjs/snapshot@1.2.10
Updated@tapjs/spawn@1.1.10
Updated@tapjs/stdin@1.1.10
Updated@tapjs/typescript@1.2.10
Updated@tapjs/worker@1.1.10
Updatedtap-parser@15.2.1