@versini/auth-common 4.1.2 → 4.1.3

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/dist/index.js +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
- @versini/auth-common v4.1.2
2
+ @versini/auth-common v4.1.3
3
3
  © 2024 gizmette.com
4
4
  */
5
5
  try {
6
6
  window.__VERSINI_AUTH_COMMON__ || (window.__VERSINI_AUTH_COMMON__ = {
7
- version: "4.1.2",
8
- buildTime: "09/19/2024 02:34 PM EDT",
7
+ version: "4.1.3",
8
+ buildTime: "09/30/2024 01:36 PM EDT",
9
9
  homepage: "https://github.com/aversini/auth-client",
10
10
  license: "MIT"
11
11
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/auth-common",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,8 +33,8 @@
33
33
  "test:coverage": "vitest run --coverage"
34
34
  },
35
35
  "dependencies": {
36
- "jose": "5.9.2",
36
+ "jose": "5.9.3",
37
37
  "uuid": "10.0.0"
38
38
  },
39
- "gitHead": "9ed19e1974850fb97bbd510a24b85fc2b46b8383"
39
+ "gitHead": "40dc7c7a47965743b8f2a7e7e8d1c4c39736bdfd"
40
40
  }