Skip to content

Commit

Permalink
feat: dump search (#599)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Ilya Shevtsov <40289376+2b1q@users.noreply.github.com>
Co-authored-by: Pavel Rahman <51755949+pajgo@users.noreply.github.com>
Co-authored-by: Ilya Shevtsov <2bb3qq@gmail.com>
  • Loading branch information
4 people committed Sep 5, 2023
1 parent 5c2af02 commit bb88bb9
Show file tree
Hide file tree
Showing 13 changed files with 475 additions and 231 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global_job_config:
commands:
- set -e
- sem-version node 18
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@8
- npm install -g pnpm@8
- checkout
- cache restore node-$(checksum pnpm-lock.yaml)
- pnpm i --frozen-lockfile --prefer-offline --ignore-scripts
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"flake-idgen": "^1.4.0",
"get-stdin": "^8.0.0",
"get-value": "^3.0.1",
"glob": "^10.3.3",
"glob": "^10.3.4",
"got": "^11.8.6",
"handlebars": "^4.7.8",
"ioredis": "^4.28.5",
"is": "^3.3.0",
"jose": "^4.14.4",
"jsonwebtoken": "^9.0.1",
"jose": "^4.14.5",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"jwks-rsa": "^3.0.1",
"lodash": "^4.17.21",
Expand All @@ -91,30 +91,31 @@
"password-generator": "^2.3.2",
"prom-client": "^14.2.0",
"qs": "^6.11.2",
"redis-filtered-sort": "^2.4.0",
"redis-filtered-sort": "^2.5.0",
"scrypt-kdf": "^2.0.1",
"secure-json-parse": "^2.7.0",
"serialize-error": "^8.1.0",
"serialize-javascript": "^6.0.1",
"sonic-boom": "^3.3.0",
"tough-cookie": "^4.1.3",
"undici": "^5.23.0",
"uuid": "^9.0.0",
"yargs": "^17.7.2",
"z32": "^1.0.0",
"z32": "^1.0.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@makeomatic/deploy": "^12.11.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"apidoc": "^1.1.0",
"apidoc": "^1.2.0",
"apidoc-plugin-schema": "^0.1.8",
"c8": "^8.0.1",
"chai": "^4.3.7",
"chai": "^4.3.8",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-makeomatic": "^5.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-mocha": "^10.1.0",
Expand All @@ -130,9 +131,9 @@
"request-promise": "^4.2.6",
"rfdc": "^1.3.0",
"rimraf": "^5.0.1",
"semantic-release": "21.0.9",
"semantic-release": "21.1.1",
"sinon": "^15.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"why-is-node-running": "^2.2.2"
},
"engines": {
Expand Down
Loading

0 comments on commit bb88bb9

Please sign in to comment.