@vaadin/hilla-generator-core 24.5.0-alpha3 → 24.5.0-alpha4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/File.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  import { Blob, type BlobOptions } from 'node:buffer';
4
2
  import type { BinaryLike } from 'node:crypto';
5
3
  export type FileOptions = Readonly<BlobOptions & {
package/File.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"File.d.ts","sourceRoot":"","sources":["src/File.ts"],"names":[],"mappings":";;AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,MAAM,WAAW,GAAG,QAAQ,CAChC,WAAW,GAAG;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CACF,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,IAAK,SAAQ,IAAI;;gBAGxB,QAAQ,EAAE,KAAK,CAAC,UAAU,GAAG,IAAI,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW;IAKvF,IAAI,IAAI,IAAI,MAAM,CAEjB;CACF"}
1
+ {"version":3,"file":"File.d.ts","sourceRoot":"","sources":["src/File.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,MAAM,WAAW,GAAG,QAAQ,CAChC,WAAW,GAAG;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CACF,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,IAAK,SAAQ,IAAI;;gBAGxB,QAAQ,EAAE,KAAK,CAAC,UAAU,GAAG,IAAI,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW;IAKvF,IAAI,IAAI,IAAI,MAAM,CAEjB;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/hilla-generator-core",
3
- "version": "24.5.0-alpha3",
3
+ "version": "24.5.0-alpha4",
4
4
  "description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "lint": "eslint src test",
17
17
  "lint:fix": "eslint src test --fix",
18
18
  "test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs",
19
- "test:coverage": "c8 -c ../../../.c8rc.json npm test",
19
+ "test:coverage": "c8 --experimental-monocart -c ../../../.c8rc.json npm test",
20
20
  "typecheck": "tsc --noEmit"
21
21
  },
22
22
  "exports": {
@@ -72,10 +72,10 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@apidevtools/swagger-parser": "^10.1.0",
75
- "@vaadin/hilla-generator-utils": "24.5.0-alpha3",
75
+ "@vaadin/hilla-generator-utils": "24.5.0-alpha4",
76
76
  "meow": "^12.1.1",
77
77
  "openapi-types": "^12.1.3",
78
- "typescript": "5.3.2"
78
+ "typescript": "5.5.2"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@types/chai": "^4.3.6",
@@ -83,11 +83,12 @@
83
83
  "@types/node": "^20.7.1",
84
84
  "@types/sinon": "^10.0.17",
85
85
  "@types/sinon-chai": "^3.2.10",
86
- "c8": "^8.0.1",
86
+ "c8": "^10.1.2",
87
87
  "chai": "^4.3.10",
88
88
  "concurrently": "^8.2.1",
89
89
  "copyfiles": "^2.4.1",
90
90
  "mocha": "^10.2.0",
91
+ "monocart-coverage-reports": "^2.8.4",
91
92
  "sinon": "^16.0.0",
92
93
  "sinon-chai": "^3.7.0",
93
94
  "type-fest": "^4.3.2"