diff --git a/cli/package.json b/cli/package.json index 04be2b0..4b5b48c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tzstamp/cli", - "version": "0.3.3", + "version": "0.3.4", "description": "Tezos timestamping utility", "main": "bin/index.js", "bin": { @@ -37,8 +37,8 @@ }, "homepage": "https://github.com/marigold-dev/tzstamp/tree/main/cli#readme", "dependencies": { - "@tzstamp/helpers": "^0.3.3", - "@tzstamp/proof": "^0.3.3", + "@tzstamp/helpers": "^0.3.4", + "@tzstamp/proof": "^0.3.4", "chalk": "^4.1.1", "delay": "^5.0.0", "minimist": "^1.2.5", diff --git a/export-commonjs/readme.md b/export-commonjs/readme.md index 2aeb35b..596c33b 100644 --- a/export-commonjs/readme.md +++ b/export-commonjs/readme.md @@ -3,7 +3,7 @@ Example usage: ```js -import { exportCommonJS } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/export-commonjs/mod.ts"; +import { exportCommonJS } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/export-commonjs/mod.ts"; await exportCommonJS({ filePaths: [ diff --git a/helpers/changelog.md b/helpers/changelog.md index 0ad5648..2f24231 100644 --- a/helpers/changelog.md +++ b/helpers/changelog.md @@ -66,4 +66,4 @@ This project adheres to [0.2.0]: https://gitlab.com/tzstamp/helpers/-/releases/0.2.0 [0.3.0]: https://gitlab.com/tzstamp/helpers/-/releases/0.3.0 [0.3.2]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.2 -[0.3.3]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.3 \ No newline at end of file +[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4 \ No newline at end of file diff --git a/helpers/package.json b/helpers/package.json index 44d140d..3583286 100644 --- a/helpers/package.json +++ b/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@tzstamp/helpers", - "version": "0.3.3", + "version": "0.3.4", "description": "TzStamp helper functions", "files": [ "dist" diff --git a/helpers/readme.md b/helpers/readme.md index 40e7ba3..3ebd9ff 100644 --- a/helpers/readme.md +++ b/helpers/readme.md @@ -6,7 +6,7 @@ Helper functions for [TzStamp] tools. ```js // Deno -import { ... } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts"; +import { ... } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts"; // Node w/ NPM const { ... } = require("@tzstamp/helpers"); @@ -28,4 +28,4 @@ deno run --unstable --allow-read=. --allow-write=dist _build.ts [MIT](license.txt) [TzStamp]: https://tzstamp.io -[reference documentation]: https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts +[reference documentation]: https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts diff --git a/manage/package.json b/manage/package.json index 2209e8b..136d36a 100644 --- a/manage/package.json +++ b/manage/package.json @@ -1,6 +1,6 @@ { "name": "tzstamp-manage", - "version": "0.3.3", + "version": "0.3.4", "description": "Manages instances of the tzstamp tezos smart contract.", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "@taquito/michel-codec": "^7.1.0-beta.0", "@taquito/signer": "^7.1.0-beta.0", "@taquito/taquito": "^7.1.0-beta.0", - "@tzstamp/helpers": "^0.3.3", + "@tzstamp/helpers": "^0.3.4", "dotenv": "^8.2.0", "dotenv-defaults": "^2.0.1", "minimist": "^1.2.5", diff --git a/proof/_build.ts b/proof/_build.ts index e4e641c..ebdac0a 100755 --- a/proof/_build.ts +++ b/proof/_build.ts @@ -12,7 +12,7 @@ await exportCommonJS({ "schemas.ts", ], dependencyMap: new Map([ - ["https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts", "@tzstamp/helpers"], + ["https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts", "@tzstamp/helpers"], ["https://deno.land/x/jtd@v0.1.0/mod.ts", "jtd"], ]), shims: [{ diff --git a/proof/changelog.md b/proof/changelog.md index fb1c74a..45f0799 100644 --- a/proof/changelog.md +++ b/proof/changelog.md @@ -72,4 +72,4 @@ This project adheres to [0.2.0]: https://gitlab.com/tzstamp/proof/-/releases/0.2.0 [0.3.0]: https://gitlab.com/tzstamp/proof/-/releases/0.3.0 [0.3.2]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.2 -[0.3.3]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.3 \ No newline at end of file +[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4 \ No newline at end of file diff --git a/proof/deps.ts b/proof/deps.ts index 4ecec0d..0ed33d9 100644 --- a/proof/deps.ts +++ b/proof/deps.ts @@ -1,2 +1,2 @@ -export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts"; +export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts"; export * from "https://deno.land/x/jtd@v0.1.0/mod.ts"; diff --git a/proof/dev_deps.ts b/proof/dev_deps.ts index 0bd8bc9..049e24f 100644 --- a/proof/dev_deps.ts +++ b/proof/dev_deps.ts @@ -1,3 +1,3 @@ export * from "https://deno.land/std@0.97.0/testing/asserts.ts"; export * from "https://deno.land/std@0.97.0/path/mod.ts"; -export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/export-commonjs/mod.ts"; +export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/export-commonjs/mod.ts"; diff --git a/proof/package.json b/proof/package.json index b80d3d6..d35e222 100644 --- a/proof/package.json +++ b/proof/package.json @@ -1,6 +1,6 @@ { "name": "@tzstamp/proof", - "version": "0.3.3", + "version": "0.3.4", "description": "Cryptographic proofs for TzStamp tools", "files": [ "dist" @@ -23,7 +23,7 @@ "homepage": "https://github.com/marigold-dev/tzstamp/tree/main/proof#readme", "license": "MIT", "dependencies": { - "@tzstamp/helpers": "^0.3.3", + "@tzstamp/helpers": "^0.3.4", "jtd": "^0.1.1", "node-fetch": "^2.6.1" }, diff --git a/proof/readme.md b/proof/readme.md index af16133..e1ea5e6 100644 --- a/proof/readme.md +++ b/proof/readme.md @@ -34,11 +34,11 @@ garbage collect it. const {/*...*/} = require("@tzstamp/proof"); // Deno -import {/*...*/} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/proof/mod.ts"; +import {/*...*/} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts"; ``` See the -[full reference documentation here](https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/proof/mod.ts). +[full reference documentation here](https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts). ### Constructing a proof diff --git a/server/package.json b/server/package.json index 4987df4..b45613f 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "0.3.3", + "version": "0.3.4", "main": "index.js", "scripts": { "start": "node index.js", @@ -12,9 +12,9 @@ "@koa/router": "^10.0.0", "@taquito/signer": "^10.2.1", "@taquito/taquito": "^10.2.1", - "@tzstamp/helpers": "^0.3.3", - "@tzstamp/proof": "^0.3.3", - "@tzstamp/tezos-merkle": "^0.3.3", + "@tzstamp/helpers": "^0.3.4", + "@tzstamp/proof": "^0.3.4", + "@tzstamp/tezos-merkle": "^0.3.4", "cron": "^1.8.2", "dotenv": "^10.0.0", "koa": "^2.13.1", diff --git a/tezos-merkle/_build.ts b/tezos-merkle/_build.ts index a8b4fba..5546405 100755 --- a/tezos-merkle/_build.ts +++ b/tezos-merkle/_build.ts @@ -12,11 +12,11 @@ await exportCommonJS({ outDir: "dist", dependencyMap: new Map([ [ - "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts", + "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts", "@tzstamp/helpers", ], [ - "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/proof/mod.ts", + "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts", "@tzstamp/proof", ], ]), diff --git a/tezos-merkle/changelog.md b/tezos-merkle/changelog.md index 9817a78..91dfd2f 100644 --- a/tezos-merkle/changelog.md +++ b/tezos-merkle/changelog.md @@ -49,4 +49,4 @@ This project adheres to [0.3.0]: https://gitlab.com/tzstamp/tezos-merkle/-/releases/0.3.0 [0.3.1]: https://gitlab.com/tzstamp/tezos-merkle/-/releases/0.3.1 [0.3.2]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.2 -[0.3.3]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.3 \ No newline at end of file +[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4 \ No newline at end of file diff --git a/tezos-merkle/deps.ts b/tezos-merkle/deps.ts index 6d6aa51..27d574c 100644 --- a/tezos-merkle/deps.ts +++ b/tezos-merkle/deps.ts @@ -2,10 +2,10 @@ export { Blake2b, concat, Hex, -} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts"; +} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts"; export { Blake2bOperation, JoinOperation, Operation, Proof, -} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/proof/mod.ts"; +} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts"; diff --git a/tezos-merkle/dev_deps.ts b/tezos-merkle/dev_deps.ts index d6e8845..0e9b7f7 100644 --- a/tezos-merkle/dev_deps.ts +++ b/tezos-merkle/dev_deps.ts @@ -1,4 +1,4 @@ export * from "https://deno.land/std@0.99.0/path/mod.ts"; export * from "https://deno.land/std@0.99.0/testing/asserts.ts"; export * from "https://deno.land/std@0.99.0/testing/bench.ts"; -export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/export-commonjs/mod.ts"; +export * from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/export-commonjs/mod.ts"; diff --git a/tezos-merkle/package.json b/tezos-merkle/package.json index ecaa8ba..48af7e1 100644 --- a/tezos-merkle/package.json +++ b/tezos-merkle/package.json @@ -1,6 +1,6 @@ { "name": "@tzstamp/tezos-merkle", - "version": "0.3.3", + "version": "0.3.4", "description": "Tezos-style Merkle trees", "main": "dist/mod.js", "types": "dist/mod.d.ts", @@ -24,8 +24,8 @@ "homepage": "https://github.com/marigold-dev/tzstamp/tree/main/tezos-merkle#readme", "license": "MIT", "dependencies": { - "@tzstamp/helpers": "^0.3.3", - "@tzstamp/proof": "^0.3.3" + "@tzstamp/helpers": "^0.3.4", + "@tzstamp/proof": "^0.3.4" }, "devDependencies": { "@types/node": "^15.0.2" diff --git a/tezos-merkle/readme.md b/tezos-merkle/readme.md index 78ed4a3..6f84145 100644 --- a/tezos-merkle/readme.md +++ b/tezos-merkle/readme.md @@ -17,11 +17,11 @@ progressive root derivation over a long runtime. You can find the const { MerkleTree } = require("@tzstamp/tezos-merkle"); // Deno -import { MerkleTree } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/tezos-merkle/mod.ts"; +import { MerkleTree } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/tezos-merkle/mod.ts"; ``` See the -[full reference documentation here](https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/tezos-merkle/mod.ts). +[full reference documentation here](https://doc.deno.land/https/raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/tezos-merkle/mod.ts). ### Building a Merkle tree diff --git a/upgrade/tzstamp-upgrade.ts b/upgrade/tzstamp-upgrade.ts index e3f3e68..e54bdc4 100755 --- a/upgrade/tzstamp-upgrade.ts +++ b/upgrade/tzstamp-upgrade.ts @@ -4,14 +4,14 @@ import { parse } from "https://deno.land/std@0.97.0/flags/mod.ts"; import { createHash } from "https://deno.land/std@0.97.0/hash/mod.ts"; import { unreachable } from "https://deno.land/std@0.97.0/testing/asserts.ts"; import { Schema, validate } from "https://deno.land/x/jtd@v0.1.0/mod.ts"; -import { Hex } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/helpers/mod.ts"; +import { Hex } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts"; import { AffixedProof, Blake2bOperation, JoinOperation, Operation, Sha256Operation, -} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.3/proof/mod.ts"; +} from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts"; const options = parse(Deno.args, { string: [