@webpresso/agent-kit-session-memory-darwin-arm64 0.0.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +24 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
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.
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
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.",
5
+ "license": "MIT",
6
+ "type": "commonjs",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/webpresso/agent-kit"
10
+ },
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "publishConfig": {
18
+ "registry": "https://registry.npmjs.org/",
19
+ "access": "public"
20
+ },
21
+ "files": [
22
+ "README.md"
23
+ ]
24
+ }