Skip to content

Commit

Permalink
add utils
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniopresto committed Mar 21, 2024
1 parent 1403cf5 commit 683efde
Show file tree
Hide file tree
Showing 40 changed files with 594 additions and 1,988 deletions.
1 change: 1 addition & 0 deletions .idea/powership.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.3.13",
"version": "3.3.23",
"private": true,
"scripts": {
"pack": "run-s pack:*",
Expand Down
52 changes: 2 additions & 50 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.13",
"version": "3.3.23",
"description": "Powership accounts",
"type": "module",
"main": "./out/index.cjs",
Expand Down Expand Up @@ -88,53 +88,5 @@
"displayName": "Accounts System.",
"tsconfig": "./tsconfig.module.json"
},
"peerDependencies": {
"scrypt-kdf": "*",
"jsonwebtoken": "*",
"@powership/schema": "3.3.13",
"@powership/utils": "3.3.13",
"dataloader": "*",
"plugin-hooks": "*",
"sift": "*",
"@types/dateformat": "*",
"@types/fs-extra": "*",
"@types/lodash": "*",
"@types/lodash-es": "*",
"@types/semver": "*",
"aggio": "*",
"awesome-phonenumber": "*",
"big.js": "*",
"bun-safe": "*",
"bun-types": "*",
"commander": "*",
"dateformat": "*",
"dayjs": "*",
"deep-diff": "*",
"deep-object-diff": "*",
"ejson": "*",
"fast-copy": "*",
"fast-deep-equal": "*",
"fs-extra": "*",
"glob": "*",
"graphql": "*",
"graphql-parse-resolve-info": "*",
"hoper": "*",
"immer": "*",
"json-schema-to-typescript": "*",
"jsondiffpatch": "*",
"lodash": "*",
"lodash-es": "*",
"mitt": "*",
"object-hash": "*",
"prettier": "*",
"qs": "*",
"semver": "*",
"slugify": "*",
"ts-toolbelt": "*",
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/transporter": "3.3.13",
"@powership/entity": "3.3.13"
}
"peerDependencies": {}
}
27 changes: 2 additions & 25 deletions 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.13",
"version": "3.3.23",
"main": "./out/index.js",
"sideEffects": false,
"typings": "./out/index.d.ts",
Expand Down Expand Up @@ -55,28 +55,5 @@
"displayName": "Babel Plugins",
"tsconfig": "./tsconfig.module.json"
},
"peerDependencies": {
"typescript": "*",
"typedoc": "*",
"ts-jest": "*",
"rimraf": "*",
"prettier-plugin-multiline-arrays": "*",
"prettier": "*",
"npm-run-all": "*",
"jest": "*",
"eslint-plugin-typescript-sort-keys": "*",
"eslint-plugin-sort-keys-fix": "*",
"eslint-plugin-import": "*",
"eslint-plugin-eslint-comments": "*",
"eslint-config-prettier": "*",
"eslint": "*",
"esbuild": "*",
"babel-plugin-replace-import-extension": "*",
"babel-plugin-add-import-extension": "*",
"@typescript-eslint/parser": "*",
"@typescript-eslint/eslint-plugin": "*",
"@types/babel__core": "*",
"@babel/types": "*",
"@babel/core": "*"
}
"peerDependencies": {}
}
33 changes: 2 additions & 31 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.13",
"version": "3.3.23",
"author": "antoniopresto <[email protected]>",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -37,34 +37,5 @@
"babel-config.cjs",
"README.md"
],
"peerDependencies": {
"eslint-plugin-typescript-sort-keys": "*",
"eslint-plugin-sort-keys-fix": "*",
"eslint-plugin-import": "*",
"eslint-plugin-eslint-comments": "*",
"eslint-config-prettier": "*",
"eslint": "*",
"babel-preset-minify": "*",
"@typescript-eslint/parser": "*",
"@typescript-eslint/eslint-plugin": "*",
"@babel/core": "*",
"@babel/types": "*",
"@types/babel__core": "*",
"babel-plugin-add-import-extension": "*",
"babel-plugin-replace-import-extension": "*",
"esbuild": "*",
"jest": "*",
"npm-run-all": "*",
"prettier": "*",
"prettier-plugin-multiline-arrays": "*",
"rimraf": "*",
"ts-jest": "*",
"typedoc": "*",
"typescript": "*",
"@powership/babel-plugins": "3.3.13",
"@babel/preset-typescript": "*",
"@babel/preset-env": "*",
"@babel/plugin-transform-typescript": "*",
"@babel/cli": "*"
}
"peerDependencies": {}
}
47 changes: 2 additions & 45 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.13",
"version": "3.3.23",
"main": "out/index.cjs",
"module": "out/index.mjs",
"sideEffects": false,
Expand Down Expand Up @@ -78,48 +78,5 @@
"out/*",
"README.md"
],
"peerDependencies": {
"immer": "*",
"yjs": "*",
"@types/dateformat": "*",
"@types/fs-extra": "*",
"@types/lodash": "*",
"@types/lodash-es": "*",
"@types/semver": "*",
"aggio": "*",
"awesome-phonenumber": "*",
"big.js": "*",
"bun-safe": "*",
"bun-types": "*",
"commander": "*",
"dateformat": "*",
"dayjs": "*",
"deep-diff": "*",
"deep-object-diff": "*",
"ejson": "*",
"fast-copy": "*",
"fast-deep-equal": "*",
"fs-extra": "*",
"glob": "*",
"graphql": "*",
"graphql-parse-resolve-info": "*",
"hoper": "*",
"json-schema-to-typescript": "*",
"jsondiffpatch": "*",
"lodash": "*",
"lodash-es": "*",
"mitt": "*",
"object-hash": "*",
"plugin-hooks": "*",
"prettier": "*",
"qs": "*",
"semver": "*",
"slugify": "*",
"ts-toolbelt": "*",
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.13",
"@powership/schema": "3.3.13"
}
"peerDependencies": {}
}
49 changes: 2 additions & 47 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.13",
"version": "3.3.23",
"type": "module",
"main": "./out/index.cjs",
"module": "./out/index.mjs",
Expand Down Expand Up @@ -95,50 +95,5 @@
"displayName": "Entity",
"tsconfig": "./tsconfig.module.json"
},
"peerDependencies": {
"sift": "*",
"plugin-hooks": "*",
"dataloader": "*",
"@types/dateformat": "*",
"@types/fs-extra": "*",
"@types/lodash": "*",
"@types/lodash-es": "*",
"@types/semver": "*",
"aggio": "*",
"awesome-phonenumber": "*",
"big.js": "*",
"bun-safe": "*",
"bun-types": "*",
"commander": "*",
"dateformat": "*",
"dayjs": "*",
"deep-diff": "*",
"deep-object-diff": "*",
"ejson": "*",
"fast-copy": "*",
"fast-deep-equal": "*",
"fs-extra": "*",
"glob": "*",
"graphql": "*",
"graphql-parse-resolve-info": "*",
"hoper": "*",
"immer": "*",
"json-schema-to-typescript": "*",
"jsondiffpatch": "*",
"lodash": "*",
"lodash-es": "*",
"mitt": "*",
"object-hash": "*",
"prettier": "*",
"qs": "*",
"semver": "*",
"slugify": "*",
"ts-toolbelt": "*",
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.13",
"@powership/schema": "3.3.13",
"@powership/transporter": "3.3.13"
}
"peerDependencies": {}
}
32 changes: 0 additions & 32 deletions packages/entity/src/EntityResolversChain.ts

