flex-plugin-e2e-tests
Advanced tools
Comparing version 4.7.7-beta.0 to 4.8.0-beta.0
@@ -48,3 +48,3 @@ "use strict"; | ||
case 0: | ||
newline = "This is a dismissible demo component " + new Date(); | ||
newline = "This is a dismissible demo component " + Date.now(); | ||
return [4 /*yield*/, replace_in_file_1.replaceInFile({ | ||
@@ -51,0 +51,0 @@ files: utils_1.joinPath(params.plugin.dir, 'src', 'components', 'CustomTaskList', 'CustomTaskList.jsx'), |
@@ -52,4 +52,4 @@ "use strict"; | ||
case 0: | ||
params.plugin.newlineValue = "This is a dismissible demo component " + new Date(); | ||
params.plugin.changelog = "e2e test " + new Date(); | ||
params.plugin.newlineValue = "This is a dismissible demo component " + Date.now(); | ||
params.plugin.changelog = "e2e test " + Date.now(); | ||
return [4 /*yield*/, replace_in_file_1.replaceInFile({ | ||
@@ -56,0 +56,0 @@ files: utils_1.joinPath(params.plugin.dir, 'src', 'components', 'CustomTaskList', 'CustomTaskList.jsx'), |
@@ -72,10 +72,14 @@ "use strict"; | ||
var getLatestPluginVersion = function (name) { return __awaiter(void 0, void 0, void 0, function () { | ||
var e_1; | ||
return __generator(this, function (_a) { | ||
try { | ||
return [2 /*return*/, versionsClient.latest(name)]; | ||
switch (_a.label) { | ||
case 0: | ||
_a.trys.push([0, 2, , 3]); | ||
return [4 /*yield*/, versionsClient.latest(name)]; | ||
case 1: return [2 /*return*/, _a.sent()]; | ||
case 2: | ||
e_1 = _a.sent(); | ||
return [2 /*return*/, null]; | ||
case 3: return [2 /*return*/]; | ||
} | ||
catch (e) { | ||
return [2 /*return*/, null]; | ||
} | ||
return [2 /*return*/]; | ||
}); | ||
@@ -82,0 +86,0 @@ }); }; |
{ | ||
"name": "flex-plugin-e2e-tests", | ||
"version": "4.7.7-beta.0", | ||
"version": "4.8.0-beta.0", | ||
"description": "Flex Plugin E2E Tests framework", | ||
@@ -32,3 +32,2 @@ "keywords": [ | ||
"lint:fix": "npm run lint -- --fix", | ||
"prepublish": "npm run build", | ||
"start": "node dist", | ||
@@ -38,4 +37,4 @@ "test": "exit 0" | ||
"dependencies": { | ||
"flex-plugins-api-client": "4.7.7-beta.0", | ||
"flex-plugins-utils-logger": "4.7.7-beta.0", | ||
"flex-plugins-api-client": "4.8.0-beta.0", | ||
"flex-plugins-utils-logger": "4.8.0-beta.0", | ||
"lodash": "4.17.21", | ||
@@ -52,3 +51,3 @@ "replace-in-file": "^6.2.0", | ||
}, | ||
"gitHead": "7f72ceedd7b661db80123ef7bfc720c073b3ea09" | ||
"gitHead": "7753545c25564aba77263413d97da706d6d649e7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
82692
1140
+ Addedflex-plugin-utils-http@4.8.0-beta.0(transitive)
+ Addedflex-plugins-api-client@4.8.0-beta.0(transitive)
+ Addedflex-plugins-utils-env@4.8.0-beta.0(transitive)
+ Addedflex-plugins-utils-exception@4.8.0-beta.0(transitive)
+ Addedflex-plugins-utils-logger@4.8.0-beta.0(transitive)
- Removedflex-plugin-utils-http@4.7.7-beta.0(transitive)
- Removedflex-plugins-api-client@4.7.7-beta.0(transitive)
- Removedflex-plugins-utils-env@4.7.7-beta.0(transitive)
- Removedflex-plugins-utils-exception@4.7.7-beta.0(transitive)
- Removedflex-plugins-utils-logger@4.7.7-beta.0(transitive)