@itwin/access-control-client 3.1.0-beta.0 → 3.1.0-beta.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 (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log - @itwin/access-control-client
2
2
 
3
+ ## 3.1.0
4
+
5
+ - Adding iTwin jobs client
6
+ - Upgrading axios version to ^1.7.4
7
+
3
8
  ## 3.0.0
4
9
 
5
10
  - **Breaking** Adjusting add user & add owner schemas to include invitations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/access-control-client",
3
- "version": "3.1.0-beta.0",
3
+ "version": "3.1.0-beta.1",
4
4
  "description": "Access control client for the iTwin platform",
5
5
  "main": "lib/cjs/access-control-client.js",
6
6
  "module": "lib/esm/access-control-client.js",
@@ -19,7 +19,7 @@
19
19
  "pack": "npm pack"
20
20
  },
21
21
  "dependencies": {
22
- "axios": "~1.6.1"
22
+ "axios": "~1.7.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@itwin/build-tools": "^3.0.0",