@inai-dev/types 1.1.0 → 1.2.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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,6 +89,10 @@ import type {
89
89
  | `SignUpResult` | Result | Sign-up flow result |
90
90
  | `InAIAuthErrorBody` | Result | Error response body |
91
91
 
92
+ ## Questions & Support
93
+
94
+ Visit [https://inai.dev](https://inai.dev) for documentation, guides, and support.
95
+
92
96
  ## License
93
97
 
94
98
  [MIT](../../LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inai-dev/types",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "TypeScript types for the InAI Auth SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",