@agravity/private 8.4.0 → 8.4.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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- ## @agravity/private@8.4.0
1
+ ## @agravity/private@8.4.1
2
2
 
3
- The version of the OpenAPI document: 8.4.0
3
+ The version of the OpenAPI document: 8.4.1
4
4
 
5
5
  ### Building
6
6
 
@@ -21,7 +21,7 @@ Navigate to the folder of your consuming project and run one of next commands.
21
21
  _published:_
22
22
 
23
23
  ```
24
- npm install @agravity/private@8.4.0 --save
24
+ npm install @agravity/private@8.4.1 --save
25
25
  ```
26
26
 
27
27
  _without publishing (not recommended):_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agravity/private",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "description": "The Agravity GlobalDAM API which allowes authenticated user to access the Agravity GlobalDAM Backend",
5
5
  "author": "Philipp Losbichler",
6
6
  "repository": {