Skip to content

Commit 68c8f0c

Browse files
committed
Merge branch 'master' of github.com:openforis/arena-server into feat/auto-scaling
2 parents 4eb5596 + 7299205 commit 68c8f0c

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.yarn/install-state.gz

207 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "OpenForis",
55
"email": "openforis.arena@gmail.com"
66
},
7-
"version": "2.1.0",
7+
"version": "2.1.1",
88
"description": "",
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@aws-sdk/client-s3": "^3.1112.0",
4848
"@godaddy/terminus": "^4.12.1",
49-
"@openforis/arena-core": "^2.0.1",
49+
"@openforis/arena-core": "^2.1.1",
5050
"bcryptjs": "^3.0.3",
5151
"compression": "^1.8.1",
5252
"cookie-parser": "^1.4.7",

src/job/jobContext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { JobContext as CoreJobContext } from '@openforis/arena-core'
2+
23
import { BaseProtocol } from '../db'
34

45
export interface JobContext extends CoreJobContext {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,9 +1217,9 @@ __metadata:
12171217
languageName: node
12181218
linkType: hard
12191219

1220-
"@openforis/arena-core@npm:^2.0.1":
1221-
version: 2.0.1
1222-
resolution: "@openforis/arena-core@npm:2.0.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40openforis%2Farena-core%2F2.0.1%2F5d8e415d5d2ff219d17a10b61fe7a9f1fd415c12"
1220+
"@openforis/arena-core@npm:^2.1.1":
1221+
version: 2.1.1
1222+
resolution: "@openforis/arena-core@npm:2.1.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40openforis%2Farena-core%2F2.1.1%2F299f3875319599f29e4d843261684beb48dbd742"
12231223
dependencies:
12241224
"@jsep-plugin/regex": "npm:^1.0.4"
12251225
"@turf/bearing": "npm:^7.3.5"
@@ -1235,7 +1235,7 @@ __metadata:
12351235
moment: "npm:^2.30.1"
12361236
proj4: "npm:^2.20.9"
12371237
uuid: "npm:^14.0.1"
1238-
checksum: 10c0/631cc653e1d18919b99fd93b430661afb961ef1372e14d72482a41fa9bfb55e792c540c949e8754caf908900e46a09837ff6a20adc76c853b3e04606b27c8fdb
1238+
checksum: 10c0/cf1425c772e2abb27dd32b3c62dc8edee625b518144d6952e9197f0d781dac80cfde6a3de2c31f5451afc878a8a6d0e4b82173fc16da3020363fd60a73561cc0
12391239
languageName: node
12401240
linkType: hard
12411241

@@ -1247,7 +1247,7 @@ __metadata:
12471247
"@eslint/js": "npm:^10.0.1"
12481248
"@godaddy/terminus": "npm:^4.12.1"
12491249
"@machinomy/types-node-db-migrate": "npm:^0.0.2"
1250-
"@openforis/arena-core": "npm:^2.0.1"
1250+
"@openforis/arena-core": "npm:^2.1.1"
12511251
"@types/bcryptjs": "npm:^3.0.0"
12521252
"@types/compression": "npm:^1.8.1"
12531253
"@types/cookie-parser": "npm:^1.4.10"

0 commit comments

Comments
 (0)