Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Oct 17, 2024
1 parent 0e91122 commit e5c2a95
Show file tree
Hide file tree
Showing 29 changed files with 45 additions and 42 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
- name: Extract work archive
run: tar -xzpf work-packages.tar.gz

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
- name: Extract work archive
run: tar -xzpf work-packages.tar.gz

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -545,13 +545,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
spec: ${{ fromJson(needs.list-e2e-tests.outputs.matrix).spec }}
spec: ${{ fromJson(needs.list-e2e-tests.outputs.matrix).spec != '' && fromJson(needs.list-e2e-tests.outputs.matrix).spec || '[]' }}

steps:
- uses: actions/setup-node@v4
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -606,14 +607,16 @@ jobs:
- build-packages
runs-on: ubuntu-latest
strategy:
matrix:
spec: ${{ fromJson(needs.list-integration-tests.outputs.matrix).spec }}
strategy:
matrix:
spec: ${{ fromJson(needs.list-integration-tests.outputs.matrix).spec != '' && fromJson(needs.list-integration-tests.outputs.matrix).spec || '[]' }}

steps:
- uses: actions/setup-node@v4
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -645,7 +648,7 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9

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.57.10",
"version": "0.57.11",
"packages": [
"taqueria-protocol",
"taqueria-lib*",
Expand Down
4 changes: 2 additions & 2 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.57.10",
"version": "0.57.11",
"description": "An easy to use opinionated tool for building, testing, and deploying Tezos software",
"main": "index.ts",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/analytics",
"version": "0.57.10",
"version": "0.57.11",
"description": "A TypeScript SDK submitting events for Taqueria activity",
"main": "./index.js",
"source": "./index.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.57.10",
"version": "0.57.11",
"description": "A taqueria library which provides common functionality for the LIGO and LIGO Legacy Plugins",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion 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.57.10",
"version": "0.57.11",
"description": "A taqueria plugin for compiling Archetype smart contracts",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion 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.57.10",
"version": "0.57.11",
"main": "index.cjs",
"module": "index.js",
"source": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.57.10",
"version": "0.57.11",
"description": "A taqueria plugin for core tasks",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion 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.57.10",
"version": "0.57.11",
"description": "A plugin for Taqueria providing local sandbox capabilities built on Flextesa",
"keywords": [
"taqueria",
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-helloworld",
"version": "0.57.10",
"version": "0.57.11",
"description": "An example of a plugin for Taqueria",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.57.10",
"version": "0.57.11",
"description": "A plugin for Taqueria providing ipfs publishing and pinning using the Pinata service",
"keywords": [
"taqueria",
Expand Down
2 changes: 1 addition & 1 deletion 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.57.10",
"version": "0.57.11",
"main": "index.cjs",
"module": "index.js",
"source": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-ligo-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-ligo-legacy",
"version": "0.57.10",
"version": "0.57.11",
"description": "A taqueria plugin for compiling LIGO smart contracts that target LIGO v0.73.0 and earlier.",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-ligo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-ligo",
"version": "0.57.10",
"version": "0.57.11",
"description": "A taqueria plugin for compiling LIGO smart contracts",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-metadata",
"version": "0.57.10",
"version": "0.57.11",
"description": "A plugin for Taqueria providing metadata creation and validation.",
"keywords": [
"taqueria",
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-mock",
"version": "0.57.10",
"version": "0.57.11",
"description": "A plugin used to test Taqueria",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-octez-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-octez-client",
"version": "0.57.10",
"version": "0.57.11",
"description": "A taqueria plugin for utilizing octez-client",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-smartpy-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-smartpy-legacy",
"version": "0.57.10",
"version": "0.57.11",
"description": "A taqueria plugin for compiling SmartPy smart contracts using SmartPy v0.16 (legacy syntax).",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-smartpy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-smartpy",
"version": "0.57.10",
"version": "0.57.11",
"description": "A taqueria plugin used to test and compile smart contracts written in SmartPy.",
"main": "index.js",
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-taquito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-taquito",
"version": "0.57.10",
"version": "0.57.11",
"description": "A taqueria plugin for originating smart contracts using Taquito",
"targets": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-tezbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-tezbox",
"version": "0.57.10",
"version": "0.57.11",
"description": "A plugin for Taqueria providing local sandbox capabilities built on TezBox",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion taqueria-plugin-tzcompose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-tzcompose",
"version": "0.57.10",
"version": "0.57.11",
"description": "A TzCompose plugin for Taqueria using the GoTz SDK",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/protocol",
"version": "0.57.10",
"version": "0.57.11",
"description": "A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion taqueria-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/node-sdk",
"version": "0.57.10",
"version": "0.57.11",
"description": "A TypeScript SDK for NodeJS used for Taqueria plugin development.",
"main": "./index.js",
"source": "./index.ts",
Expand Down
2 changes: 1 addition & 1 deletion taqueria-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/toolkit",
"version": "0.57.10",
"version": "0.57.11",
"description": "A TypeScript library for NodeJS to work with Taqueria projects",
"source": "./index.ts",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion taqueria-vscode-extension-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taqueria-vscode-extension-web-ui",
"private": true,
"version": "0.57.10",
"version": "0.57.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion taqueria-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Taqueria",
"description": "A better way to build on Tezos",
"publisher": "Taqueria",
"version": "0.57.10",
"version": "0.57.11",
"private": true,
"engines": {
"vscode": "^1.84.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/tests",
"version": "0.57.10",
"version": "0.57.11",
"type": "module",
"private": true,
"description": "This is Taqueria testing project includes unit, integration and e2e tests",
Expand Down

0 comments on commit e5c2a95

Please sign in to comment.