aegis-auth-navchetna 1.0.0 → 1.0.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aegis-auth-navchetna",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Aegis Auth is a unified identity management system providing memory-safe Rust-based authentication. Consolidation of disparate identity providers into a single canonical source.",
5
5
  "main": "aegis-sdk.js",
6
6
  "types": "aegis-sdk.d.ts",
@@ -33,12 +33,12 @@
33
33
  "license": "MIT",
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "git+https://github.com/navchetna/aegis-auth-sdk.git"
36
+ "url": "git+https://github.com/navchetnaofficialllp/aegis-auth-sdk.git"
37
37
  },
38
38
  "bugs": {
39
- "url": "https://github.com/navchetna/aegis-auth-sdk/issues"
39
+ "url": "https://github.com/navchetnaofficialllp/aegis-auth-sdk/issues"
40
40
  },
41
- "homepage": "https://github.com/navchetna/aegis-auth-sdk#readme",
41
+ "homepage": "https://github.com/navchetnaofficialllp/aegis-auth-sdk#readme",
42
42
  "devDependencies": {
43
43
  "terser": "^5.16.0"
44
44
  },