diff --git a/package-lock.json b/package-lock.json index 191340c..73cc0c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18074,7 +18074,7 @@ }, "packages/config": { "name": "@toruslabs/config", - "version": "2.1.1", + "version": "2.2.0", "license": "MIT", "engines": { "node": ">=18.x", @@ -18216,7 +18216,7 @@ }, "packages/torus-scripts": { "name": "@toruslabs/torus-scripts", - "version": "6.0.3", + "version": "6.1.0", "license": "MIT", "dependencies": { "@babel/core": "^7.25.2", @@ -18230,7 +18230,7 @@ "@babel/runtime": "^7.25.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", - "@toruslabs/config": "^2.1.1", + "@toruslabs/config": "^2.2.0", "assert": "^2.1.0", "babel-loader": "^9.1.3", "browserify-zlib": "^0.2.0", diff --git a/packages/config/package.json b/packages/config/package.json index 78c8524..67123bc 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/config", - "version": "2.1.1", + "version": "2.2.0", "description": "Sensible Babel, Prettier, Typescript configuration for libraries", "keywords": [ "eslint", diff --git a/packages/torus-scripts/package.json b/packages/torus-scripts/package.json index 5552f25..17ce8e2 100644 --- a/packages/torus-scripts/package.json +++ b/packages/torus-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@toruslabs/torus-scripts", - "version": "6.0.3", + "version": "6.1.0", "type": "module", "description": "Scripts for Torus libraries to manage bundling, lint etc", "bin": { @@ -18,7 +18,7 @@ "@babel/runtime": "^7.25.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", - "@toruslabs/config": "^2.1.1", + "@toruslabs/config": "^2.2.0", "assert": "^2.1.0", "babel-loader": "^9.1.3", "browserify-zlib": "^0.2.0",