@codefresh-io/authenticated-entity
Advanced tools
Comparing version 2.13.3 to 2.14.0
@@ -9,2 +9,3 @@ const _ = require('lodash'); | ||
const Agent = require('./Agent'); | ||
const ArgoRuntime = require('./ArgoRuntime'); | ||
const { setInternalRequestLogic } = require('./internalRequest'); | ||
@@ -59,2 +60,3 @@ | ||
Agent, | ||
ArgoRuntime, | ||
constructFromEncodedString, | ||
@@ -61,0 +63,0 @@ Types, |
@@ -8,4 +8,5 @@ const TYPES = { | ||
AGENT: 'agent', | ||
ARGO_RUNTIME: 'argo-runtime' | ||
}; | ||
module.exports = TYPES; |
{ | ||
"name": "@codefresh-io/authenticated-entity", | ||
"version": "2.13.3", | ||
"version": "2.14.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175586
25
1820