@aacigroup/aaci_shared 2.9.3 → 2.10.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,7 +58,6 @@ https://yoursite.com?internal=true // Marks as internal
58
58
  https://yoursite.com?internal=0 // Marks as external
59
59
  https://yoursite.com?internal=false // Marks as external
60
60
  ```
61
-
62
61
  Setting persists across page visits until browser storage is cleared.
63
62
 
64
63
  ### Component Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aacigroup/aaci_shared",
3
- "version": "2.9.3",
3
+ "version": "2.10.0",
4
4
  "description": "Shared tracking utilities for AACI Group projects with React Context support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",