@monkvision/network 4.3.11 → 4.3.12

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.
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/network",
3
- "version": "4.3.10",
3
+ "version": "4.3.11",
4
4
  "license": "BSD-3-Clause-Clear",
5
5
  "packageManager": "yarn@3.2.4",
6
6
  "description": "MonkJs core package used to communicate with the API",
@@ -28,8 +28,8 @@
28
28
  "lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
29
29
  },
30
30
  "dependencies": {
31
- "@monkvision/common": "4.3.10",
32
- "@monkvision/sights": "4.3.10",
31
+ "@monkvision/common": "4.3.11",
32
+ "@monkvision/sights": "4.3.11",
33
33
  "jsonwebtoken": "^9.0.2",
34
34
  "jwt-decode": "^4.0.0",
35
35
  "ky": "^1.2.0",
@@ -42,12 +42,12 @@
42
42
  "react-router-dom": "^6.22.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@monkvision/eslint-config-base": "4.3.10",
46
- "@monkvision/eslint-config-typescript": "4.3.10",
47
- "@monkvision/jest-config": "4.3.10",
48
- "@monkvision/prettier-config": "4.3.10",
49
- "@monkvision/types": "4.3.10",
50
- "@monkvision/typescript-config": "4.3.10",
45
+ "@monkvision/eslint-config-base": "4.3.11",
46
+ "@monkvision/eslint-config-typescript": "4.3.11",
47
+ "@monkvision/jest-config": "4.3.11",
48
+ "@monkvision/prettier-config": "4.3.11",
49
+ "@monkvision/types": "4.3.11",
50
+ "@monkvision/typescript-config": "4.3.11",
51
51
  "@types/jest": "^29.2.2",
52
52
  "@types/jsonwebtoken": "^9.0.5",
53
53
  "@types/node": "^18.11.9",
@@ -8,6 +8,10 @@ export interface MonkJwtPayload extends JwtPayload {
8
8
  * The array of permissions that the user has.
9
9
  */
10
10
  permissions?: MonkApiPermission[];
11
+ /**
12
+ * The Auth0 Client ID of the application.
13
+ */
14
+ azp?: string;
11
15
  }
12
16
  /**
13
17
  * Decode the given Monk auth token and returns the MonkJwtPayload.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkvision/network",
3
- "version": "4.3.11",
3
+ "version": "4.3.12",
4
4
  "license": "BSD-3-Clause-Clear",
5
5
  "packageManager": "yarn@3.2.4",
6
6
  "description": "MonkJs core package used to communicate with the API",
@@ -28,8 +28,8 @@
28
28
  "lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
29
29
  },
30
30
  "dependencies": {
31
- "@monkvision/common": "4.3.11",
32
- "@monkvision/sights": "4.3.11",
31
+ "@monkvision/common": "4.3.12",
32
+ "@monkvision/sights": "4.3.12",
33
33
  "jsonwebtoken": "^9.0.2",
34
34
  "jwt-decode": "^4.0.0",
35
35
  "ky": "^1.2.0",
@@ -42,12 +42,12 @@
42
42
  "react-router-dom": "^6.22.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@monkvision/eslint-config-base": "4.3.11",
46
- "@monkvision/eslint-config-typescript": "4.3.11",
47
- "@monkvision/jest-config": "4.3.11",
48
- "@monkvision/prettier-config": "4.3.11",
49
- "@monkvision/types": "4.3.11",
50
- "@monkvision/typescript-config": "4.3.11",
45
+ "@monkvision/eslint-config-base": "4.3.12",
46
+ "@monkvision/eslint-config-typescript": "4.3.12",
47
+ "@monkvision/jest-config": "4.3.12",
48
+ "@monkvision/prettier-config": "4.3.12",
49
+ "@monkvision/types": "4.3.12",
50
+ "@monkvision/typescript-config": "4.3.12",
51
51
  "@types/jest": "^29.2.2",
52
52
  "@types/jsonwebtoken": "^9.0.5",
53
53
  "@types/node": "^18.11.9",
@@ -84,5 +84,5 @@
84
84
  "url": "https://github.com/monkvision/monkjs/issues"
85
85
  },
86
86
  "homepage": "https://github.com/monkvision/monkjs",
87
- "gitHead": "4d831f9a606fba471837296214ef748c03e7a2e9"
87
+ "gitHead": "1ce5f6ea776ae5bfd394223d81cf50f8681bf6c3"
88
88
  }