Skip to content

Commit

Permalink
v3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniopresto committed Mar 10, 2024
1 parent a6f44e6 commit e7aaef2
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 50 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powership",
"version": "3.3.5",
"version": "3.3.7",
"private": true,
"scripts": {
"pack": "run-s pack:*",
Expand All @@ -20,7 +20,11 @@
"minor:prepublish": "run prepublishOnly",
"minor:runmate": "cd packages/runmate && pnpm run link",
"minor:version": "run version patch",
"minor:publish": "run command \"pnpm publish --ignore-scripts\""
"minor:publish": "run command \"pnpm publish --ignore-scripts\"",
"================= publish patch =============": "",
"publish-patch": "run-s publish-patch:*",
"publish-patch:1": "run build && run schema tests && run accounts prepublishOnly",
"publish-patch:2": "run version patch && npm run minor:publish"
},
"dependencies": {
"@powership/babel-plugins": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/accounts",
"version": "3.3.5",
"version": "3.3.7",
"description": "Powership accounts",
"type": "module",
"main": "./out/index.cjs",
Expand Down Expand Up @@ -91,8 +91,8 @@
"peerDependencies": {
"scrypt-kdf": "*",
"jsonwebtoken": "*",
"@powership/schema": "3.3.5",
"@powership/utils": "3.3.5",
"@powership/schema": "3.3.7",
"@powership/utils": "3.3.7",
"dataloader": "*",
"plugin-hooks": "*",
"sift": "*",
Expand Down Expand Up @@ -135,7 +135,7 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/transporter": "3.3.5",
"@powership/entity": "3.3.5"
"@powership/transporter": "3.3.7",
"@powership/entity": "3.3.7"
}
}
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": "3.3.5",
"version": "3.3.7",
"main": "./out/index.js",
"sideEffects": false,
"typings": "./out/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/boilerplate",
"version": "3.3.5",
"version": "3.3.7",
"author": "antoniopresto <[email protected]>",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -61,7 +61,7 @@
"ts-jest": "*",
"typedoc": "*",
"typescript": "*",
"@powership/babel-plugins": "3.3.5",
"@powership/babel-plugins": "3.3.7",
"@babel/preset-typescript": "*",
"@babel/preset-env": "*",
"@babel/plugin-transform-typescript": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/deepstate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/deepstate",
"version": "3.3.5",
"version": "3.3.7",
"main": "out/index.cjs",
"module": "out/index.mjs",
"sideEffects": false,
Expand Down Expand Up @@ -120,7 +120,7 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.5",
"@powership/schema": "3.3.5"
"@powership/utils": "3.3.7",
"@powership/schema": "3.3.7"
}
}
8 changes: 4 additions & 4 deletions packages/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/entity",
"version": "3.3.5",
"version": "3.3.7",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down Expand Up @@ -138,8 +138,8 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.5",
"@powership/schema": "3.3.5",
"@powership/transporter": "3.3.5"
"@powership/utils": "3.3.7",
"@powership/schema": "3.3.7",
"@powership/transporter": "3.3.7"
}
}
4 changes: 2 additions & 2 deletions packages/logstorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logstorm",
"version": "3.3.5",
"version": "3.3.7",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -124,6 +124,6 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.5"
"@powership/utils": "3.3.7"
}
}
8 changes: 4 additions & 4 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/mongo",
"version": "3.3.5",
"version": "3.3.7",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down Expand Up @@ -130,9 +130,9 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.5",
"@powership/schema": "3.3.5",
"@powership/transporter": "3.3.5",
"@powership/utils": "3.3.7",
"@powership/schema": "3.3.7",
"@powership/transporter": "3.3.7",
"mongodb": "*"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-engine",
"version": "3.3.5",
"version": "3.3.7",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down Expand Up @@ -96,9 +96,9 @@
},
"peerDependencies": {
"highlight.js": "*",
"@powership/schema": "3.3.5",
"@powership/transporter": "3.3.5",
"@powership/utils": "3.3.5",
"@powership/schema": "3.3.7",
"@powership/transporter": "3.3.7",
"@powership/utils": "3.3.7",
"dataloader": "*",
"plugin-hooks": "*",
"sift": "*",
Expand Down Expand Up @@ -141,6 +141,6 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/entity": "3.3.5"
"@powership/entity": "3.3.7"
}
}
16 changes: 8 additions & 8 deletions packages/powership/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powership",
"version": "3.3.5",
"version": "3.3.7",
"author": "antoniopresto <[email protected]>",
"type": "module",
"main": "./out/index.cjs",
Expand Down Expand Up @@ -105,11 +105,11 @@
"tsconfig": "./tsconfig.module.json"
},
"peerDependencies": {
"@powership/utils": "3.3.5",
"@powership/schema": "3.3.5",
"@powership/entity": "3.3.5",
"@powership/utils": "3.3.7",
"@powership/schema": "3.3.7",
"@powership/entity": "3.3.7",
"highlight.js": "*",
"@powership/transporter": "3.3.5",
"@powership/transporter": "3.3.7",
"dataloader": "*",
"plugin-hooks": "*",
"sift": "*",
Expand Down Expand Up @@ -152,12 +152,12 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"plugin-engine": "3.3.5",
"plugin-engine": "3.3.7",
"body-parser": "*",
"graphql-playground-html": "*",
"http-errors": "*",
"http-status-codes": "*",
"logstorm": "3.3.5",
"@powership/server": "3.3.5"
"logstorm": "3.3.7",
"@powership/server": "3.3.7"
}
}
6 changes: 3 additions & 3 deletions packages/runmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runmate",
"version": "3.3.5",
"version": "3.3.7",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -141,8 +141,8 @@
"ts-toolbelt": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.5",
"logstorm": "3.3.5",
"@powership/utils": "3.3.7",
"logstorm": "3.3.7",
"@types/vorpal": "*",
"@types/glob": "*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/schema",
"version": "3.3.5",
"version": "3.3.7",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down Expand Up @@ -144,6 +144,6 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.5"
"@powership/utils": "3.3.7"
}
}
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/server",
"version": "3.3.5",
"version": "3.3.7",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down Expand Up @@ -114,7 +114,7 @@
"plugin-hooks": "*",
"url-pattern": "*",
"qs": "*",
"@powership/utils": "3.3.5",
"@powership/utils": "3.3.7",
"@types/dateformat": "*",
"@types/fs-extra": "*",
"@types/lodash": "*",
Expand Down Expand Up @@ -152,11 +152,11 @@
"ts-toolbelt": "*",
"tsx": "*",
"ulid": "*",
"logstorm": "3.3.5",
"logstorm": "3.3.7",
"http-status-codes": "*",
"http-errors": "*",
"graphql-playground-html": "*",
"@powership/schema": "3.3.5",
"@powership/schema": "3.3.7",
"body-parser": "*"
}
}
6 changes: 3 additions & 3 deletions packages/transporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powership/transporter",
"version": "3.3.5",
"version": "3.3.7",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down Expand Up @@ -140,7 +140,7 @@
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.5",
"@powership/schema": "3.3.5"
"@powership/utils": "3.3.7",
"@powership/schema": "3.3.7"
}
}
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": "3.3.5",
"version": "3.3.7",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import nodeURL from 'url';
import chalk from 'chalk';
import * as commander from 'commander';
import fsExtra from 'fs-extra';
import * as glob from 'glob';
import glob from 'glob';
import * as semver from 'semver';
import urlPattern from 'url-pattern';

Expand Down

0 comments on commit e7aaef2

Please sign in to comment.