Skip to content

Commit

Permalink
4.1.350
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniopresto committed Aug 18, 2024
1 parent e8758a7 commit c2d0661
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 18 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": "4.1.35",
"version": "4.1.350",
"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": "4.1.35",
"version": "4.1.350",
"description": "Powership accounts",
"type": "module",
"main": "./out/index.cjs",
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": "4.1.35",
"version": "4.1.350",
"main": "./out/index.js",
"sideEffects": false,
"typings": "./out/index.d.ts",
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": "4.1.35",
"version": "4.1.350",
"author": "antoniopresto <[email protected]>",
"sideEffects": false,
"type": "module",
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": "4.1.35",
"version": "4.1.350",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
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": "4.1.35",
"version": "4.1.350",
"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": "4.1.35",
"version": "4.1.350",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-engine",
"version": "4.1.35",
"version": "4.1.350",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
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": "4.1.35",
"version": "4.1.350",
"author": "antoniopresto <[email protected]>",
"type": "module",
"main": "./out/index.cjs",
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": "4.1.35",
"version": "4.1.350",
"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": "4.1.35",
"version": "4.1.350",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down
4 changes: 0 additions & 4 deletions packages/schema/src/ObjectType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ import {
} from './objectToTypescript';
import { withCache, WithCache } from './withCache';

// @only-server

export class ObjectType<
Input,
HandledInput extends _HandleInput<Input> = _HandleInput<Input>
Expand Down Expand Up @@ -589,8 +587,6 @@ export class ObjectType<
}
}

export const PowershipObject = ObjectType;

export type ObjectTypeFromInput<
DefinitionInput extends Readonly<ObjectDefinitionInput>
> = IsKnown<DefinitionInput> extends 1
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": "4.1.35",
"version": "4.1.350",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
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": "4.1.35",
"version": "4.1.350",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
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": "4.1.35",
"version": "4.1.350",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c2d0661

Please sign in to comment.