Comparing version 5.4.9 to 5.4.10
@@ -92,2 +92,3 @@ import { Flag } from './flag'; | ||
setCustomDateProperty(name: string, value: Date | ((context?: any) => Date)): void; | ||
setCustomSemverProperty(name: string, value: string | ((context?: any) => string)): void; | ||
fetch(): void; | ||
@@ -94,0 +95,0 @@ showOverrides(position?: RoxOverridesPosition): void; |
@@ -28,3 +28,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -134,2 +134,5 @@ if (y = 0, t) op = [op[0] & 2, t.value]; | ||
}; | ||
_RoxClient.prototype.setCustomSemverProperty = function (name, value) { | ||
utils_1.internalRox.setCustomSemverProperty(name, value); | ||
}; | ||
_RoxClient.prototype.fetch = function () { | ||
@@ -136,0 +139,0 @@ utils_1.internalRox.fetch(); |
@@ -172,2 +172,3 @@ import { Flag } from './flag'; | ||
setCustomDateProperty(name: string, value: Date | ((context?: any) => Date)): void; | ||
setCustomSemverProperty(name: string, value: string | ((context?: any) => string)): void; | ||
/** | ||
@@ -174,0 +175,0 @@ * Pulls the latest configuration and flag values down from the Rollout servers |
@@ -119,2 +119,5 @@ "use strict"; | ||
} | ||
setCustomSemverProperty(name, value) { | ||
utils_1.internalRox.setCustomSemverProperty(name, value); | ||
} | ||
/** | ||
@@ -121,0 +124,0 @@ * Pulls the latest configuration and flag values down from the Rollout servers |
{ | ||
"name": "rox-ssr", | ||
"version": "5.4.9", | ||
"version": "5.4.10", | ||
"description": "Rollout.io ROX JS SDK Client for SSR", | ||
@@ -46,4 +46,4 @@ "author": "Rollout.io <support@rollout.io>", | ||
"dependencies": { | ||
"rox-browser": "^5.4.9", | ||
"rox-node": "^5.4.9" | ||
"rox-browser": "^5.4.10", | ||
"rox-node": "^5.4.10" | ||
}, | ||
@@ -66,3 +66,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e1111ff25ada80f7d8c62eebfb8f35eb607fecd1" | ||
"gitHead": "dc80c58ba9b52809a3a2a6beeea7c744999aafb1" | ||
} |
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
62915
897
Updatedrox-browser@^5.4.10
Updatedrox-node@^5.4.10