@awiki/im-core-node-linux-arm64-gnu 0.1.0

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/SOURCE.md ADDED
@@ -0,0 +1,9 @@
1
+ # Corresponding Source
2
+
3
+ Package: @awiki/im-core-node-linux-arm64-gnu@0.1.0
4
+ Target: linux-arm64-gnu
5
+ Repository: https://github.com/AgentConnect/awiki-cli-rs2
6
+ Commit: 28d9b9e4dcdab2daeb1112ba624528695acedd97
7
+ ANP commit: d3cc6a9571cec9b7d53dfbc5ef5612e56d1d5ea9
8
+
9
+ Build instructions: docs/node-sdk/awiki-im-core-node-artifacts.md
package/checksums.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "files": [
4
+ {
5
+ "path": "awiki-im-core-node.linux-arm64-gnu.node",
6
+ "sha256": "03fdbe583e9b2fdcf28b8475c543c8eb4b15a324af8b34c4aac0d2778ed91aac"
7
+ },
8
+ {
9
+ "path": "COMMERCIAL-LICENSING.md",
10
+ "sha256": "c52c6b16a68e3801154a5b628ec594bd521e0559f60acda7f187952fea87a30d"
11
+ },
12
+ {
13
+ "path": "LICENSE",
14
+ "sha256": "0d96a4ff68ad6d4b6f1f30f713b18d5184912ba8dd389f86aa7710db079abcb0"
15
+ },
16
+ {
17
+ "path": "NOTICE.md",
18
+ "sha256": "1538a6d3d7e1c8e440d91aaa4051b3334937106dfd8b1678d49fa92f92babe8f"
19
+ },
20
+ {
21
+ "path": "package.json",
22
+ "sha256": "e69da213dffc9509c4c1eadb8cbb54f9333f1886b84179f9ed2279a684b37977"
23
+ },
24
+ {
25
+ "path": "provenance.json",
26
+ "sha256": "7816145d9d3bd3bce27f609b6a8660e1e927eb5d39266f7f6186bdc34aeff90a"
27
+ },
28
+ {
29
+ "path": "README.md",
30
+ "sha256": "21cc5110b39d058cec632aa7ee51cd567751bfe63cbda20fdbd7bd8b83f8b367"
31
+ },
32
+ {
33
+ "path": "sbom.cdx.json",
34
+ "sha256": "04a17a310648e2208c8cc0eaf8ed66b6e6e43956af36c80de5089705803d5d69"
35
+ },
36
+ {
37
+ "path": "SOURCE.md",
38
+ "sha256": "9d82b68910044abb7ef9584e22aad540f28bf8a0ad1c3040275233a940c40a8d"
39
+ }
40
+ ]
41
+ }
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@awiki/im-core-node-linux-arm64-gnu",
3
+ "version": "0.1.0",
4
+ "description": "Linux arm64 glibc native addon for @awiki/im-core-node",
5
+ "type": "commonjs",
6
+ "license": "AGPL-3.0-only",
7
+ "os": [
8
+ "linux"
9
+ ],
10
+ "cpu": [
11
+ "arm64"
12
+ ],
13
+ "libc": [
14
+ "glibc"
15
+ ],
16
+ "engines": {
17
+ "node": "^22.19.0 || >=24.0.0"
18
+ },
19
+ "main": "./awiki-im-core-node.linux-arm64-gnu.node",
20
+ "files": [
21
+ "awiki-im-core-node.linux-arm64-gnu.node",
22
+ "README.md",
23
+ "LICENSE",
24
+ "COMMERCIAL-LICENSING.md",
25
+ "NOTICE.md",
26
+ "SOURCE.md",
27
+ "checksums.json",
28
+ "provenance.json",
29
+ "sbom.cdx.json"
30
+ ]
31
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "package": {
4
+ "name": "@awiki/im-core-node-linux-arm64-gnu",
5
+ "version": "0.1.0"
6
+ },
7
+ "target": "linux-arm64-gnu",
8
+ "nativeApiVersion": 1,
9
+ "source": {
10
+ "repository": "https://github.com/AgentConnect/awiki-cli-rs2",
11
+ "commit": "28d9b9e4dcdab2daeb1112ba624528695acedd97",
12
+ "committedAt": "2026-08-15T20:55:20+08:00",
13
+ "dirty": false
14
+ },
15
+ "sdk": {
16
+ "imCoreVersion": "0.1.0",
17
+ "nativeBridgeVersion": "0.1.0",
18
+ "anpRustVersion": "0.9.3",
19
+ "anpCommit": "d3cc6a9571cec9b7d53dfbc5ef5612e56d1d5ea9"
20
+ },
21
+ "toolchain": {
22
+ "rustc": "rustc 1.88.0 (6b00bc388 2025-06-23)",
23
+ "node": "v22.19.0",
24
+ "pnpm": "10.27.0"
25
+ },
26
+ "binarySha256": "03fdbe583e9b2fdcf28b8475c543c8eb4b15a324af8b34c4aac0d2778ed91aac",
27
+ "distributionPolicy": "agpl-3.0-only-approved-test-channel"
28
+ }