Skip to content

Commit 680fc43

Browse files
authored
Merge pull request #2 from bsv-blockchain/feature/gasp-pagination-in-ship-and-slap
Feature/gasp pagination in ship and slap
2 parents 9a32c5c + a80882a commit 680fc43

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overlay-express-examples",
3-
"version": "0.3.7",
3+
"version": "0.4.0",
44
"description": "Run the overlay infrastructure for distributed applications.",
55
"homepage": "https://github.com/bsv-blockchain/overlay-express-examples#readme",
66
"bugs": {
@@ -24,10 +24,10 @@
2424
"typescript": "^5.8.3"
2525
},
2626
"dependencies": {
27-
"@bsv/overlay": "^0.4.4",
28-
"@bsv/overlay-discovery-services": "^1.4.1",
29-
"@bsv/overlay-express": "^0.7.6",
30-
"@bsv/sdk": "^1.6.17",
27+
"@bsv/overlay": "^0.4.5",
28+
"@bsv/overlay-discovery-services": "^1.4.2",
29+
"@bsv/overlay-express": "^0.7.8",
30+
"@bsv/sdk": "^1.6.20",
3131
"dotenv": "^16.5.0",
3232
"mongodb": "^6.17.0",
3333
"mysql2": "^3.14.1"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"outDir": "dist",
44
"rootDir": "src",
55
"sourceMap": true,
6-
"target": "es2015",
6+
"target": "es2022",
77
"module": "commonjs",
88
"esModuleInterop": true,
99
"resolveJsonModule": true,

0 commit comments

Comments
 (0)