@coscine/api-client 2.8.0 → 2.8.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,4 +19,4 @@ Furthermore, some setup is done, to deliver an easy API connection for our Cosci
19
19
  ## Links
20
20
 
21
21
  Bundles the output of [CodeGen](https://git.rwth-aachen.de/coscine/backend/scripts/codegen).
22
-
22
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "This project contains the generated api connection classes.",
5
5
  "keywords": [
6
6
  "coscine",
@@ -122,5 +122,5 @@
122
122
  "dependencies": {
123
123
  "axios": "^0.21.1"
124
124
  },
125
- "packageManager": "yarn@3.2.4"
125
+ "packageManager": "yarn@3.3.0"
126
126
  }