Skip to content

Commit e843e36

Browse files
committed
chore: Update task file to use proper syntax
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
1 parent 8b08f0d commit e843e36

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# 2.79.0-beta.6
8+
# 2.79.0-beta.7
99

1010
### Added
1111

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ tasks:
199199
- "build"
200200
cmds:
201201
- task: "yalc:remove"
202-
- pnpm pack --out {{.PACKAGE_NAME}}
203-
- ls -lh {{.PACKAGE_NAME}}
202+
- pnpm pack --out {{.CLI_ARGS}}
203+
- ls -lh {{.CLI_ARGS}}
204204

205205
"publish":
206206
cmds:

common_js_test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@hiero-ledger/sdk": "2.79.0-beta.6",
12+
"@hiero-ledger/sdk": "2.79.0-beta.7",
1313
"chai": "4.3.6",
1414
"mocha": "10.6.0"
1515
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiero-ledger/sdk",
3-
"version": "2.79.0-beta.6",
3+
"version": "2.79.0-beta.7",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",

packages/cryptography/Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ tasks:
9696
deps:
9797
- "build"
9898
cmds:
99-
- pnpm pack --out {{.PACKAGE_NAME}}
100-
- ls -lh {{.PACKAGE_NAME}}
99+
- pnpm pack --out {{.CLI_ARGS}}
100+
- ls -lh {{.CLI_ARGS}}
101101

102102
publish:
103103
cmds:

packages/proto/Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ tasks:
145145
deps:
146146
- "test:release"
147147
cmds:
148-
- pnpm pack --out {{.PACKAGE_NAME}}
149-
- ls -lh {{.PACKAGE_NAME}}
148+
- pnpm pack --out {{.CLI_ARGS}}
149+
- ls -lh {{.CLI_ARGS}}
150150

151151
publish:
152152
cmds:

tck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@hiero-ledger/sdk": "2.79.0-beta.6",
14+
"@hiero-ledger/sdk": "2.79.0-beta.7",
1515
"ansi-regex": "6.2.2",
1616
"ansi-styles": "6.2.3",
1717
"body-parser": "1.20.3",

0 commit comments

Comments
 (0)