@datreeio/version-compare
Advanced tools
Comparing version 1.0.0 to 1.0.1
const program = require('commander') | ||
const request = require('request-promise-native') | ||
const BASE_URL = 'http://localhost:8000/v1/policy/codecomponents/versions/validate' | ||
const BASE_URL = 'http://gateway.datree.io/v1/policy/codecomponents/versions/validate' | ||
@@ -6,0 +6,0 @@ program |
{ | ||
"name": "@datreeio/version-compare", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "command line script that runs the datree version compare policy", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4052