Skip to content

Commit 32cfc99

Browse files
committed
update 0.3.3 to 0.3.4
1 parent 564c34d commit 32cfc99

File tree

20 files changed

+35
-35
lines changed

20 files changed

+35
-35
lines changed

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tzstamp/cli",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Tezos timestamping utility",
55
"main": "bin/index.js",
66
"bin": {
@@ -37,8 +37,8 @@
3737
},
3838
"homepage": "https://github.com/marigold-dev/tzstamp/tree/main/cli#readme",
3939
"dependencies": {
40-
"@tzstamp/helpers": "^0.3.3",
41-
"@tzstamp/proof": "^0.3.3",
40+
"@tzstamp/helpers": "^0.3.4",
41+
"@tzstamp/proof": "^0.3.4",
4242
"chalk": "^4.1.1",
4343
"delay": "^5.0.0",
4444
"minimist": "^1.2.5",

export-commonjs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Example usage:
44

55
```js
6-
import { exportCommonJS } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/export-commonjs/mod.ts";
6+
import { exportCommonJS } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/export-commonjs/mod.ts";
77

88
await exportCommonJS({
99
filePaths: [

helpers/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ This project adheres to
6666
[0.2.0]: https://gitlab.com/tzstamp/helpers/-/releases/0.2.0
6767
[0.3.0]: https://gitlab.com/tzstamp/helpers/-/releases/0.3.0
6868
[0.3.2]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.2
69-
[0.3.3]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.3
69+
[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tzstamp/helpers",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "TzStamp helper functions",
55
"files": [
66
"dist"

helpers/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Helper functions for [TzStamp] tools.
66

77
```js
88
// Deno
9-
import { ... } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts";
9+
import { ... } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts";
1010

1111
// Node w/ NPM
1212
const { ... } = require("@tzstamp/helpers");
@@ -28,4 +28,4 @@ deno run --unstable --allow-read=. --allow-write=dist _build.ts
2828
[MIT](license.txt)
2929

3030
[TzStamp]: https://tzstamp.io
31-
[reference documentation]: https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts
31+
[reference documentation]: https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts

manage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tzstamp-manage",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Manages instances of the tzstamp tezos smart contract.",
55
"main": "index.js",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"@taquito/michel-codec": "^7.1.0-beta.0",
1313
"@taquito/signer": "^7.1.0-beta.0",
1414
"@taquito/taquito": "^7.1.0-beta.0",
15-
"@tzstamp/helpers": "^0.3.3",
15+
"@tzstamp/helpers": "^0.3.4",
1616
"dotenv": "^8.2.0",
1717
"dotenv-defaults": "^2.0.1",
1818
"minimist": "^1.2.5",

proof/_build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ await exportCommonJS({
1212
"schemas.ts",
1313
],
1414
dependencyMap: new Map([
15-
["https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts", "@tzstamp/helpers"],
15+
["https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts", "@tzstamp/helpers"],
1616
["https://deno.land/x/[email protected]/mod.ts", "jtd"],
1717
]),
1818
shims: [{

proof/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ This project adheres to
7272
[0.2.0]: https://gitlab.com/tzstamp/proof/-/releases/0.2.0
7373
[0.3.0]: https://gitlab.com/tzstamp/proof/-/releases/0.3.0
7474
[0.3.2]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.2
75-
[0.3.3]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.3
75+
[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4

proof/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts";
1+
export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts";
22
export * from "https://deno.land/x/[email protected]/mod.ts";

proof/dev_deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from "https://deno.land/[email protected]/testing/asserts.ts";
22
export * from "https://deno.land/[email protected]/path/mod.ts";
3-
export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/export-commonjs/mod.ts";
3+
export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/export-commonjs/mod.ts";

0 commit comments

Comments
 (0)