Skip to content

Commit

Permalink
[RND-704][RND-670] Update MetaEd and DS, begin/end dates optional on …
Browse files Browse the repository at this point in the history
…descriptors (#341)
  • Loading branch information
bradbanister authored Jan 19, 2024
1 parent 889fbd4 commit 3d9ebb3
Show file tree
Hide file tree
Showing 14 changed files with 126,138 additions and 7,521 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edfi/meadowlark-elasticsearch-backend",
"main": "dist/index.js",
"version": "0.4.1-pre.6",
"version": "0.4.1-pre.7",
"description": "Meadowlark backend plugin for elasticsearch",
"license": "Apache-2.0",
"publishConfig": {
Expand All @@ -19,8 +19,8 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-core": "0.4.1-pre.6",
"@edfi/meadowlark-utilities": "0.4.1-pre.6",
"@edfi/meadowlark-core": "0.4.1-pre.7",
"@edfi/meadowlark-utilities": "0.4.1-pre.7",
"@elastic/elasticsearch": "^8.10.0",
"@elastic/transport": "^8.3.4"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edfi/meadowlark-mongodb-backend",
"main": "dist/index.js",
"version": "0.4.1-pre.6",
"version": "0.4.1-pre.7",
"description": "Meadowlark backend plugin for MongoDB",
"license": "Apache-2.0",
"publishConfig": {
Expand All @@ -19,9 +19,9 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-authz-server": "0.4.1-pre.6",
"@edfi/meadowlark-core": "0.4.1-pre.6",
"@edfi/meadowlark-utilities": "0.4.1-pre.6",
"@edfi/meadowlark-authz-server": "0.4.1-pre.7",
"@edfi/meadowlark-core": "0.4.1-pre.7",
"@edfi/meadowlark-utilities": "0.4.1-pre.7",
"async-retry": "^1.3.3",
"mongodb": "^5.9.2",
"ramda": "0.29.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edfi/meadowlark-opensearch-backend",
"main": "dist/index.js",
"version": "0.4.1-pre.6",
"version": "0.4.1-pre.7",
"description": "Meadowlark backend plugin for OpenSearch",
"license": "Apache-2.0",
"publishConfig": {
Expand All @@ -19,8 +19,8 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-core": "0.4.1-pre.6",
"@edfi/meadowlark-utilities": "0.4.1-pre.6",
"@edfi/meadowlark-core": "0.4.1-pre.7",
"@edfi/meadowlark-utilities": "0.4.1-pre.7",
"@opensearch-project/opensearch": "^2.4.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edfi/meadowlark-postgresql-backend",
"main": "dist/index.js",
"version": "0.4.1-pre.6",
"version": "0.4.1-pre.7",
"description": "Meadowlark backend plugin for PostgreSQL",
"license": "Apache-2.0",
"publishConfig": {
Expand All @@ -19,9 +19,9 @@
"build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose"
},
"dependencies": {
"@edfi/meadowlark-authz-server": "0.4.1-pre.6",
"@edfi/meadowlark-core": "0.4.1-pre.6",
"@edfi/meadowlark-utilities": "0.4.1-pre.6",
"@edfi/meadowlark-authz-server": "0.4.1-pre.7",
"@edfi/meadowlark-core": "0.4.1-pre.7",
"@edfi/meadowlark-utilities": "0.4.1-pre.7",
"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
@@ -1,5 +1,5 @@
{
"lerna": "8.0.2",
"version": "0.4.1-pre.6",
"version": "0.4.1-pre.7",
"npmClient": "npm"
}
Loading

0 comments on commit 3d9ebb3

Please sign in to comment.