Skip to content

Commit

Permalink
make packages public (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride authored May 13, 2024
1 parent 3352787 commit 93c2580
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "root",
"private": true,
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/api",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "The API module of Etherspot bundler client",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/cli",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "> TODO: description",
"author": "zincoshine <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/contracts",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "Smart contracts of Etherspot bundler client",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/db",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "The DB module of Etherspot bundler client",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/executor",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "The Relayer module of Etherspot bundler client",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/monitoring",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "The Monitoring module of Etherspot bundler client",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/node",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "The bundler node module of Etherspot bundler client",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/params/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/params",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "Various bundler parameters",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/types",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "The types of Etherspot bundler client",
"author": "Etherspot",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@skandha/utils",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.5.7",
"description": "utils of Etherspot bundler client",
"author": "Etherspot",
Expand Down

0 comments on commit 93c2580

Please sign in to comment.