0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

refactor: watch all packages when dev (#1796)

This commit is contained in:
Gao Sun 2022-08-22 14:58:39 +08:00 committed by GitHub
parent 6c423a8207
commit 35a4b7289a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 112 additions and 146 deletions

View file

@ -9,7 +9,7 @@
"bootstrap": "lerna bootstrap",
"prepare": "if test \"$NODE_ENV\" != \"production\" && test \"$CI\" != \"true\" ; then husky install ; fi",
"prepack": "lerna run --stream prepack",
"dev": "lerna run --stream prepack && lerna --scope=@logto/{core,ui,console,demo-app} exec -- pnpm dev",
"dev": "lerna run --stream prepack -- --incremental && lerna --ignore=@logto/integration-test run --parallel dev",
"start": "cd packages/core && NODE_ENV=production node . --from-root",
"ci:build": "lerna run --stream build",
"ci:lint": "lerna run --parallel lint",

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -50,7 +50,6 @@
"nock": "^13.2.2",
"prettier": "^2.7.1",
"supertest": "^6.2.2",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -50,7 +50,6 @@
"nock": "^13.2.2",
"prettier": "^2.7.1",
"supertest": "^6.2.2",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -41,7 +41,6 @@
"jest": "^28.1.3",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -42,7 +42,6 @@
"jest": "^28.1.3",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -17,9 +17,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -46,7 +46,6 @@
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -46,7 +46,6 @@
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -44,7 +44,6 @@
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -17,9 +17,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -46,7 +46,6 @@
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -44,7 +44,6 @@
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"prepack": "pnpm build"
},
"dependencies": {
@ -34,7 +34,6 @@
"eslint": "^8.21.0",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"prepack": "pnpm build"
},
"dependencies": {
@ -34,7 +34,6 @@
"eslint": "^8.21.0",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"prepack": "pnpm build"
},
"dependencies": {
@ -35,7 +35,6 @@
"eslint": "^8.21.0",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -41,7 +41,6 @@
"jest": "^28.1.3",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -42,7 +42,6 @@
"jest": "^28.1.3",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -41,7 +41,6 @@
"jest": "^28.1.3",
"lint-staged": "^13.0.0",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -11,6 +11,7 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc --p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"prepack": "pnpm build"

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -44,7 +44,6 @@
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -16,9 +16,9 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf lib/ && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./lib/index.js\"",
"test": "jest",
"test:coverage": "jest --coverage --silent",
"prepack": "pnpm build"
@ -44,7 +44,6 @@
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -0,0 +1,14 @@
{
"exec": "tsc -p tsconfig.build.json --incremental && node ./build/index.js",
"ignore": [
"node_modules/**/node_modules"
],
"watch": [
"../*/lib/",
"../core/src/",
"../core/node_modules/",
".env"
],
"ext": "json,js,jsx,ts,tsx",
"delay": 500
}

View file

@ -12,7 +12,7 @@
"build": "rm -rf build/ && tsc -p tsconfig.build.json && pnpm run copyfiles",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf build/ && pnpm run copyfiles && tsc-watch -p tsconfig.build.json --preserveWatchOutput --onSuccess \"node ./build/index.js\"",
"dev": "rm -rf build/ && pnpm run copyfiles && nodemon",
"start": "NODE_ENV=production node build/index.js",
"test": "jest",
"test:coverage": "jest --coverage --silent",
@ -100,10 +100,10 @@
"jest-matcher-specific-error": "^1.0.0",
"lint-staged": "^13.0.0",
"nock": "^13.2.2",
"nodemon": "^2.0.19",
"openapi-types": "^12.0.0",
"prettier": "^2.7.1",
"supertest": "^6.2.2",
"tsc-watch": "^5.0.0",
"typescript": "^4.7.4"
},
"engines": {

View file

@ -1,7 +1,7 @@
import { z } from 'zod';
import RequestError from '@/errors/RequestError';
import koaAuth, { verifyBearerTokenFromRequest } from '@/middleware/koa-auth';
import { verifyBearerTokenFromRequest } from '@/middleware/koa-auth';
import koaGuard from '@/middleware/koa-guard';
import assertThat from '@/utils/assert-that';

View file

@ -20,6 +20,7 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc",
"dev": "tsc --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"prepack": "pnpm build"

View file

@ -17,6 +17,7 @@
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc",
"dev": "tsc --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"prepack": "pnpm build"

View file

@ -11,7 +11,8 @@
"scripts": {
"precommit": "lint-staged",
"generate": "rm -rf src/db-entries && ts-node src/gen/index.ts && eslint \"src/db-entries/**\" --fix",
"build": "pnpm generate && rm -rf lib/ && tsc --p tsconfig.build.json",
"build": "pnpm generate && rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"prepack": "pnpm build",

View file

@ -12,7 +12,8 @@
"private": true,
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc --p tsconfig.build.json",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"prepack": "pnpm build",

176
pnpm-lock.yaml generated
View file

@ -43,7 +43,6 @@ importers:
prettier: ^2.7.1
snakecase-keys: ^5.1.0
supertest: ^6.2.2
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -72,7 +71,6 @@ importers:
nock: 13.2.2
prettier: 2.7.1
supertest: 6.2.2
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-alipay-web:
@ -100,7 +98,6 @@ importers:
prettier: ^2.7.1
snakecase-keys: ^5.1.0
supertest: ^6.2.2
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -129,7 +126,6 @@ importers:
nock: 13.2.2
prettier: 2.7.1
supertest: 6.2.2
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-aliyun-dm:
@ -148,7 +144,6 @@ importers:
jest: ^28.1.3
lint-staged: ^13.0.0
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -168,7 +163,6 @@ importers:
jest: 28.1.3_@types+node@16.11.12
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-aliyun-sms:
@ -188,7 +182,6 @@ importers:
jest: ^28.1.3
lint-staged: ^13.0.0
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -209,7 +202,6 @@ importers:
jest: 28.1.3_@types+node@16.11.12
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-apple:
@ -232,7 +224,6 @@ importers:
lint-staged: ^13.0.0
nock: ^13.2.2
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -256,7 +247,6 @@ importers:
lint-staged: 13.0.0
nock: 13.2.2
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-azuread:
@ -280,7 +270,6 @@ importers:
lint-staged: ^13.0.0
nock: ^13.2.2
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -305,7 +294,6 @@ importers:
lint-staged: 13.0.0
nock: 13.2.2
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-facebook:
@ -327,7 +315,6 @@ importers:
lint-staged: ^13.0.0
nock: ^13.2.2
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -350,7 +337,6 @@ importers:
lint-staged: 13.0.0
nock: 13.2.2
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-github:
@ -373,7 +359,6 @@ importers:
nock: ^13.2.2
prettier: ^2.7.1
query-string: ^7.0.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -397,7 +382,6 @@ importers:
lint-staged: 13.0.0
nock: 13.2.2
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-google:
@ -419,7 +403,6 @@ importers:
lint-staged: ^13.0.0
nock: ^13.2.2
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -442,7 +425,6 @@ importers:
lint-staged: 13.0.0
nock: 13.2.2
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-mock-email:
@ -456,7 +438,6 @@ importers:
eslint: ^8.21.0
lint-staged: ^13.0.0
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -471,7 +452,6 @@ importers:
eslint: 8.21.0
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-mock-sms:
@ -485,7 +465,6 @@ importers:
eslint: ^8.21.0
lint-staged: ^13.0.0
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -500,7 +479,6 @@ importers:
eslint: 8.21.0
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-mock-social:
@ -515,7 +493,6 @@ importers:
eslint: ^8.21.0
lint-staged: ^13.0.0
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -531,7 +508,6 @@ importers:
eslint: 8.21.0
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-sendgrid-mail:
@ -550,7 +526,6 @@ importers:
jest: ^28.1.3
lint-staged: ^13.0.0
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -570,7 +545,6 @@ importers:
jest: 28.1.3_@types+node@16.11.12
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-smtp:
@ -590,7 +564,6 @@ importers:
lint-staged: ^13.0.0
nodemailer: ^6.7.5
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -611,7 +584,6 @@ importers:
jest: 28.1.3_@types+node@16.11.12
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-twilio-sms:
@ -630,7 +602,6 @@ importers:
jest: ^28.1.3
lint-staged: ^13.0.0
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -650,7 +621,6 @@ importers:
jest: 28.1.3_@types+node@16.11.12
lint-staged: 13.0.0
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-types:
@ -703,7 +673,6 @@ importers:
lint-staged: ^13.0.0
nock: ^13.2.2
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -726,7 +695,6 @@ importers:
lint-staged: 13.0.0
nock: 13.2.2
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-wechat-web:
@ -748,7 +716,6 @@ importers:
lint-staged: ^13.0.0
nock: ^13.2.2
prettier: ^2.7.1
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -771,7 +738,6 @@ importers:
lint-staged: 13.0.0
nock: 13.2.2
prettier: 2.7.1
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/console:
@ -974,6 +940,7 @@ importers:
module-alias: ^2.2.2
nanoid: ^3.1.23
nock: ^13.2.2
nodemon: ^2.0.19
oidc-provider: ^7.11.3
openapi-types: ^12.0.0
p-retry: ^4.6.1
@ -987,7 +954,6 @@ importers:
snake-case: ^3.0.4
snakecase-keys: ^5.1.0
supertest: ^6.2.2
tsc-watch: ^5.0.0
typescript: ^4.7.4
zod: ^3.14.3
dependencies:
@ -1071,10 +1037,10 @@ importers:
jest-matcher-specific-error: 1.0.0
lint-staged: 13.0.0
nock: 13.2.2
nodemon: 2.0.19
openapi-types: 12.0.0
prettier: 2.7.1
supertest: 6.2.2
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/demo-app:
@ -6971,6 +6937,18 @@ packages:
ms: 2.1.3
dev: true
/debug/3.2.7_supports-color@5.5.0:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies:
ms: 2.1.3
supports-color: 5.5.0
dev: true
/debug/4.3.3:
resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
engines: {node: '>=6.0'}
@ -7856,18 +7834,6 @@ packages:
engines: {node: '>= 0.6'}
dev: false
/event-stream/3.3.4:
resolution: {integrity: sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=}
dependencies:
duplexer: 0.1.2
from: 0.1.7
map-stream: 0.1.0
pause-stream: 0.0.11
split: 0.3.3
stream-combiner: 0.0.4
through: 2.3.8
dev: true
/eventemitter3/4.0.7:
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
@ -8196,10 +8162,6 @@ packages:
resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=}
engines: {node: '>= 0.6'}
/from/0.1.7:
resolution: {integrity: sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=}
dev: true
/fs-constants/1.0.0:
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
dev: true
@ -9042,6 +9004,10 @@ packages:
/ieee754/1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
/ignore-by-default/1.0.1:
resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==}
dev: true
/ignore-walk/3.0.4:
resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==}
dependencies:
@ -11214,10 +11180,6 @@ packages:
resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==}
engines: {node: '>=8'}
/map-stream/0.1.0:
resolution: {integrity: sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=}
dev: true
/markdown-escapes/1.0.4:
resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==}
dev: true
@ -12052,10 +12014,6 @@ packages:
resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==}
dev: true
/node-cleanup/2.1.2:
resolution: {integrity: sha1-esGavSl+Caf3KnFUXZUbUX5N3iw=}
dev: true
/node-fetch/2.6.7:
resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==}
engines: {node: 4.x || >=6.0.0}
@ -12132,6 +12090,24 @@ packages:
engines: {node: '>=6.0.0'}
dev: false
/nodemon/2.0.19:
resolution: {integrity: sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==}
engines: {node: '>=8.10.0'}
hasBin: true
requiresBuild: true
dependencies:
chokidar: 3.5.3
debug: 3.2.7_supports-color@5.5.0
ignore-by-default: 1.0.1
minimatch: 3.1.2
pstree.remy: 1.1.8
semver: 5.7.1
simple-update-notifier: 1.0.7
supports-color: 5.5.0
touch: 3.1.0
undefsafe: 2.0.5
dev: true
/noms/0.0.0:
resolution: {integrity: sha1-2o69nzr51nYJGbJ9nNyAkqczKFk=}
dependencies:
@ -12139,6 +12115,13 @@ packages:
readable-stream: 1.0.34
dev: true
/nopt/1.0.10:
resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==}
hasBin: true
dependencies:
abbrev: 1.1.1
dev: true
/nopt/5.0.0:
resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==}
engines: {node: '>=6'}
@ -12928,12 +12911,6 @@ packages:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
engines: {node: '>=8'}
/pause-stream/0.0.11:
resolution: {integrity: sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=}
dependencies:
through: 2.3.8
dev: true
/pend/1.2.0:
resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
dev: true
@ -13504,18 +13481,14 @@ packages:
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
dev: true
/ps-tree/1.2.0:
resolution: {integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==}
engines: {node: '>= 0.10'}
hasBin: true
dependencies:
event-stream: 3.3.4
dev: true
/psl/1.9.0:
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
dev: true
/pstree.remy/1.1.8:
resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==}
dev: true
/pump/3.0.0:
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
dependencies:
@ -14456,6 +14429,11 @@ packages:
hasBin: true
dev: true
/semver/7.0.0:
resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==}
hasBin: true
dev: true
/semver/7.3.5:
resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==}
engines: {node: '>=10'}
@ -14543,6 +14521,13 @@ packages:
dependencies:
is-arrayish: 0.3.2
/simple-update-notifier/1.0.7:
resolution: {integrity: sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==}
engines: {node: '>=8.10.0'}
dependencies:
semver: 7.0.0
dev: true
/sisteransi/1.0.5:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
dev: true
@ -14867,12 +14852,6 @@ packages:
resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==}
engines: {node: '>=6'}
/split/0.3.3:
resolution: {integrity: sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=}
dependencies:
through: 2.3.8
dev: true
/split/1.0.1:
resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==}
dependencies:
@ -14936,21 +14915,10 @@ packages:
engines: {node: '>= 0.8'}
dev: false
/stream-combiner/0.0.4:
resolution: {integrity: sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=}
dependencies:
duplexer: 0.1.2
dev: true
/strict-uri-encode/2.0.0:
resolution: {integrity: sha1-ucczDHBChi9rFC3CdLvMWGbONUY=}
engines: {node: '>=4'}
/string-argv/0.1.2:
resolution: {integrity: sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==}
engines: {node: '>=0.6.19'}
dev: true
/string-argv/0.3.1:
resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==}
engines: {node: '>=0.6.19'}
@ -15521,6 +15489,13 @@ packages:
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
engines: {node: '>=0.6'}
/touch/3.1.0:
resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==}
hasBin: true
dependencies:
nopt: 1.0.10
dev: true
/tough-cookie/4.0.0:
resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==}
engines: {node: '>=6'}
@ -15680,21 +15655,6 @@ packages:
yn: 3.1.1
dev: true
/tsc-watch/5.0.3_typescript@4.7.4:
resolution: {integrity: sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==}
engines: {node: '>=8.17.0'}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
cross-spawn: 7.0.3
node-cleanup: 2.1.2
ps-tree: 1.2.0
string-argv: 0.1.2
strip-ansi: 6.0.1
typescript: 4.7.4
dev: true
/tsconfig-paths/3.14.1:
resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==}
dependencies:
@ -15845,6 +15805,10 @@ packages:
through: 2.3.8
dev: true
/undefsafe/2.0.5:
resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==}
dev: true
/unherit/1.1.3:
resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==}
dependencies: