@inai-dev/astro 0.2.0 → 0.3.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.
- package/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -206,6 +206,10 @@ import type { AstroCookies, AstroAPIContext } from "@inai-dev/astro/api-routes";
|
|
|
206
206
|
import type { AuthObject, UserResource, OrganizationResource } from "@inai-dev/astro";
|
|
207
207
|
```
|
|
208
208
|
|
|
209
|
+
## Questions & Support
|
|
210
|
+
|
|
211
|
+
Visit [https://inai.dev](https://inai.dev) for documentation, guides, and support.
|
|
212
|
+
|
|
209
213
|
## License
|
|
210
214
|
|
|
211
215
|
[MIT](../../LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inai-dev/astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Astro integration for InAI Auth SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"prepublishOnly": "npm run build"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@inai-dev/types": "^1.
|
|
39
|
-
"@inai-dev/shared": "^1.
|
|
40
|
-
"@inai-dev/backend": "^1.
|
|
38
|
+
"@inai-dev/types": "^1.2.0",
|
|
39
|
+
"@inai-dev/shared": "^1.2.0",
|
|
40
|
+
"@inai-dev/backend": "^1.3.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"astro": ">=4.0.0"
|