@serviceme/devtools-protocol 2.0.1 → 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 +1651 -1676
- package/dist/index.d.ts +1651 -1676
- package/dist/index.js +1195 -1534
- package/dist/index.mjs +1008 -1321
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serviceme/devtools-protocol",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Shared protocol contracts, runtime validators, and error models for SERVICEME tools.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"repository": {
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"registry": "https://registry.npmjs.org/"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@serviceme/devtools-shared": "2.0.
|
|
36
|
+
"@serviceme/devtools-shared": "2.0.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^24",
|
|
40
|
-
"
|
|
41
|
-
"typescript": "^
|
|
40
|
+
"tsdown": "^0.23.0",
|
|
41
|
+
"typescript": "^7.0.2"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
|
-
"watch": "
|
|
44
|
+
"watch": "tsdown --watch",
|
|
45
45
|
"lint": "biome check src test",
|
|
46
46
|
"format": "biome check --write src test",
|
|
47
|
-
"build": "
|
|
47
|
+
"build": "tsdown src/index.ts --format cjs,esm --dts",
|
|
48
48
|
"typecheck": "tsc --noEmit",
|
|
49
49
|
"test": "pnpm run build && node --test test/**/*.test.js",
|
|
50
50
|
"release:check": "pnpm run test && npm pack --dry-run",
|