@sf-ai/sdk 0.2.0 → 0.2.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.
- package/README.md +15 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
<p align="center" width="100%">
|
|
2
|
+
<img height="250" src="https://github.com/city-of-san-francisco/.github/blob/main/assets/logo.svg" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<p align="center" width="100%">
|
|
6
|
+
<a href="https://github.com/city-of-san-francisco/license"><img height="20" src="https://img.shields.io/badge/license-SF-blue.svg"/></a>
|
|
7
|
+
<a href="https://github.com/city-of-san-francisco/sf-rag-utils/actions/workflows/ci.yml"><img height="20" src="https://github.com/city-of-san-francisco/sf-rag-utils/actions/workflows/ci.yml/badge.svg" /></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/@sf-ai/sdk"><img height="20" src="https://img.shields.io/github/package-json/v/city-of-san-francisco/sf-rag-utils?filename=packages%2Fsf-sdk%2Fpackage.json"/></a>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center" width="100%">
|
|
12
|
+
<a href="https://github.com/city-of-san-francisco/sf-rag-utils">A pgpm workspace for building agentic, database-driven AI applications for the City of San Francisco.</a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
1
15
|
# @sf-ai/sdk
|
|
2
16
|
|
|
3
17
|
Type-safe SDK for the San Francisco database with GraphQL codegen.
|
|
@@ -122,4 +136,4 @@ The SDK is generated from the `rag` schema which includes:
|
|
|
122
136
|
|
|
123
137
|
## License
|
|
124
138
|
|
|
125
|
-
|
|
139
|
+
[SF License](https://github.com/city-of-san-francisco/license)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sf-ai/sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Type-safe SDK for the San Francisco database with GraphQL codegen",
|
|
5
5
|
"author": "City of San Francisco <opensource@sfgov.org>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@constructive-io/graphql-codegen": "^3.0.3",
|
|
44
44
|
"makage": "0.1.9"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "f5a03dc46fb9e1713148d1210e4cf2ceac16a7a7"
|
|
47
47
|
}
|