@serviceme/devtools-shared 2.0.0 → 2.0.2
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/dist/index.d.mts +1025 -998
- package/dist/index.d.ts +1025 -998
- package/dist/index.js +2308 -2347
- package/dist/index.mjs +2252 -2266
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serviceme/devtools-shared",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Shared webview↔extension message contracts and cross-package data models used by SERVICEME.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"repository": {
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^24",
|
|
37
|
-
"
|
|
38
|
-
"typescript": "^
|
|
37
|
+
"tsdown": "^0.23.0",
|
|
38
|
+
"typescript": "^7.0.2"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"js-sha256": "^1.0.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
|
-
"watch": "
|
|
45
|
-
"build": "
|
|
44
|
+
"watch": "tsdown --watch",
|
|
45
|
+
"build": "tsdown src/index.ts --format cjs,esm --dts",
|
|
46
46
|
"lint": "biome check src test",
|
|
47
47
|
"format": "biome check --write src test",
|
|
48
48
|
"typecheck": "tsc --noEmit",
|