@webpresso/agent-kit-session-memory-darwin-arm64 0.0.0 → 2.3.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webpresso/agent-kit-session-memory-darwin-arm64",
3
- "version": "0.0.0",
4
- "description": "Bootstrap placeholder for trusted publishing setup of the darwin-arm64 session-memory native addon for @webpresso/agent-kit. Do not install directly.",
3
+ "version": "2.3.0",
4
+ "description": "Prebuilt darwin-arm64 session-memory native addon for @webpresso/agent-kit",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "repository": {
@@ -18,7 +18,11 @@
18
18
  "registry": "https://registry.npmjs.org/",
19
19
  "access": "public"
20
20
  },
21
+ "main": "session_memory_napi.node",
22
+ "exports": {
23
+ "./session_memory_napi.node": "./session_memory_napi.node"
24
+ },
21
25
  "files": [
22
- "README.md"
26
+ "session_memory_napi.node"
23
27
  ]
24
28
  }
Binary file
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # @webpresso/agent-kit-session-memory-darwin-arm64
2
-
3
- Bootstrap placeholder package used only to create the npm package record before enabling trusted publishing. Real releases contain the prebuilt session_memory_napi.node addon.