Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Mar 5, 2024
1 parent 988fc30 commit ec9f057
Show file tree
Hide file tree
Showing 9 changed files with 416 additions and 177 deletions.
162 changes: 111 additions & 51 deletions dist/OpensearchStore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/OpensearchStore.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/OpensearchStoreDoc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/OpensearchStoreDoc.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "SenecaOpensearchStore",
"name": "@seneca/opensearch-store",
"version": "0.0.1",
"description": "Seneca OpenSearch data storage plugin.",
"main": "dist/OpensearchStore.js",
Expand All @@ -16,7 +16,7 @@
"test-watch": "jest --coverage --watchAll",
"watch": "tsc -w -d",
"build": "tsc -d",
"doc": "seneca-doc",
"doc": "seneca-doc -p seneca-entity",
"prettier": "prettier --write --no-semi --single-quote src/**/*.ts test/*.js",
"reset": "npm run clean && npm i && npm run build && npm test",
"clean": "rm -rf node_modules dist package-lock.json yarn.lock",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@seneca/doc": "^7.2.0",
"@seneca/maintain": "^0.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.21",
"@types/node": "^20.11.24",
"esbuild": "^0.20.1",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit ec9f057

Please sign in to comment.