@konker.dev/tiny-utils-fp 0.1.7 → 0.1.10
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/dist/array.d.ts +1 -1
- package/dist/array.d.ts.map +1 -1
- package/dist/array.js.map +1 -1
- package/dist/hash.d.ts.map +1 -1
- package/package.json +17 -18
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/dist/array.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare function stringToUint8Array(s: string | Buffer): Uint8Array;
|
|
2
|
-
export declare function arrayBufferToString(a: ArrayBuffer): string;
|
|
2
|
+
export declare function arrayBufferToString(a: ArrayBuffer | NodeJS.ArrayBufferView): string;
|
|
3
3
|
//# sourceMappingURL=array.d.ts.map
|
package/dist/array.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array.d.ts","sourceRoot":"","sources":["../src/array.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAEjE;AAED,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"array.d.ts","sourceRoot":"","sources":["../src/array.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAEjE;AAED,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC,eAAe,GAAG,MAAM,CAEnF"}
|
package/dist/array.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"array.js","sourceRoot":"","sources":["../src/array.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,kBAAkB,CAAC,CAAkB;IACnD,OAAO,IAAI,WAAW,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,
|
|
1
|
+
{"version":3,"file":"array.js","sourceRoot":"","sources":["../src/array.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,kBAAkB,CAAC,CAAkB;IACnD,OAAO,IAAI,WAAW,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,CAAuC;IACzE,OAAO,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AAC5C,CAAC"}
|
package/dist/hash.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hash.d.ts","sourceRoot":"","sources":["../src/hash.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"hash.d.ts","sourceRoot":"","sources":["../src/hash.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,eAAO,MAAM,MAAM,GAAI,GAAG,MAAM,KAAG,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAI1D,CAAC;AAEL,eAAO,MAAM,SAAS,GAAI,GAAG,MAAM,KAAG,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAI7D,CAAC;AAEL,eAAO,MAAM,aAAa,GAAI,GAAG,MAAM,EAAE,QAAQ,MAAM,KAAG,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAIjF,CAAC"}
|
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.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Konrad Markus <mail@konker.dev>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -46,31 +46,30 @@
|
|
|
46
46
|
],
|
|
47
47
|
"main": "dist/index.js",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"effect": "^3.
|
|
50
|
-
"@konker.dev/tiny-error-fp": "0.1.
|
|
49
|
+
"effect": "^3.17.7",
|
|
50
|
+
"@konker.dev/tiny-error-fp": "0.1.10"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
53
|
+
"@arethetypeswrong/cli": "^0.17.4",
|
|
54
54
|
"@effect/language-service": "^0.1.0",
|
|
55
|
-
"@eslint/compat": "^1.2
|
|
56
|
-
"@eslint/js": "^9.
|
|
57
|
-
"@konker.dev/common-config": "
|
|
58
|
-
"@types/node": "^
|
|
59
|
-
"@vitest/coverage-istanbul": "^2.
|
|
60
|
-
"
|
|
61
|
-
"eslint": "^9.17.0",
|
|
55
|
+
"@eslint/compat": "^1.3.2",
|
|
56
|
+
"@eslint/js": "^9.33.0",
|
|
57
|
+
"@konker.dev/common-config": "0.2.4",
|
|
58
|
+
"@types/node": "^24.2.1",
|
|
59
|
+
"@vitest/coverage-istanbul": "^3.2.4",
|
|
60
|
+
"eslint": "^9.33.0",
|
|
62
61
|
"eslint-plugin-fp": "^2.3.0",
|
|
63
|
-
"eslint-plugin-prettier": "^5.
|
|
62
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
64
63
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
65
64
|
"eslint-plugin-sort-destructure-keys": "^1.6.0",
|
|
66
65
|
"leasot": "^13.3.0",
|
|
67
66
|
"madge": "^6.1.0",
|
|
68
|
-
"prettier": "^3.
|
|
69
|
-
"tsx": "^4.
|
|
67
|
+
"prettier": "^3.6.2",
|
|
68
|
+
"tsx": "^4.20.3",
|
|
70
69
|
"type-coverage": "^2.29.7",
|
|
71
|
-
"typescript": "^5.
|
|
72
|
-
"typescript-eslint": "^8.
|
|
73
|
-
"vitest": "^2.
|
|
70
|
+
"typescript": "^5.9.2",
|
|
71
|
+
"typescript-eslint": "^8.39.0",
|
|
72
|
+
"vitest": "^3.2.4"
|
|
74
73
|
},
|
|
75
74
|
"scripts": {
|
|
76
75
|
"test": "vitest run --coverage",
|
|
@@ -91,6 +90,6 @@
|
|
|
91
90
|
"pre-push": "pnpm run lint-check && pnpm run typecheck",
|
|
92
91
|
"codecov": "npx --package=@konker.dev/common-config codecov-upload `pwd` '@konker.dev/tiny-utils-fp'",
|
|
93
92
|
"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 &&
|
|
93
|
+
"cd": "pnpm run build && npx --package=@konker.dev/common-config npm-publish-if-version-not-exists `pwd`"
|
|
95
94
|
}
|
|
96
95
|
}
|