Skip to content

Commit

Permalink
Dependency updates (#40)
Browse files Browse the repository at this point in the history
* Update package dependencies

* cleanup
  • Loading branch information
mattjohnsonpint authored Jan 4, 2024
1 parent 7cb4604 commit b49db32
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
20 changes: 10 additions & 10 deletions plugins/as/hmplugin1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/as/hmplugin1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"hypermode-as": "file:../hypermode-as",
"json-as": "^0.6.4"
"json-as": "^0.7.0"
},
"devDependencies": {
"@assemblyscript/wasi-shim": "^0.1.0",
"assemblyscript": "^0.27.21",
"assemblyscript": "^0.27.22",
"visitor-as": "^0.11.4"
},
"overrides": {
Expand Down
1 change: 0 additions & 1 deletion plugins/as/hypermode-as/assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export abstract class dql {

private static execute<TData>(query: string, isMutation: bool): DQLResponse<TData> {
const response = host.executeDQL(query, isMutation);
console.log(response);
return JSON.parse<DQLResponse<TData>>(response);
}
}
Expand Down
16 changes: 8 additions & 8 deletions plugins/as/hypermode-as/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/as/hypermode-as/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "MIT",
"type": "module",
"dependencies": {
"json-as": "^0.6.4"
"json-as": "^0.7.0"
},
"devDependencies": {
"assemblyscript": "^0.27.21",
"assemblyscript": "^0.27.22",
"visitor-as": "^0.11.4"
},
"overrides": {
Expand Down

0 comments on commit b49db32

Please sign in to comment.