@forklaunch/common 0.5.1 → 0.5.3
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/lib/index.d.mts +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -266,8 +266,8 @@ declare function isTrue(value: true): true;
|
|
|
266
266
|
declare function hashString(str: string): number;
|
|
267
267
|
|
|
268
268
|
declare class InMemoryBlob extends Blob {
|
|
269
|
-
content:
|
|
270
|
-
constructor(content:
|
|
269
|
+
content: Buffer<ArrayBuffer>;
|
|
270
|
+
constructor(content: Buffer<ArrayBuffer>);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
/**
|
package/lib/index.d.ts
CHANGED
|
@@ -266,8 +266,8 @@ declare function isTrue(value: true): true;
|
|
|
266
266
|
declare function hashString(str: string): number;
|
|
267
267
|
|
|
268
268
|
declare class InMemoryBlob extends Blob {
|
|
269
|
-
content:
|
|
270
|
-
constructor(content:
|
|
269
|
+
content: Buffer<ArrayBuffer>;
|
|
270
|
+
constructor(content: Buffer<ArrayBuffer>);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
/**
|
package/lib/index.js
CHANGED
package/lib/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/common",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Common package for base types, interfaces, implementations.",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"lib/**"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@eslint/js": "^9.
|
|
31
|
+
"@eslint/js": "^9.34.0",
|
|
32
32
|
"@types/node": "^24.3.0",
|
|
33
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
33
|
+
"@typescript/native-preview": "7.0.0-dev.20250824.1",
|
|
34
34
|
"depcheck": "^1.4.7",
|
|
35
|
-
"eslint": "^9.
|
|
35
|
+
"eslint": "^9.34.0",
|
|
36
36
|
"globals": "^16.3.0",
|
|
37
37
|
"tsup": "^8.5.0",
|
|
38
38
|
"typedoc": "^0.28.10",
|