@cspell/cspell-service-bus 6.27.0 → 6.29.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 +5 -8
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "6.
|
|
6
|
+
"version": "6.29.0",
|
|
7
7
|
"description": "A Library for connecting requests to services that can fulfill them.",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"cspell"
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"dist",
|
|
26
|
+
"!**/*.tsbuildInfo",
|
|
26
27
|
"!**/__mocks__",
|
|
27
28
|
"!**/*.spec.*",
|
|
28
29
|
"!**/*.test.*",
|
|
@@ -30,11 +31,11 @@
|
|
|
30
31
|
"!**/*.map"
|
|
31
32
|
],
|
|
32
33
|
"scripts": {
|
|
33
|
-
"build": "
|
|
34
|
+
"build": "tsc -b . && ts2mjs dist/esm",
|
|
34
35
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
35
36
|
"build:esm": "tsc -p tsconfig.esm.json && ts2mjs dist/esm",
|
|
36
37
|
"build:clean": "pnpm run clean && pnpm run build",
|
|
37
|
-
"watch": "tsc -
|
|
38
|
+
"watch": "tsc -b . -w",
|
|
38
39
|
"clean": "shx rm -rf dist coverage .tsbuildinfo",
|
|
39
40
|
"clean-build": "pnpm build:clean",
|
|
40
41
|
"coverage": "pnpm coverage:vitest && pnpm coverage:fix",
|
|
@@ -53,9 +54,5 @@
|
|
|
53
54
|
"engines": {
|
|
54
55
|
"node": ">=14"
|
|
55
56
|
},
|
|
56
|
-
"
|
|
57
|
-
"@types/node": "^18.14.1",
|
|
58
|
-
"vitest": "^0.28.5"
|
|
59
|
-
},
|
|
60
|
-
"gitHead": "b0e31c7ba91ba467d5fd9c66f238bb5d899f4833"
|
|
57
|
+
"gitHead": "2eabb1c47c12c2a42eb95d30329be6f544ee2ffc"
|
|
61
58
|
}
|