Skip to content

Commit

Permalink
Update akashjs patch (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x authored Sep 6, 2023
1 parent f688ad2 commit 085d660
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion deploy-web/patches/@akashnetwork+akashjs+0.4.15.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/@akashnetwork/akashjs/build/sdl/index.js b/node_modules/@akashnetwork/akashjs/build/sdl/index.js
index 04d54f2..f0ea88e 100644
index 04d54f2..4de9657 100644
--- a/node_modules/@akashnetwork/akashjs/build/sdl/index.js
+++ b/node_modules/@akashnetwork/akashjs/build/sdl/index.js
@@ -328,7 +328,17 @@ class SDL {
Expand All @@ -21,3 +21,29 @@ index 04d54f2..f0ea88e 100644
}
v2ManifestServiceParams(params) {
return {
@@ -551,9 +561,9 @@ class SDL {
resources: [],
requirements: {
attributes: attributes,
- signed_by: {
- all_of: infra.signedBy?.allOf || [],
- any_of: infra.signedBy?.anyOf || []
+ signedBy: {
+ allOf: infra.signedBy?.allOf || [],
+ anyOf: infra.signedBy?.anyOf || []
}
},
},
@@ -618,9 +628,9 @@ class SDL {
attributes: infra.attributes
? Object.entries(infra.attributes).map(([key, value]) => ({ key, value }))
: [],
- signed_by: {
- all_of: infra.signedBy?.allOf || [],
- any_of: infra.signedBy?.anyOf || []
+ signedBy: {
+ allOf: infra.signedBy?.allOf || [],
+ anyOf: infra.signedBy?.anyOf || []
}
},
resources: []

0 comments on commit 085d660

Please sign in to comment.