@trustify-da/trustify-da-api-model 2.0.3-rc.174 → 2.0.4-ea.b303022
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 +2 -2
- package/package.json +2 -2
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.
|
|
23
|
+
<version>2.0.4-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.
|
|
32
|
+
npm install @guacsec/trustify-da-api-model@2.0.4-SNAPSHOT
|
|
33
33
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustify-da/trustify-da-api-model",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4-ea.b303022",
|
|
4
4
|
"description": "Trustify :: Dependency Analytics :: API",
|
|
5
5
|
"author": "Trustify Dependency Analytics Authors",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"precompile": "rm -rf dist && npm run lint",
|
|
25
25
|
"compile": "tsc -p tsconfig.json",
|
|
26
26
|
"fix-types": "node fix-types.js",
|
|
27
|
-
"publish-package": "npm publish --
|
|
27
|
+
"publish-package": "npm publish --access public --provenance"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"analysis",
|