Skip to content

Commit

Permalink
Rollback meadowlark packages update
Browse files Browse the repository at this point in the history
  • Loading branch information
andonyns committed Oct 9, 2023
1 parent 0022675 commit 34bb392
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 1,094 deletions.
1 change: 0 additions & 1 deletion Meadowlark-js/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ OAUTH_SIGNING_KEY="<run `openssl rand -base64 256` to create a key>"
# Any settings applied here will cause the connection to fail.

MONGODB_MAX_NUMBER_OF_RETRIES=1
MONGO_URI=mongodb://<username>:<password>@mongo1:27017,mongo2:27018,mongo3:27019/?replicaSet=rs0

#
# The settings below are typically good enough to get started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-core": "^v0.3.6-pre-68",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-68",
"@edfi/meadowlark-core": "^v0.3.6-pre-36",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"@elastic/elasticsearch": "^8.10.0",
"@elastic/transport": "^8.3.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-authz-server": "^v0.3.6-pre-68",
"@edfi/meadowlark-core": "^v0.3.6-pre-68",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-68",
"@edfi/meadowlark-authz-server": "^v0.3.6-pre-36",
"@edfi/meadowlark-core": "^v0.3.6-pre-36",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"async-retry": "^1.3.3",
"mongodb": "^5.9.0",
"ramda": "0.29.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-core": "^v0.3.6-pre-68",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-68",
"@edfi/meadowlark-core": "^v0.3.6-pre-36",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"@opensearch-project/opensearch": "^2.4.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-authz-server": "^0.3.6-pre-68",
"@edfi/meadowlark-core": "^v0.3.6-pre-68",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-68",
"@edfi/meadowlark-authz-server": "^v0.3.6-pre-36",
"@edfi/meadowlark-core": "^v0.3.6-pre-36",
"@edfi/meadowlark-utilities": "^v0.3.6-pre-36",
"pg": "^8.11.3",
"pg-format": "^1.0.4",
"ramda": "0.29.1"
Expand Down
2 changes: 1 addition & 1 deletion Meadowlark-js/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "v0.3.0-pre-35",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
"version": {
"allowBranch": "main"
Expand Down
Loading

0 comments on commit 34bb392

Please sign in to comment.