@hasna/mementos 0.14.80 → 0.14.82

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.
@@ -1 +1 @@
1
- {"version":3,"file":"openapi.d.ts","sourceRoot":"","sources":["../../src/server/openapi.ts"],"names":[],"mappings":"AAeA,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAsE7E"}
1
+ {"version":3,"file":"openapi.d.ts","sourceRoot":"","sources":["../../src/server/openapi.ts"],"names":[],"mappings":"AAeA,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CA+N7E"}
@@ -0,0 +1,8 @@
1
+ export declare const TEST_MEMENTOS_PROJECT_AUTHORITY_IDENTITY: {
2
+ readonly authority_id: "mementos";
3
+ readonly tenant_id: "default";
4
+ readonly corpus_id: "default";
5
+ };
6
+ export declare function projectAuthorityTestEnv(): Record<string, string>;
7
+ export declare function configureProjectAuthorityTestIdentity(): void;
8
+ //# sourceMappingURL=project-authority-identity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project-authority-identity.d.ts","sourceRoot":"","sources":["../../src/test-support/project-authority-identity.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wCAAwC;;;;CAI3C,CAAC;AAEX,wBAAgB,uBAAuB,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAShE;AAED,wBAAgB,qCAAqC,IAAI,IAAI,CAE5D"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/mementos",
3
- "version": "0.14.80",
3
+ "version": "0.14.82",
4
4
  "description": "Universal memory system for AI agents - CLI + MCP server + library API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -108,5 +108,5 @@
108
108
  "sigstore": "5.0.0",
109
109
  "typescript": "^5.7.3"
110
110
  },
111
- "gitHead": "a45d90c4a854aae12d57168ca31897213dbfca58"
111
+ "gitHead": "0fc7a149302a080b19b7d78ac587fa035f0d58c7"
112
112
  }