Skip to content

Commit

Permalink
Removed filename collision. Fixed HomeBrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
pinnacle-deren committed Oct 13, 2023
1 parent de95b41 commit 8681f19
Show file tree
Hide file tree
Showing 29 changed files with 101 additions and 107 deletions.
2 changes: 1 addition & 1 deletion HomebrewFormula/taqueria.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Taq < Formula
class Taqueria < Formula
desc "Extensible, open-source plugin-based framework and task runner for Tezos development with a CLI and a library of plugins."
homepage "https://taqueria.io"
version "0.41.0"
Expand Down
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.41.10",
"version": "0.41.11",
"packages": [
"taqueria-protocol",
"taqueria-lib*",
Expand Down
100 changes: 50 additions & 50 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.41.10",
"version": "0.41.11",
"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.41.10",
"version": "0.41.11",
"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.41.10",
"@taqueria/protocol": "^0.41.11",
"node-machine-id-xz": "^1.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions taqueria-lib-ligo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/lib-ligo",
"version": "0.41.10",
"version": "0.41.11",
"description": "A taqueria library which provides common functionality for the LIGO and LIGO Legacy Plugins",
"targets": {
"default": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/pinnacle-labs/taqueria#readme",
"dependencies": {
"@taqueria/node-sdk": "^0.41.10",
"@taqueria/node-sdk": "^0.41.11",
"fast-glob": "^3.3.1"
},
"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.41.10",
"version": "0.41.11",
"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.41.10",
"@taqueria/node-sdk": "^0.41.11",
"fast-glob": "^3.3.1",
"ts-pattern": "^5.0.5"
},
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.41.10",
"version": "0.41.11",
"main": "index.cjs",
"module": "index.js",
"source": "index.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@taqueria/node-sdk": "^0.41.10",
"@taqueria/node-sdk": "^0.41.11",
"@taquito/michel-codec": "^18.0.0-RC.0",
"@taquito/signer": "^18.0.0-RC.0",
"@taquito/taquito": "^18.0.0-RC.0",
Expand Down
Loading

0 comments on commit 8681f19

Please sign in to comment.