@konker.dev/tiny-utils-fp 0.1.7 → 0.1.9
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/README.md +2 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,7 +4,6 @@ General utility functions for [Node.js](https://nodejs.org/) based on [Effect-TS
|
|
|
4
4
|
|
|
5
5
|
FIXME: test coverage for `src/stream/ChildProcessStreamPipe.ts`
|
|
6
6
|
|
|
7
|
-

|
|
8
8
|
[](https://www.npmjs.com/package/@konker.dev/tiny-utils-fp)
|
|
9
|
-
[](https://codecov.io/gh/konkerdotdev/tiny-utils-fp)
|
|
9
|
+
[](https://codecov.io/gh/konker/konker.dev?flags[0]=@konker.dev/tiny-utils-fp)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@konker.dev/tiny-utils-fp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Konrad Markus <mail@konker.dev>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"main": "dist/index.js",
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"effect": "^3.11.3",
|
|
50
|
-
"@konker.dev/tiny-error-fp": "0.1.
|
|
50
|
+
"@konker.dev/tiny-error-fp": "0.1.9"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
54
54
|
"@effect/language-service": "^0.1.0",
|
|
55
55
|
"@eslint/compat": "^1.2.4",
|
|
56
56
|
"@eslint/js": "^9.17.0",
|
|
57
|
-
"@konker.dev/common-config": "^0.1
|
|
57
|
+
"@konker.dev/common-config": "^0.2.1",
|
|
58
58
|
"@types/node": "^20.17.10",
|
|
59
59
|
"@vitest/coverage-istanbul": "^2.1.8",
|
|
60
60
|
"codecov": "^3.8.3",
|
|
@@ -91,6 +91,6 @@
|
|
|
91
91
|
"pre-push": "pnpm run lint-check && pnpm run typecheck",
|
|
92
92
|
"codecov": "npx --package=@konker.dev/common-config codecov-upload `pwd` '@konker.dev/tiny-utils-fp'",
|
|
93
93
|
"ci": "pnpm run lint-check && pnpm run typecheck && pnpm run type-coverage-check && pnpm run test && pnpm run build && pnpm run generated-exports-check && pnpm run exports-check && pnpm run fixme-check",
|
|
94
|
-
"cd": "pnpm run build &&
|
|
94
|
+
"cd": "pnpm run build && npx --package=@konker.dev/common-config npm-publish-if-version-not-exists `pwd`"
|
|
95
95
|
}
|
|
96
96
|
}
|