Skip to content

Commit

Permalink
fix "build:module-node" script
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniopresto committed Oct 24, 2023
1 parent 43a186c commit 2b271a4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powership",
"version": "2.3.1",
"version": "2.3.2",
"private": true,
"scripts": {
"pack": "run-s pack:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/accounts",
"version": "2.3.1",
"version": "2.3.2",
"description": "Powership accounts",
"type": "module",
"main": "./out/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/babel-plugins",
"version": "2.3.1",
"version": "2.3.2",
"main": "out",
"sideEffects": false,
"typings": "out",
Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/boilerplate",
"version": "2.3.1",
"version": "2.3.2",
"main": "out/index.js",
"module": "out/module/index.js",
"author": "antoniopresto <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/deepstate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/deepstate",
"version": "2.3.1",
"version": "2.3.2",
"main": "out/index.js",
"module": "out/module/index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/entity",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",
"main": "./out/index.js",
"module": "./out/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/helpers",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",
"main": "./out/index.js",
"module": "./out/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/logstorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logstorm",
"version": "2.3.1",
"version": "2.3.2",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/mongo",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",
"main": "./out/index.js",
"module": "./out/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/powership/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powership",
"version": "2.3.1",
"version": "2.3.2",
"author": "antoniopresto <[email protected]>",
"type": "module",
"main": "./out/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/runmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runmate",
"version": "2.3.1",
"version": "2.3.2",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/schema",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",
"main": "./out/index.js",
"module": "./out/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/server",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",
"main": "./out/index.js",
"module": "./out/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/transporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/transporter",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",
"main": "./out/index.js",
"module": "./out/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/utils",
"version": "2.3.1",
"version": "2.3.2",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2b271a4

Please sign in to comment.