Skip to content

Commit

Permalink
fix dist types
Browse files Browse the repository at this point in the history
  • Loading branch information
prostgles committed Nov 26, 2024
1 parent 4def590 commit 2ef3b35
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 62 deletions.
64 changes: 14 additions & 50 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prostgles-server",
"version": "4.2.154",
"version": "4.2.155",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,6 +43,11 @@
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-microsoft": "^2.1.0",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
"@types/passport-github2": "^1.2.9",
"@types/passport-google-oauth20": "^2.0.16",
"@types/passport-microsoft": "^1.0.3",
"pg": "^8.11.5",
"pg-cursor": "^2.11.0",
"pg-promise": "^11.9.1",
Expand All @@ -52,11 +57,6 @@
"@types/express": "^4.17.21",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.8.1",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
"@types/passport-github2": "^1.2.9",
"@types/passport-google-oauth20": "^2.0.16",
"@types/passport-microsoft": "^1.0.3",
"@types/pg": "^8.11.5",
"@types/pg-cursor": "^2.7.2",
"@types/sharp": "^0.30.4",
Expand Down
12 changes: 6 additions & 6 deletions tests/server/package-lock.json

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

0 comments on commit 2ef3b35

Please sign in to comment.