Skip to content

Commit

Permalink
Fixes #1913, only create esy.json file for LIGO legacy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Oct 6, 2023
1 parent cc0575d commit 8c4bcef
Show file tree
Hide file tree
Showing 28 changed files with 146 additions and 116 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.40.21",
"version": "0.40.22",
"packages": [
"taqueria-protocol",
"taqueria-lib*",
Expand Down
114 changes: 65 additions & 49 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.40.21",
"version": "0.40.22",
"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.40.21",
"version": "0.40.22",
"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.40.21",
"@taqueria/protocol": "^0.40.22",
"node-machine-id-xz": "^1.0.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8c4bcef

Please sign in to comment.