@vaadin/hilla-generator-utils
Advanced tools
Comparing version 24.6.4 to 24.7.0-alpha10
{ | ||
"name": "@vaadin/hilla-generator-utils", | ||
"version": "24.6.4", | ||
"version": "24.7.0-alpha10", | ||
"description": "A set of utils for developing Hilla generator plugins", | ||
@@ -18,4 +18,5 @@ "main": "index.js", | ||
"lint:fix": "eslint src test --fix", | ||
"test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs", | ||
"test:coverage": "c8 --experimental-monocart -c ../../../.c8rc.json npm test", | ||
"test": "vitest --run", | ||
"test:coverage": "vitest --run --coverage", | ||
"test:watch": "vitest", | ||
"typecheck": "tsc --noEmit" | ||
@@ -61,23 +62,6 @@ }, | ||
"dependencies": { | ||
"pino": "^8.15.1", | ||
"pino-pretty": "^10.2.0", | ||
"typescript": "5.7.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.3.6", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.7.1", | ||
"@types/sinon": "^10.0.17", | ||
"@types/sinon-chai": "^3.2.10", | ||
"c8": "^10.1.2", | ||
"chai": "^4.3.10", | ||
"chai-like": "^1.1.1", | ||
"concurrently": "^8.2.1", | ||
"copyfiles": "^2.4.1", | ||
"mocha": "^10.8.2", | ||
"monocart-coverage-reports": "^2.11.5", | ||
"sinon": "^16.1.3", | ||
"sinon-chai": "^3.7.0", | ||
"type-fest": "^4.3.2" | ||
"pino": "9.6.0", | ||
"pino-pretty": "10.3.1", | ||
"typescript": "5.7.3" | ||
} | ||
} |
@@ -20,3 +20,3 @@ import { readFile, writeFile } from "node:fs/promises"; | ||
snapshot = await readFile(snapshotPath, "utf8"); | ||
} catch (e) { | ||
} catch { | ||
throw new Error( | ||
@@ -23,0 +23,0 @@ `Snapshot does not exist yet: ${snapshotURL.toString()}. |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
85875
1
+ Addedpino@9.6.0(transitive)
+ Addedpino-abstract-transport@2.0.0(transitive)
+ Addedpino-std-serializers@7.0.0(transitive)
+ Addedprocess-warning@4.0.1(transitive)
+ Addedsonic-boom@4.2.0(transitive)
+ Addedthread-stream@3.1.0(transitive)
+ Addedtypescript@5.7.3(transitive)
- Removedpino@8.21.0(transitive)
- Removedpino-std-serializers@6.2.2(transitive)
- Removedprocess-warning@3.0.0(transitive)
- Removedthread-stream@2.7.0(transitive)
- Removedtypescript@5.7.2(transitive)
Updatedpino@9.6.0
Updatedpino-pretty@10.3.1
Updatedtypescript@5.7.3