@takeshape/streams 9.89.3 → 9.90.6
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/streams",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.90.6",
|
|
4
4
|
"description": "Stream helpers",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/bluebird": "^3.5.32",
|
|
28
28
|
"@types/pump": "^1.1.0",
|
|
29
29
|
"@types/through2": "^2.0.36",
|
|
30
|
-
"@takeshape/typescript-jest-junit-reporter": "9.
|
|
30
|
+
"@takeshape/typescript-jest-junit-reporter": "9.90.6"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">=16"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"build:js": "cross-env BABEL_MODULES=commonjs babel src --out-dir dist --extensions \".js,.ts\" --ignore '**/__tests__'",
|
|
42
42
|
"build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
|
|
43
43
|
"build:types:ci": "mkdir -p \"${GITHUB_WORKSPACE}/typecheck-results/${npm_package_name#*\\/}\" && tsc --emitDeclarationOnly --project tsconfig.build.json --pretty false | typescript-jest-junit-reporter | tee \"${GITHUB_WORKSPACE}/typecheck-results/${npm_package_name#*\\/}/typescript-results.xml\"",
|
|
44
|
-
"clean": "
|
|
44
|
+
"clean": "del-cli build dist es *.tsbuildinfo",
|
|
45
45
|
"lint": "eslint . --ext .js,.ts,.json",
|
|
46
46
|
"lint:ci": "pnpm lint --quiet --format json -o \"${GITHUB_WORKSPACE}/test-results/${npm_package_name#*\\/}/eslint-results.json\"",
|
|
47
47
|
"test": "jest",
|