Skip to content

Commit

Permalink
Merge pull request 5642 from hotfix/v4.3.2 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Project Collection Build Service (51degrees) authored and Project Collection Build Service (51degrees) committed Aug 13, 2021
2 parents 3cad601 + e0519e4 commit f64faa3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/common-ci
4 changes: 2 additions & 2 deletions fiftyone.pipeline.cloudrequestengine/remote_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"jest": "^24.9.0"
},
"dependencies": {
"fiftyone.pipeline.core": "^4.3.1",
"fiftyone.pipeline.engines": "^4.3.1"
"fiftyone.pipeline.core": "^4.3.2",
"fiftyone.pipeline.engines": "^4.3.2"
},
"contributors": [
"Filip Hnízdo <filip@octophin.com> (https://octophindigital.com/)",
Expand Down
4 changes: 2 additions & 2 deletions fiftyone.pipeline.engines.fiftyone/remote_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"author": "51Degrees <support@51Degrees.com>",
"dependencies": {
"fiftyone.pipeline.core": "^4.3.1",
"fiftyone.pipeline.engines": "^4.3.1"
"fiftyone.pipeline.core": "^4.3.2",
"fiftyone.pipeline.engines": "^4.3.2"
},
"devDependencies": {
"eslint": "^6.8.0",
Expand Down
4 changes: 2 additions & 2 deletions fiftyone.pipeline.engines/errorMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ module.exports = {
cloudNoPropertiesAccess: ' This is because your resource key does not ' +
'include access to any properties under "%s". For more details, see our ' +
'resource key explainer: ' +
'https://51degrees.com/documentation/4.1/_info__resourcekeys.html',
'https://51degrees.com/documentation/_info__resource_keys.html',
cloudNoPropertyAccess: ' This is because your resource key does not ' +
'include access to this property. Properties that are included for this ' +
'key under "%s" are %s. For more details on resource keys, see our ' +
'explainer: ' +
'https://51degrees.com/documentation/4.1/_info__resourcekeys.html',
'https://51degrees.com/documentation/_info__resource_keys.html',
cloudReasonUnknown: ' The reason for this is unknown as the supplied ' +
'resource key does appear to allow access to this property.',
propertyExcluded: 'Property "%s" is not present in the results. This ' +
Expand Down
2 changes: 1 addition & 1 deletion fiftyone.pipeline.engines/remote_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"author": "51Degrees <support@51Degrees.com>",
"dependencies": {
"fiftyone.pipeline.core": "^4.3.1"
"fiftyone.pipeline.core": "^4.3.2"
},
"devDependencies": {
"eslint": "^6.8.0",
Expand Down

0 comments on commit f64faa3

Please sign in to comment.