Skip to content

Commit

Permalink
fix: email to contacts migration (#609)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: AVVS <[email protected]>
Co-authored-by: Vitaly Aminev <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 2e13cfd commit cb92622
Show file tree
Hide file tree
Showing 5 changed files with 1,268 additions and 1,102 deletions.
2 changes: 1 addition & 1 deletion .mdeprc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (os.platform() !== 'darwin') {
} catch (e) { }
}

exports.node = "20";
exports.node = "20.15.1";
exports.in_one = true;
exports.auto_compose = true;
exports.with_local_compose = true;
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN \
add ca-certificates --virtual .buildDeps git ca-certificates openssl g++ make python3 linux-headers \
&& update-ca-certificates \
&& chown node:node /src \
&& su -l node -c "cd /src && pnpm fetch --prod" \
&& su -l node -c "rm -rf ~/.cache && pnpm store prune" \
&& su node sh -c "cd /src && pnpm fetch --prod" \
&& su node sh -c "rm -rf ~/.cache && pnpm store prune" \
&& apk del .buildDeps \
&& rm -rf \
/tmp/* \
Expand Down
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@fastify/deepmerge": "^1.3.0",
"@fastify/deepmerge": "^2.0.0",
"@hapi/bell": "^13.0.2",
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.7",
"@hapi/hapi": "^21.3.10",
"@hapi/hoek": "^11.0.4",
"@hapi/vision": "^7.0.3",
"@microfleet/core": "^20.1.3",
"@microfleet/core-types": "^3.1.3",
"@microfleet/plugin-amqp": "^3.1.3",
"@microfleet/plugin-consul": "^5.1.3",
"@microfleet/plugin-dlock": "^3.1.3",
"@microfleet/plugin-hapi": "^3.1.3",
"@microfleet/plugin-logger": "3.1.3",
"@microfleet/plugin-opentracing": "^3.1.3",
"@microfleet/plugin-prometheus": "^3.1.3",
"@microfleet/plugin-redis-cluster": "^3.1.3",
"@microfleet/plugin-redis-core": "^3.1.3",
"@microfleet/plugin-redis-sentinel": "^3.1.3",
"@microfleet/plugin-router": "^3.1.3",
"@microfleet/plugin-router-amqp": "^3.1.3",
"@microfleet/plugin-router-hapi": "^3.1.3",
"@microfleet/plugin-signed-request": "^3.1.3",
"@microfleet/plugin-validator": "^3.1.3",
"@microfleet/core": "^20.1.4",
"@microfleet/core-types": "^3.1.4",
"@microfleet/plugin-amqp": "^3.1.4",
"@microfleet/plugin-consul": "^5.1.4",
"@microfleet/plugin-dlock": "^3.1.4",
"@microfleet/plugin-hapi": "^3.1.4",
"@microfleet/plugin-logger": "3.1.4",
"@microfleet/plugin-opentracing": "^3.1.4",
"@microfleet/plugin-prometheus": "^3.1.4",
"@microfleet/plugin-redis-cluster": "^3.1.4",
"@microfleet/plugin-redis-core": "^3.1.4",
"@microfleet/plugin-redis-sentinel": "^3.1.4",
"@microfleet/plugin-router": "^3.1.4",
"@microfleet/plugin-router-amqp": "^3.1.4",
"@microfleet/plugin-router-hapi": "^3.1.4",
"@microfleet/plugin-signed-request": "^3.1.4",
"@microfleet/plugin-validator": "^3.1.4",
"@microfleet/transport-amqp": "^17.8.2",
"@microfleet/utils": "^3.1.3",
"@microfleet/utils": "^3.1.4",
"@microfleet/validation": "^12.0.0",
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto": "^12.0.1",
"ajv": "^8.12.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"bluebird": "^3.7.2",
"bytes": "^3.1.2",
Expand All @@ -70,12 +70,12 @@
"flake-idgen": "^1.4.0",
"get-stdin": "^8.0.0",
"get-value": "^3.0.1",
"glob": "^10.3.12",
"glob": "^11.0.0",
"got": "^11.8.6",
"handlebars": "^4.7.8",
"ioredis": "^4.28.5",
"is": "^3.3.0",
"jose": "^5.2.3",
"jose": "^5.6.3",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"jwks-rsa": "^3.1.0",
Expand All @@ -90,17 +90,17 @@
"otplib": "^12.0.1",
"p-retry": "^4.6.2",
"password-generator": "^2.3.2",
"prom-client": "^15.1.1",
"qs": "^6.12.0",
"prom-client": "^15.1.3",
"qs": "^6.12.3",
"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.2",
"sonic-boom": "^3.8.0",
"tough-cookie": "^4.1.3",
"undici": "^6.11.1",
"uuid": "^9.0.1",
"sonic-boom": "^4.0.1",
"tough-cookie": "^4.1.4",
"undici": "^6.19.4",
"uuid": "^10.0.0",
"yargs": "^17.7.2",
"z32": "^1.1.0",
"zxcvbn": "^4.4.2"
Expand All @@ -112,29 +112,29 @@
"@semantic-release/git": "^10.0.1",
"apidoc": "^1.2.0",
"apidoc-plugin-schema": "^0.1.8",
"c8": "^9.1.0",
"c8": "^10.1.2",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-makeomatic": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-unicorn": "^54.0.0",
"http-signature": "^1.4.0",
"hyperid": "^3.2.0",
"json": "^11.0.0",
"md5": "^2.3.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"nock": "^13.5.4",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rfdc": "^1.3.1",
"rimraf": "^5.0.5",
"rfdc": "^1.4.1",
"rimraf": "^6.0.1",
"semantic-release": "23.0.6",
"sinon": "^17.0.1",
"typescript": "^5.4.3",
"why-is-node-running": "^2.2.2"
"sinon": "^18.0.0",
"typescript": "^5.5.4",
"why-is-node-running": "^3.2.0"
},
"engines": {
"node": ">= 14.18.0",
Expand Down
Loading

0 comments on commit cb92622

Please sign in to comment.