This file was deleted.

45 changes: 2 additions & 43 deletions packages/logstorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logstorm",
"version": "3.3.13",
"version": "3.3.23",
"typings": "out",
"author": "antoniopresto <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -82,46 +82,5 @@
"displayName": "LogStorm - A simple and super extensive logger.",
"tsconfig": "./tsconfig.module.json"
},
"peerDependencies": {
"@types/dateformat": "*",
"@types/fs-extra": "*",
"@types/lodash": "*",
"@types/lodash-es": "*",
"@types/semver": "*",
"aggio": "*",
"awesome-phonenumber": "*",
"big.js": "*",
"bun-safe": "*",
"bun-types": "*",
"commander": "*",
"dateformat": "*",
"dayjs": "*",
"deep-diff": "*",
"deep-object-diff": "*",
"ejson": "*",
"fast-copy": "*",
"fast-deep-equal": "*",
"fs-extra": "*",
"glob": "*",
"graphql": "*",
"graphql-parse-resolve-info": "*",
"hoper": "*",
"immer": "*",
"json-schema-to-typescript": "*",
"jsondiffpatch": "*",
"lodash": "*",
"lodash-es": "*",
"mitt": "*",
"object-hash": "*",
"plugin-hooks": "*",
"prettier": "*",
"qs": "*",
"semver": "*",
"slugify": "*",
"ts-toolbelt": "*",
"tsx": "*",
"ulid": "*",
"url-pattern": "*",
"@powership/utils": "3.3.13"
}
"peerDependencies": {}
}
Loading

0 comments on commit 683efde

Please sign in to comment.