@authrim/sveltekit 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 +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -515,17 +515,13 @@ import { createAuthStores } from '@authrim/sveltekit/stores';
515
515
  - **CSRF Protection**: State parameter validation for OAuth flows
516
516
  - **HttpOnly Cookies**: Server-side session cookies are HttpOnly by default
517
517
 
518
- ## Contributing
519
-
520
- Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.
521
-
522
518
  ## License
523
519
 
524
520
  [Apache-2.0](LICENSE)
525
521
 
526
522
  ## Links
527
523
 
528
- - [Documentation](https://docs.authrim.com)
524
+ - [Documentation](https://authrim.com/sdk/sveltekit/)
529
525
  - [GitHub](https://github.com/authrim/js-sveltekit)
530
526
  - [npm](https://www.npmjs.com/package/@authrim/sveltekit)
531
527
  - [Authrim](https://authrim.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authrim/sveltekit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "SvelteKit SDK for Authrim authentication",
5
5
  "type": "module",
6
6
  "svelte": "./dist/index.js",