@awiki/im-core-node 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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAmLA,4DAA4D;AAC5D,MAAM,OAAO,eAAgB,SAAQ,KAAK;IAItB;IACA;IACA;IALF,IAAI,GAAG,iBAAiB,CAAA;IAExC,YACkB,IAAY,EACZ,WAAmB,EACnB,SAAkB;QAElC,KAAK,CAAC,WAAW,CAAC,CAAA;QAJF,SAAI,GAAJ,IAAI,CAAQ;QACZ,gBAAW,GAAX,WAAW,CAAQ;QACnB,cAAS,GAAT,SAAS,CAAS;IAGpC,CAAC;CACF"}
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "@awiki/im-core-node",
3
+ "version": "0.1.0",
4
+ "description": "Promise-based Node.js facade for the Awiki Rust IM SDK",
5
+ "license": "AGPL-3.0-only",
6
+ "type": "module",
7
+ "engines": {
8
+ "node": "^22.19.0 || >=24.0.0"
9
+ },
10
+ "main": "./dist/index.js",
11
+ "types": "./dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "import": "./dist/index.js"
16
+ }
17
+ },
18
+ "files": [
19
+ "dist",
20
+ "README.md",
21
+ "LICENSE",
22
+ "COMMERCIAL-LICENSING.md",
23
+ "NOTICE.md",
24
+ "SOURCE.md",
25
+ "checksums.json",
26
+ "provenance.json",
27
+ "sbom.cdx.json"
28
+ ],
29
+ "scripts": {
30
+ "build": "node scripts/build-native.mjs && tsc -p tsconfig.json",
31
+ "build:typescript": "tsc -p tsconfig.json",
32
+ "typecheck": "tsc -p tsconfig.typecheck.json",
33
+ "test": "node --test test/*.test.mjs"
34
+ },
35
+ "optionalDependencies": {
36
+ "@awiki/im-core-node-darwin-arm64": "0.1.0",
37
+ "@awiki/im-core-node-darwin-x64": "0.1.0",
38
+ "@awiki/im-core-node-linux-arm64-gnu": "0.1.0",
39
+ "@awiki/im-core-node-linux-x64-gnu": "0.1.0",
40
+ "@awiki/im-core-node-win32-x64-msvc": "0.1.0"
41
+ },
42
+ "devDependencies": {
43
+ "@types/node": "^22.18.0",
44
+ "typescript": "^5.9.2"
45
+ }
46
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "package": {
4
+ "name": "@awiki/im-core-node",
5
+ "version": "0.1.0"
6
+ },
7
+ "target": "platform-independent-wrapper",
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
+ "distributionPolicy": "agpl-3.0-only-approved-test-channel"
27
+ }