@inai-dev/shared 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 +2 -2
package/README.md CHANGED
@@ -87,6 +87,10 @@ import { normalizeApiUrl, buildEndpoint } from "@inai-dev/shared";
87
87
  | `DEFAULT_API_URL` | Constant | Default API URL (internal) |
88
88
  | `HEADER_PUBLISHABLE_KEY` | Constant | Publishable key header name |
89
89
 
90
+ ## Questions & Support
91
+
92
+ Visit [https://inai.dev](https://inai.dev) for documentation, guides, and support.
93
+
90
94
  ## License
91
95
 
92
96
  [MIT](../../LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inai-dev/shared",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Shared utilities for the InAI Auth SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "prepublishOnly": "npm run build"
25
25
  },
26
26
  "dependencies": {
27
- "@inai-dev/types": "^1.1.0"
27
+ "@inai-dev/types": "^1.2.0"
28
28
  },
29
29
  "sideEffects": false,
30
30
  "publishConfig": {