@vaadin/hilla-generator-core
Advanced tools
Comparing version 24.5.0-alpha3 to 24.5.0-alpha4
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { Blob, type BlobOptions } from 'node:buffer'; | ||
@@ -4,0 +2,0 @@ import type { BinaryLike } from 'node:crypto'; |
{ | ||
"name": "@vaadin/hilla-generator-core", | ||
"version": "24.5.0-alpha3", | ||
"version": "24.5.0-alpha4", | ||
"description": "A Hilla tool to generate TypeScript code from the OpenAPI document", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs", | ||
"test:coverage": "c8 -c ../../../.c8rc.json npm test", | ||
"test:coverage": "c8 --experimental-monocart -c ../../../.c8rc.json npm test", | ||
"typecheck": "tsc --noEmit" | ||
@@ -76,6 +76,6 @@ }, | ||
"@apidevtools/swagger-parser": "^10.1.0", | ||
"@vaadin/hilla-generator-utils": "24.5.0-alpha3", | ||
"@vaadin/hilla-generator-utils": "24.5.0-alpha4", | ||
"meow": "^12.1.1", | ||
"openapi-types": "^12.1.3", | ||
"typescript": "5.3.2" | ||
"typescript": "5.5.2" | ||
}, | ||
@@ -88,3 +88,3 @@ "devDependencies": { | ||
"@types/sinon-chai": "^3.2.10", | ||
"c8": "^8.0.1", | ||
"c8": "^10.1.2", | ||
"chai": "^4.3.10", | ||
@@ -94,2 +94,3 @@ "concurrently": "^8.2.1", | ||
"mocha": "^10.2.0", | ||
"monocart-coverage-reports": "^2.8.4", | ||
"sinon": "^16.0.0", | ||
@@ -96,0 +97,0 @@ "sinon-chai": "^3.7.0", |
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
50704
99
17
3
99
14
4655
363
+ Added@vaadin/hilla-generator-utils@24.5.0-alpha4(transitive)
+ Addedtypescript@5.5.2(transitive)
- Removed@vaadin/hilla-generator-utils@24.5.0-alpha3(transitive)
- Removedtypescript@5.3.2(transitive)
Updatedtypescript@5.5.2