@trustify-da/trustify-da-api-model 2.0.1-rc.164 → 2.0.1-rc.166
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trustify-da/trustify-da-api-model",
|
|
3
|
-
"version": "2.0.1-rc.
|
|
3
|
+
"version": "2.0.1-rc.166",
|
|
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": "npm
|
|
27
|
+
"publish": "npm publish --tag rc --access public --provenance"
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"analysis",
|