Skip to content

Commit

Permalink
Merge pull request #438 from bcnmy/hotfix/particle-build-revert
Browse files Browse the repository at this point in the history
Fix(SMA-677): Particle Auth build fix
  • Loading branch information
livingrockrises authored Feb 28, 2024
2 parents 66d5d56 + f316562 commit 5a9c3b0
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 40 deletions.
4 changes: 4 additions & 0 deletions packages/account/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/account",
"version": "4.0.2",
"version": "4.0.3",
"description": "This package provides apis for ERC-4337 based smart account implementations",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -68,10 +68,10 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/bundler": "^4.0.1",
"@biconomy/common": "^4.0.1",
"@biconomy/modules": "^4.0.1",
"@biconomy/paymaster": "^4.0.1",
"@biconomy/bundler": "^4.0.3",
"@biconomy/common": "^4.0.3",
"@biconomy/modules": "^4.0.3",
"@biconomy/paymaster": "^4.0.3",
"viem": "^2.7.12"
}
}
4 changes: 4 additions & 0 deletions packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/bundler",
"version": "4.0.2",
"version": "4.0.3",
"description": "Biconomy Bundler package to interact with any bundler node as per ERC4337 standard",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/common": "^4.0.2",
"@biconomy/common": "^4.0.3",
"viem": "^2.7.12"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/common",
"version": "4.0.2",
"version": "4.0.3",
"description": "common utils to be used for aa transactions",
"keywords": [
"utils"
Expand Down
4 changes: 4 additions & 0 deletions packages/modules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
8 changes: 4 additions & 4 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/modules",
"version": "4.0.2",
"version": "4.0.3",
"description": "This package provides different validation modules/plugins for ERC4337 compatible modular account",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/common": "^4.0.2",
"@biconomy/common": "^4.0.3",
"@ethersproject/abi": "^5.7.0",
"merkletreejs": "^0.3.11",
"viem": "^2.7.12"
Expand All @@ -64,7 +64,7 @@
"esbuild": "^0.19.11",
"esbuild-plugin-tsc": "^0.4.0",
"npm-dts": "^1.3.12",
"@biconomy/paymaster": "^4.0.2",
"@biconomy/modules": "^4.0.2"
"@biconomy/paymaster": "^4.0.3",
"@biconomy/modules": "^4.0.3"
}
}
4 changes: 4 additions & 0 deletions packages/particle-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.3 (2023-28-02)

Fix build

## 4.0.2 (2023-12-28)

Fix build
Expand Down
27 changes: 4 additions & 23 deletions packages/particle-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
"name": "@biconomy/particle-auth",
"version": "4.0.2",
"version": "4.0.3",
"description": "Particle auth for Biconomy SDK",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"default": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"keywords": [
"legos",
"batching",
Expand All @@ -35,16 +25,7 @@
},
"scripts": {
"unbuild": "rimraf dist *.tsbuildinfo",
"build:watch": "yarn build:tsc --watch",
"dist:minify": "esbuild ./dist/esm/**/*.js ./dist/esm/*.js --minify --outdir=./dist/esm --bundle=false --allow-overwrite",
"build": "yarn unbuild && yarn build:tsc",
"build:esbuild": "yarn build:esbuild:cjs && yarn build:esbuild:esm && yarn build:typ",
"build:tsc:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
"build:tsc:esm": "tsc --project tsconfig.build.json --module esnext --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'",
"build:esbuild:cjs": "node .esbuild.js CJS && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
"build:esbuild:esm": "node .esbuild.js ESM && echo > ./dist/esm/package.json '{\"type\":\"module\"}'",
"build:typ": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"build:tsc": "yarn build:tsc:cjs && yarn build:tsc:esm && yarn build:typ && yarn dist:minify",
"build": "rimraf dist && tsc",
"format": "prettier --write \"{src,tests}/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/particle-auth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"outDir": "dist",
"baseUrl": "src",
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["es2020"],
"esModuleInterop": true
},
"include": ["src", "src/**/*.json"]
}
4 changes: 4 additions & 0 deletions packages/paymaster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
4 changes: 2 additions & 2 deletions packages/paymaster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/paymaster",
"version": "4.0.2",
"version": "4.0.3",
"description": "Biconomy Paymaster to interact with Paymaster Services that interacts with ( veriying and token ) paymasters",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/common": "^4.0.2",
"@biconomy/common": "^4.0.3",
"viem": "^2.7.12"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/transak/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
2 changes: 1 addition & 1 deletion packages/transak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/transak",
"version": "4.0.2",
"version": "4.0.3",
"description": "transak for biconomy sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 5a9c3b0

Please sign in to comment.