@graph-knowledge/api 0.1.0 → 0.1.1

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,15 +21,15 @@ import { GraphKnowledgeAPI } from "@graph-knowledge/api";
21
21
  ```typescript
22
22
  import { GraphKnowledgeAPI } from "@graph-knowledge/api";
23
23
 
24
- // Initialize with your Firebase config
24
+ // Initialize with Graph Knowledge production config
25
25
  const api = new GraphKnowledgeAPI({
26
26
  firebaseConfig: {
27
- apiKey: "your-api-key",
28
- authDomain: "your-project.firebaseapp.com",
29
- projectId: "your-project",
30
- storageBucket: "your-project.appspot.com",
31
- messagingSenderId: "123456789",
32
- appId: "1:123456789:web:abc123"
27
+ apiKey: "AIzaSyDucPTxS82x-rnChqCnfVAlG-RcBK0sXEE",
28
+ authDomain: "knowledgegraph-72939.firebaseapp.com",
29
+ projectId: "knowledgegraph-72939",
30
+ storageBucket: "knowledgegraph-72939.firebasestorage.app",
31
+ messagingSenderId: "51304440744",
32
+ appId: "1:51304440744:web:7859f2b285bb33afd0339d"
33
33
  }
34
34
  });
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graph-knowledge/api",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Headless Document API for Graph Knowledge - programmatic access to documents, nodes, and elements",
5
5
  "license": "MIT",
6
6
  "author": "Graph Knowledge Team",