Skip to content

Commit 600f360

Browse files
committed
bumped pg-cursor version
1 parent 176ead3 commit 600f360

2 files changed

Lines changed: 43 additions & 4 deletions

File tree

package-lock.json

Lines changed: 40 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polkastats-backend-uniquenetwork",
3-
"version": "2.0.94",
3+
"version": "2.0.95",
44
"description": "",
55
"author": "Unique Network Team",
66
"private": true,
@@ -9,6 +9,7 @@
99
"prebuild": "rimraf dist",
1010
"build": "nest build",
1111
"build:crawler": "nest build crawler",
12+
"build:all": "npm run build & npm run build:crawler",
1213
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
1314
"start": "nest start",
1415
"start:dev": "nest start --watch",
@@ -73,7 +74,6 @@
7374
"graphql-type-json": "^0.3.2",
7475
"lodash": "^4.17.21",
7576
"pg": "^8.7.1",
76-
"pg-cursor": "^2.10.3",
7777
"reflect-metadata": "^0.1.13",
7878
"response-time": "^2.3.2",
7979
"rimraf": "^3.0.2",
@@ -109,6 +109,7 @@
109109
"jest-environment-jsdom": "28.1.1",
110110
"json-to-graphql-query": "^2.2.2",
111111
"mocha": "^10.2.0",
112+
"pg-cursor": "^2.11.0",
112113
"prettier": "^2.3.2",
113114
"source-map-support": "^0.5.20",
114115
"supertest": "^6.1.3",

0 commit comments

Comments
 (0)