Skip to content

Commit

Permalink
v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Jul 24, 2023
1 parent b698c9e commit 6a57340
Show file tree
Hide file tree
Showing 22 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.36.12",
"version": "0.37.0",
"packages": [
"taqueria-plugin*",
"taqueria-sdk",
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/root",
"version": "0.36.12",
"version": "0.37.0",
"description": "An easy to use opinionated tool for building, testing, and deploying Tezos software",
"main": "index.ts",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions taqueria-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/analytics",
"version": "0.36.12",
"version": "0.37.0",
"description": "A TypeScript SDK submitting events for Taqueria activity",
"main": "./index.js",
"source": "./index.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/pinnacle-labs/taqueria#readme",
"dependencies": {
"@taqueria/protocol": "^0.36.12",
"@taqueria/protocol": "^0.37.0",
"node-machine-id-xz": "^1.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-archetype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-archetype",
"version": "0.36.12",
"version": "0.37.0",
"description": "A taqueria plugin for compiling Archetype smart contracts",
"targets": {
"default": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/pinnacle-labs/taqueria#readme",
"dependencies": {
"@taqueria/node-sdk": "^0.36.12",
"@taqueria/node-sdk": "^0.37.0",
"fast-glob": "^3.2.12",
"ts-pattern": "^4.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-contract-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-contract-types",
"version": "0.36.12",
"version": "0.37.0",
"main": "index.cjs",
"module": "index.js",
"source": "index.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@taqueria/node-sdk": "^0.36.12",
"@taqueria/node-sdk": "^0.37.0",
"@taquito/michel-codec": "^16.2.0",
"@taquito/signer": "^16.2.0",
"@taquito/taquito": "^16.2.0",
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-core",
"version": "0.36.12",
"version": "0.37.0",
"description": "A taqueria plugin for core tasks",
"targets": {
"default": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@taqueria/node-sdk": "^0.36.12"
"@taqueria/node-sdk": "^0.37.0"
},
"tsup": {
"entry": [
Expand Down
6 changes: 3 additions & 3 deletions taqueria-plugin-flextesa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-flextesa",
"version": "0.36.12",
"version": "0.37.0",
"description": "A plugin for Taqueria providing local sandbox capabilities built on Flextesa",
"keywords": [
"taqueria",
Expand Down Expand Up @@ -34,8 +34,8 @@
"directory": "taqueria-plugin-flextesa"
},
"dependencies": {
"@taqueria/node-sdk": "^0.36.12",
"@taqueria/protocol": "^0.36.12",
"@taqueria/node-sdk": "^0.37.0",
"@taqueria/protocol": "^0.37.0",
"async-retry": "^1.3.3",
"fast-glob": "^3.2.12",
"portfinder": "^1.0.32",
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-ipfs-pinata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-ipfs-pinata",
"version": "0.36.12",
"version": "0.37.0",
"description": "A plugin for Taqueria providing ipfs publishing and pinning using the Pinata service",
"keywords": [
"taqueria",
Expand Down Expand Up @@ -33,7 +33,7 @@
"directory": "taqueria-plugin-ipfs-pinata"
},
"dependencies": {
"@taqueria/node-sdk": "^0.36.12",
"@taqueria/node-sdk": "^0.37.0",
"dotenv": "^16.3.1",
"form-data": "^4.0.0",
"ipfs-only-hash": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions taqueria-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-jest",
"version": "0.36.12",
"version": "0.37.0",
"main": "index.cjs",
"module": "index.js",
"source": "index.ts",
Expand All @@ -27,8 +27,8 @@
"directory": "taqueria-plugin-jest"
},
"dependencies": {
"@taqueria/node-sdk": "^0.36.12",
"@taqueria/plugin-contract-types": "^0.36.12",
"@taqueria/node-sdk": "^0.37.0",
"@taqueria/plugin-contract-types": "^0.37.0",
"@taquito/signer": "^16.2.0",
"@taquito/taquito": "^16.2.0",
"@taquito/utils": "^16.2.0",
Expand Down
Loading

0 comments on commit 6a57340

Please sign in to comment.