@newgameplusinc/odyssey-sso 2.0.5 → 2.0.7

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 +0 -4
  2. package/package.json +22 -2
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- Sure! Here's a clean **Markdown documentation** for your Odyssey SSO SDK based on the code you provided. I organized it with usage examples, methods, parameters, and return types for clarity. You can paste this directly into your `.md` file.
2
-
3
- ---
4
-
5
1
  # Odyssey SSO SDK
6
2
 
7
3
  The **Odyssey SSO SDK** provides an easy way to integrate Single Sign-On (SSO) functionality, user profile management, and resource management (Cloths, Materials, Skulls) in your browser-based applications.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newgameplusinc/odyssey-sso",
3
- "version": "2.0.5",
4
- "description": "SDK for SSO Service.",
3
+ "version": "2.0.7",
4
+ "description": "Browser SDK for Odyssey SSO Service, handling authentication, user profile, and resource management.",
5
5
  "type": "module",
6
6
  "browser": true,
7
7
  "publishConfig": {
@@ -20,6 +20,26 @@
20
20
  "dist"
21
21
  ],
22
22
  "sideEffects": false,
23
+ "keywords": [
24
+ "sso",
25
+ "authentication",
26
+ "sdk",
27
+ "odyssey",
28
+ "browser",
29
+ "typescript",
30
+ "single-sign-on",
31
+ "user-profile"
32
+ ],
33
+ "author": "Ashik <ashik@odyssey.stream>",
34
+ "license": "MIT",
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "https://github.com/New-Game-Plus-Inc/odyssey-avatar-sso-sdk.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/New-Game-Plus-Inc/odyssey-avatar-sso-sdk.git/issues"
41
+ },
42
+ "homepage": "https://github.com/New-Game-Plus-Inc/odyssey-avatar-sso-sdk/blob/main/lib/%40newgameplusinc/odyssey-sso/README.md",
23
43
  "scripts": {
24
44
  "build": "rm -rf ./dist && tsc",
25
45
  "release": "npm run build && npm publish",