@vulfram/transport-bun 0.22.2-alpha → 0.22.4-alpha
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 → dist}/linux-arm64/manifest.json +2 -2
- package/{lib → dist}/linux-arm64/vulfram_core.so +0 -0
- package/dist/linux-arm64/vulfram_core.so.sha256 +1 -0
- package/{lib → dist}/linux-x64/manifest.json +2 -2
- package/{lib → dist}/linux-x64/vulfram_core.so +0 -0
- package/dist/linux-x64/vulfram_core.so.sha256 +1 -0
- package/{lib → dist}/macos-arm64/manifest.json +2 -2
- package/{lib → dist}/macos-arm64/vulfram_core.dylib +0 -0
- package/dist/macos-arm64/vulfram_core.dylib.sha256 +1 -0
- package/{lib → dist}/macos-x64/manifest.json +2 -2
- package/{lib → dist}/macos-x64/vulfram_core.dylib +0 -0
- package/dist/macos-x64/vulfram_core.dylib.sha256 +1 -0
- package/{lib → dist}/windows-arm64/manifest.json +2 -2
- package/{lib → dist}/windows-arm64/vulfram_core.dll +0 -0
- package/dist/windows-arm64/vulfram_core.dll.sha256 +1 -0
- package/{lib → dist}/windows-x64/manifest.json +2 -2
- package/{lib → dist}/windows-x64/vulfram_core.dll +0 -0
- package/dist/windows-x64/vulfram_core.dll.sha256 +1 -0
- package/package.json +6 -1
- package/src/bind/ffi-loader.ts +8 -8
- package/lib/.gitkeep +0 -0
- package/lib/linux-arm64/vulfram_core.so.sha256 +0 -1
- package/lib/linux-x64/vulfram_core.so.sha256 +0 -1
- package/lib/macos-arm64/vulfram_core.dylib.sha256 +0 -1
- package/lib/macos-x64/vulfram_core.dylib.sha256 +0 -1
- package/lib/windows-arm64/vulfram_core.dll.sha256 +0 -1
- package/lib/windows-x64/vulfram_core.dll.sha256 +0 -1
- package/tsconfig.json +0 -29
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"channel": "alpha",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4-alpha",
|
|
4
4
|
"binding": "ffi",
|
|
5
5
|
"platform": "linux-arm64",
|
|
6
6
|
"rust_target": "aarch64-unknown-linux-gnu",
|
|
7
7
|
"artifact": "vulfram_core.so",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "6e36da4a8a869d2512075aaf39ab2bc6dcfc0c4e7da44ec286de32905134fe5a"
|
|
9
9
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6e36da4a8a869d2512075aaf39ab2bc6dcfc0c4e7da44ec286de32905134fe5a
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"channel": "alpha",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4-alpha",
|
|
4
4
|
"binding": "ffi",
|
|
5
5
|
"platform": "linux-x64",
|
|
6
6
|
"rust_target": "x86_64-unknown-linux-gnu",
|
|
7
7
|
"artifact": "vulfram_core.so",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "1457b5e6798478f1d32e6976623357659978a57822491c54850149357812e6c9"
|
|
9
9
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1457b5e6798478f1d32e6976623357659978a57822491c54850149357812e6c9
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"channel": "alpha",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4-alpha",
|
|
4
4
|
"binding": "ffi",
|
|
5
5
|
"platform": "macos-arm64",
|
|
6
6
|
"rust_target": "aarch64-apple-darwin",
|
|
7
7
|
"artifact": "vulfram_core.dylib",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "176bcefb0a5085d62851ccedd5c2385a6360540b4332267c55a1472b2c73fcca"
|
|
9
9
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
176bcefb0a5085d62851ccedd5c2385a6360540b4332267c55a1472b2c73fcca
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"channel": "alpha",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4-alpha",
|
|
4
4
|
"binding": "ffi",
|
|
5
5
|
"platform": "macos-x64",
|
|
6
6
|
"rust_target": "x86_64-apple-darwin",
|
|
7
7
|
"artifact": "vulfram_core.dylib",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "4f8963cd5a6cacc9ca1b55249afbe82ccd405c086a57747f7b4732115982a39a"
|
|
9
9
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4f8963cd5a6cacc9ca1b55249afbe82ccd405c086a57747f7b4732115982a39a
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"channel": "alpha",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4-alpha",
|
|
4
4
|
"binding": "ffi",
|
|
5
5
|
"platform": "windows-arm64",
|
|
6
6
|
"rust_target": "aarch64-pc-windows-msvc",
|
|
7
7
|
"artifact": "vulfram_core.dll",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "e6f6236e7dc9474d6f4921575ca2c2247339f93efc0ac1c718651d494d953422"
|
|
9
9
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e6f6236e7dc9474d6f4921575ca2c2247339f93efc0ac1c718651d494d953422
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"channel": "alpha",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4-alpha",
|
|
4
4
|
"binding": "ffi",
|
|
5
5
|
"platform": "windows-x64",
|
|
6
6
|
"rust_target": "x86_64-pc-windows-msvc",
|
|
7
7
|
"artifact": "vulfram_core.dll",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "c7b63f0cde494a47c66691f2afcfe771421e4a0434d95a91560a86849edee029"
|
|
9
9
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c7b63f0cde494a47c66691f2afcfe771421e4a0434d95a91560a86849edee029
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vulfram/transport-bun",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4-alpha",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,6 +11,11 @@
|
|
|
11
11
|
"main": "src/index.ts",
|
|
12
12
|
"types": "src/index.ts",
|
|
13
13
|
"type": "module",
|
|
14
|
+
"files": [
|
|
15
|
+
"src",
|
|
16
|
+
"dist",
|
|
17
|
+
"README.md"
|
|
18
|
+
],
|
|
14
19
|
"publishConfig": {
|
|
15
20
|
"access": "public"
|
|
16
21
|
},
|
package/src/bind/ffi-loader.ts
CHANGED
|
@@ -12,36 +12,36 @@ const loaders: PlatformLoaderMap<{ default: string }> = {
|
|
|
12
12
|
darwin: {
|
|
13
13
|
arm64: () =>
|
|
14
14
|
// @ts-expect-error
|
|
15
|
-
import('../../
|
|
15
|
+
import('../../dist/macos-arm64/vulfram_core.dylib', {
|
|
16
16
|
with: { type: 'file' }
|
|
17
17
|
}),
|
|
18
18
|
x64: () =>
|
|
19
19
|
// @ts-expect-error
|
|
20
|
-
import('../../
|
|
20
|
+
import('../../dist/macos-x64/vulfram_core.dylib', {
|
|
21
21
|
with: { type: 'file' }
|
|
22
22
|
})
|
|
23
23
|
},
|
|
24
24
|
linux: {
|
|
25
25
|
arm64: () =>
|
|
26
26
|
// @ts-expect-error
|
|
27
|
-
import('../../
|
|
27
|
+
import('../../dist/linux-arm64/vulfram_core.so', {
|
|
28
28
|
with: { type: 'file' }
|
|
29
29
|
}),
|
|
30
30
|
x64: () =>
|
|
31
31
|
// @ts-expect-error
|
|
32
|
-
import('../../
|
|
32
|
+
import('../../dist/linux-x64/vulfram_core.so', {
|
|
33
33
|
with: { type: 'file' }
|
|
34
34
|
})
|
|
35
35
|
},
|
|
36
36
|
win32: {
|
|
37
37
|
arm64: () =>
|
|
38
38
|
// @ts-expect-error
|
|
39
|
-
import('../../
|
|
39
|
+
import('../../dist/windows-arm64/vulfram_core.dll', {
|
|
40
40
|
with: { type: 'file' }
|
|
41
41
|
}),
|
|
42
42
|
x64: () =>
|
|
43
43
|
// @ts-expect-error
|
|
44
|
-
import('../../
|
|
44
|
+
import('../../dist/windows-x64/vulfram_core.dll', {
|
|
45
45
|
with: { type: 'file' }
|
|
46
46
|
})
|
|
47
47
|
}
|
|
@@ -51,9 +51,9 @@ function getExpectedLocalArtifact(): string {
|
|
|
51
51
|
try {
|
|
52
52
|
const platform = resolveNativePlatform();
|
|
53
53
|
const filename = getArtifactFileName('ffi', platform);
|
|
54
|
-
return `../../
|
|
54
|
+
return `../../dist/${platform}/${filename}`;
|
|
55
55
|
} catch {
|
|
56
|
-
return '../../
|
|
56
|
+
return '../../dist/<platform>/vulfram_core.<dll|dylib|so>';
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
package/lib/.gitkeep
DELETED
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fa06030c8783659d1e42867c8e4ddf462de3ff1c7fc23473c44fd69210ab5795
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f6b49b796a339f0adaacdf3fbcf49034c71d2fe8b6375d108d60cb878a68a58e
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3f2ccac89489e068f0bab97b2405fa2ffe81bf8b4e900d0dd8a15017d940c137
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
29f098c9f56eab12e90c1f4454d2828976b81314070369c8233f7a70035f7dfd
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2aaf52c0140ede23541b4b67272250ded61d1809da7b8dbd19ef219dad4e3eec
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
6bb74f295db711360f20651dee48ee6eb01ede71be34fc82d3aa21ae34336f8e
|
package/tsconfig.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
// Environment setup & latest features
|
|
4
|
-
"lib": ["ESNext"],
|
|
5
|
-
"target": "ESNext",
|
|
6
|
-
"module": "Preserve",
|
|
7
|
-
"moduleDetection": "force",
|
|
8
|
-
"jsx": "react-jsx",
|
|
9
|
-
"allowJs": true,
|
|
10
|
-
|
|
11
|
-
// Bundler mode
|
|
12
|
-
"moduleResolution": "bundler",
|
|
13
|
-
"allowImportingTsExtensions": true,
|
|
14
|
-
"verbatimModuleSyntax": true,
|
|
15
|
-
"noEmit": true,
|
|
16
|
-
|
|
17
|
-
// Best practices
|
|
18
|
-
"strict": true,
|
|
19
|
-
"skipLibCheck": true,
|
|
20
|
-
"noFallthroughCasesInSwitch": true,
|
|
21
|
-
"noUncheckedIndexedAccess": true,
|
|
22
|
-
"noImplicitOverride": true,
|
|
23
|
-
|
|
24
|
-
// Some stricter flags (disabled by default)
|
|
25
|
-
"noUnusedLocals": false,
|
|
26
|
-
"noUnusedParameters": false,
|
|
27
|
-
"noPropertyAccessFromIndexSignature": false
|
|
28
|
-
}
|
|
29
|
-
}
|