Skip to content

Commit 72d0744

Browse files
authored
use latest arena-core (#155)
1 parent 01f8457 commit 72d0744

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

.yarn/install-state.gz

4.52 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
approvedGitRepositories:
2-
- '**'
2+
- "**"
33

44
enableScripts: true
55

66
nodeLinker: node-modules
77

8+
npmPreapprovedPackages:
9+
- "@openforis/arena-core"
10+
811
npmScopes:
912
openforis:
1013
npmAlwaysAuth: true
11-
npmAuthToken: '${NPM_TOKEN}'
12-
npmRegistryServer: 'https://npm.pkg.github.com'
14+
npmAuthToken: "${NPM_TOKEN}"
15+
npmRegistryServer: "https://npm.pkg.github.com"
1316

1417
yarnPath: .yarn/releases/yarn-4.16.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@godaddy/terminus": "^4.12.1",
48-
"@openforis/arena-core": "^1.3.0",
48+
"@openforis/arena-core": "^1.3.1",
4949
"bcryptjs": "^3.0.3",
5050
"compression": "^1.8.1",
5151
"cookie-parser": "^1.4.7",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,9 +1037,9 @@ __metadata:
10371037
languageName: node
10381038
linkType: hard
10391039

1040-
"@openforis/arena-core@npm:^1.3.0":
1041-
version: 1.3.0
1042-
resolution: "@openforis/arena-core@npm:1.3.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40openforis%2Farena-core%2F1.3.0%2Fef6a7c1a5381558001eec8721f945b87f47c132d"
1040+
"@openforis/arena-core@npm:^1.3.1":
1041+
version: 1.3.1
1042+
resolution: "@openforis/arena-core@npm:1.3.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40openforis%2Farena-core%2F1.3.1%2F7ca4c70fa6439baefdf34ff415cf28079a95ba97"
10431043
dependencies:
10441044
"@jsep-plugin/regex": "npm:^1.0.4"
10451045
"@turf/bearing": "npm:^7.3.5"
@@ -1055,7 +1055,7 @@ __metadata:
10551055
moment: "npm:^2.30.1"
10561056
proj4: "npm:^2.20.8"
10571057
uuid: "npm:^14.0.0"
1058-
checksum: 10c0/8d87dc6a5c766b2ee8f84a211b9667511a3c8db597c69a08a6b8785890f61e57f84aa1a424d88af87b8131ccc5bfdb6f6b4483da346f518171bff2d64790e51c
1058+
checksum: 10c0/4446acf61950e9f6e65d3b64445dceb48a36315fb76213124debd6b885884de05efb1b1576ff35cf3b56ca9715b0dd2f73ab8de63f848820beaa28699bb2ce40
10591059
languageName: node
10601060
linkType: hard
10611061

@@ -1066,7 +1066,7 @@ __metadata:
10661066
"@eslint/js": "npm:^10.0.1"
10671067
"@godaddy/terminus": "npm:^4.12.1"
10681068
"@machinomy/types-node-db-migrate": "npm:^0.0.2"
1069-
"@openforis/arena-core": "npm:^1.3.0"
1069+
"@openforis/arena-core": "npm:^1.3.1"
10701070
"@types/bcryptjs": "npm:^3.0.0"
10711071
"@types/compression": "npm:^1.8.1"
10721072
"@types/cookie-parser": "npm:^1.4.10"

0 commit comments

Comments
 (0)