Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- feat: Add API explorer to runtime [#578](https://github.com/hypermodeinc/modus/pull/578)
- feat: Add API explorer component to runtime [#584](https://github.com/hypermodeinc/modus/pull/584)
- fix: logic for jwks endpoint unmarshalling was incorrect [#594](https://github.com/hypermodeinc/modus/pull/594)
- feat: use user provided name for package.json and go.mod [#595](https://github.com/hypermodeinc/modus/pull/595)

## 2024-11-18 - AssemblyScript SDK 0.13.5

Expand Down
1 change: 1 addition & 0 deletions cli/src/commands/new/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ export default class NewCommand extends BaseCommand {
await execFile("npm", ["install"], execOpts);
break;
case SDK.Go:
await execFile("go", ["mod", "edit", "-module", name], execOpts);
await execFile("go", ["mod", "download"], execOpts);
break;
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/assemblyscript/templates/default/package-lock.json

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