@vizejs/marquette 0.386.0 → 0.388.0
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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/marquette",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.388.0",
|
|
4
4
|
"description": "Typed application marquettes for every Vize target",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"application-contract",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/node": "25.9.2",
|
|
86
|
-
"@typescript/native-preview": "7.0.0-dev.20260603.1",
|
|
87
86
|
"tsx": "4.23.12",
|
|
88
87
|
"typescript": "6.0.3",
|
|
89
88
|
"vite-plus": "0.1.24"
|
|
@@ -93,10 +92,10 @@
|
|
|
93
92
|
},
|
|
94
93
|
"scripts": {
|
|
95
94
|
"build": "vp pack && node scripts/check-size.mjs",
|
|
96
|
-
"check": "vp check README.md package.json tsconfig.json src scripts vite.config.ts &&
|
|
95
|
+
"check": "vp check README.md package.json tsconfig.json src scripts vite.config.ts && tsc --noEmit -p tsconfig.json",
|
|
97
96
|
"check:fix": "vp check --fix README.md package.json tsconfig.json src scripts vite.config.ts",
|
|
98
97
|
"check:size": "node scripts/check-size.mjs",
|
|
99
|
-
"check:types": "
|
|
98
|
+
"check:types": "tsc --noEmit -p tsconfig.json",
|
|
100
99
|
"dev": "vp pack --watch",
|
|
101
100
|
"fmt": "vp fmt --write README.md package.json tsconfig.json src scripts vite.config.ts",
|
|
102
101
|
"test": "vp exec tsx --test src/**/*.test.ts"
|