File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " byte-transcoder"
3
- version = " 0.0.5 "
3
+ version = " 0.0.6 "
4
4
edition = " 2024"
5
5
rust-version = " 1.85"
6
6
authors = [" Todd Everett Griffin <tgriffin115@gmail.com>" ]
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ fix: ## auto-fixes (some) linter issues
42
42
.PHONY : publish_dry_run
43
43
publish_dry_run : # # dry run of publishing libraries to crates.io and JSR
44
44
echo " \033[1;35m[Packaging Rust]\033[0m"
45
- cargo publish --dry-run
46
- cargo package --list
45
+ cargo publish --dry-run --allow-dirty
46
+ cargo package --list --allow-dirty
47
47
echo " \033[1;35m[Packaging Typescript]\033[0m"
48
48
deno publish --dry-run --allow-dirty
49
49
echo " \033[1;35m[Finished Dry-Run Publish]\033[0m"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @todd/byte-transcoder" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"exports" : {
5
5
"." : " ./src-ts/mod.ts"
6
6
},
Original file line number Diff line number Diff line change 1
1
export * from "./byte-reader.ts" ;
2
2
export * from "./byte-writer.ts" ;
3
+ export * from "./endian.ts" ;
You can’t perform that action at this time.
0 commit comments