@trustify-da/trustify-da-api-model 2.0.7 → 2.0.8-ea.8bbea61

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/README.md CHANGED
@@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t
20
20
  <dependency>
21
21
  <groupId>io.github.guacsec</groupId>
22
22
  <artifactId>trustify-da-api-model</artifactId>
23
- <version>2.0.7</version>
23
+ <version>2.0.8-SNAPSHOT</version>
24
24
  </dependency>
25
25
  ```
26
26
 
@@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t
29
29
  Add it to your project as follows:
30
30
 
31
31
  ```bash
32
- npm install @guacsec/trustify-da-api-model@2.0.7
32
+ npm install @guacsec/trustify-da-api-model@2.0.8-SNAPSHOT
33
33
  ```
@@ -1 +1 @@
1
- 03e8e4be5bd03a22bd963f0532368e03c111837e898102be421699f0bce49e28
1
+ 310ec34c4b1fbfbe93a2844b4599ec8f05201e3a4aca2ccc7657f81336f177c2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustify-da/trustify-da-api-model",
3
- "version": "2.0.7",
3
+ "version": "2.0.8-ea.8bbea61",
4
4
  "description": "Trustify :: Dependency Analytics :: API",
5
5
  "author": "Trustify Dependency Analytics Authors",
6
6
  "type": "commonjs",