aegis-auth-navchetna 1.0.0 → 1.0.2

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 +7 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ <<<<<<< HEAD
1
2
  # Aegis Auth - JavaScript SDK
2
3
 
3
4
  **Aegis Auth is a unified identity management system providing memory-safe Rust-based authentication. Consolidation of disparate identity providers into a single canonical source.**
@@ -370,7 +371,7 @@ aegis.login('user@example.com', 'password')
370
371
 
371
372
  - Documentation: [https://docs.aegis.com](https://docs.aegis.com)
372
373
  - Issues: [https://github.com/navchetna/aegis-auth-sdk/issues](https://github.com/navchetna/aegis-auth-sdk/issues)
373
- - Email: support@navchetna.com
374
+ - Email: hello@navchetna.tech
374
375
 
375
376
  ---
376
377
 
@@ -380,4 +381,8 @@ aegis.login('user@example.com', 'password')
380
381
 
381
382
  ## License
382
383
 
383
- MIT License - see LICENSE file for details.
384
+ MIT License - see LICENSE file for details.
385
+ =======
386
+ # aegis-auth-sdk
387
+ Aegis Auth is a unified identity management system providing memory-safe Rust-based authentication. Consolidation of disparate identity providers into a single canonical source.
388
+ >>>>>>> 746fc2c4376c26a198a776b3dbc55aa02e19befa
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.2",
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
  },