Skip to content

Commit

Permalink
cli 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Jul 31, 2024
1 parent f44fd0c commit 954f44d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion cli-releases/releases.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"latest": "0.44.1"
"latest": "0.45.0"
},
"versions": {
"0.41.0": {
Expand Down Expand Up @@ -51,6 +51,13 @@
"relseaseNotes": "* Fixed fallback to dfx moc if there is no mops.toml\n",
"url": "https://cli.mops.one/versions/0.44.1.tgz",
"hash": "b10db8562b5cc2e4ab77bef7dae95912c34ba1dfe5bc96c43932e2dbcef5af8d"
},
"0.45.0": {
"time": 1722412699500,
"size": 739109,
"relseaseNotes": "* Updated npm dependencies\n* Added `--no-install` flag to `mops sources` command\n* Added `--verbose` flag to `mops publish` command\n* Added support for [dependency version pinning](https://docs.mops.one/dependency-version-pinning)\n* Suppress hashing tool detecting error in `moc-wrapper.sh` on Linux\n* Fixed `moc-wrapper` error when no `.mops` folder exists\n* Fixed cache folder delete on github install error\n",
"url": "https://cli.mops.one/versions/0.45.0.tgz",
"hash": "010dd32ab1b0cfd2cc27de657cf947231c1c30a306dc4dfc36a2c5d9fee76d7a"
}
}
}
2 changes: 1 addition & 1 deletion cli-releases/tags/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.44.1
0.45.0
Binary file added cli-releases/versions/0.45.0.tgz
Binary file not shown.
Binary file modified cli-releases/versions/0.tgz
Binary file not shown.
Binary file modified cli-releases/versions/latest.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions cli/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 cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-mops",
"version": "0.44.1",
"version": "0.45.0",
"type": "module",
"bin": {
"mops": "dist/bin/mops.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"bundle:fix": "npx -y rexreplace 'new URL\\(\"\\.\\./templates' 'new URL(\"./templates' bundle/cli.js",
"bundle:copy": "cp -r commands/bench bundle && cp -r bin declarations templates package.json bundle",
"bundle:package-json": "tsx bundle-package-json.ts",
"bundle:tar": "tar -czvf bundle/cli.tgz bundle",
"bundle:tar": "tar --exclude bundle/cli.tgz -czvf bundle/cli.tgz bundle",
"copy": "cp -r commands/bench dist/commands && cp -r declarations templates package.json bin dist | true",
"prepare": "npm run build && npm run copy && npm run fix-dist",
"fix-dist": "tsx ./fix-dist.ts",
Expand Down

0 comments on commit 954f44d

Please sign in to comment.