Skip to content

Commit

Permalink
update 0.3.3 to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Nov 9, 2021
1 parent 564c34d commit 32cfc99
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzstamp/cli",
"version": "0.3.3",
"version": "0.3.4",
"description": "Tezos timestamping utility",
"main": "bin/index.js",
"bin": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion export-commonjs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion helpers/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzstamp/helpers",
"version": "0.3.3",
"version": "0.3.4",
"description": "TzStamp helper functions",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions helpers/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand All @@ -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
4 changes: 2 additions & 2 deletions manage/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion proof/_build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/mod.ts", "jtd"],
]),
shims: [{
Expand Down
2 changes: 1 addition & 1 deletion proof/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4
2 changes: 1 addition & 1 deletion proof/deps.ts
Original file line number Diff line number Diff line change
@@ -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/[email protected]/mod.ts";
2 changes: 1 addition & 1 deletion proof/dev_deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "https://deno.land/[email protected]/testing/asserts.ts";
export * from "https://deno.land/[email protected]/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";
4 changes: 2 additions & 2 deletions proof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzstamp/proof",
"version": "0.3.3",
"version": "0.3.4",
"description": "Cryptographic proofs for TzStamp tools",
"files": [
"dist"
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions proof/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.3.3",
"version": "0.3.4",
"main": "index.js",
"scripts": {
"start": "node index.js",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tezos-merkle/_build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
]),
Expand Down
2 changes: 1 addition & 1 deletion tezos-merkle/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[0.3.4]: https://github.com/marigold-dev/tzstamp/releases/tag/0.3.4
4 changes: 2 additions & 2 deletions tezos-merkle/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
2 changes: 1 addition & 1 deletion tezos-merkle/dev_deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "https://deno.land/[email protected]/path/mod.ts";
export * from "https://deno.land/[email protected]/testing/asserts.ts";
export * from "https://deno.land/[email protected]/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";
6 changes: 3 additions & 3 deletions tezos-merkle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tezos-merkle/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions upgrade/tzstamp-upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { parse } from "https://deno.land/[email protected]/flags/mod.ts";
import { createHash } from "https://deno.land/[email protected]/hash/mod.ts";
import { unreachable } from "https://deno.land/[email protected]/testing/asserts.ts";
import { Schema, validate } from "https://deno.land/x/[email protected]/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: [
Expand Down

0 comments on commit 32cfc99

Please sign in to comment.