Skip to content

Commit

Permalink
Update Asset Compute generator dependencies (#162)
Browse files Browse the repository at this point in the history
- update aio-cli-plugin-asset-compute to version compatible with aio-cli v8
- update asset-compute-sdk to newest version
  • Loading branch information
jdelbick authored Aug 13, 2021
1 parent 053c81d commit ef105c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/add-action/asset-compute/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class AssetComputeGenerator extends ActionGenerator {
this.addAction(this.props.actionName, './_worker.js', {
tplContext: this.props,
dependencies: {
'@adobe/asset-compute-sdk': '^2.2.1'
'@adobe/asset-compute-sdk': '^2.11.1'
},
devDependencies: {
'@adobe/aio-cli-plugin-asset-compute': '^1.4.1'
'@adobe/aio-cli-plugin-asset-compute': '^2.0.0'
},
actionManifestConfig: {
limits: {
Expand Down

0 comments on commit ef105c2

Please sign in to comment.