Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
9 changes: 6 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
approvedGitRepositories:
- '**'
- "**"

enableScripts: true

nodeLinker: node-modules

npmPreapprovedPackages:
- "@openforis/arena-core"

npmScopes:
openforis:
npmAlwaysAuth: true
npmAuthToken: '${NPM_TOKEN}'
npmRegistryServer: 'https://npm.pkg.github.com'
npmAuthToken: "${NPM_TOKEN}"
npmRegistryServer: "https://npm.pkg.github.com"

yarnPath: .yarn/releases/yarn-4.16.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@godaddy/terminus": "^4.12.1",
"@openforis/arena-core": "^1.3.0",
"@openforis/arena-core": "^1.3.1",
"bcryptjs": "^3.0.3",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1037,9 +1037,9 @@ __metadata:
languageName: node
linkType: hard

"@openforis/arena-core@npm:^1.3.0":
version: 1.3.0
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"
"@openforis/arena-core@npm:^1.3.1":
version: 1.3.1
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"
dependencies:
"@jsep-plugin/regex": "npm:^1.0.4"
"@turf/bearing": "npm:^7.3.5"
Expand All @@ -1055,7 +1055,7 @@ __metadata:
moment: "npm:^2.30.1"
proj4: "npm:^2.20.8"
uuid: "npm:^14.0.0"
checksum: 10c0/8d87dc6a5c766b2ee8f84a211b9667511a3c8db597c69a08a6b8785890f61e57f84aa1a424d88af87b8131ccc5bfdb6f6b4483da346f518171bff2d64790e51c
checksum: 10c0/4446acf61950e9f6e65d3b64445dceb48a36315fb76213124debd6b885884de05efb1b1576ff35cf3b56ca9715b0dd2f73ab8de63f848820beaa28699bb2ce40
languageName: node
linkType: hard

Expand All @@ -1066,7 +1066,7 @@ __metadata:
"@eslint/js": "npm:^10.0.1"
"@godaddy/terminus": "npm:^4.12.1"
"@machinomy/types-node-db-migrate": "npm:^0.0.2"
"@openforis/arena-core": "npm:^1.3.0"
"@openforis/arena-core": "npm:^1.3.1"
"@types/bcryptjs": "npm:^3.0.0"
"@types/compression": "npm:^1.8.1"
"@types/cookie-parser": "npm:^1.4.10"
Expand Down
Loading