fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 8fcc3cc78a - Show all commits

View file

@ -39,7 +39,7 @@
"lint": "standard --verbose --fix 'src/*.js' 'cypress/**/*.js'", "lint": "standard --verbose --fix 'src/*.js' 'cypress/**/*.js'",
"prelint": "npm run pretty", "prelint": "npm run pretty",
"pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'", "pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'",
"secure": "nsp check", "secure": "nsp check --no-verify",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"unused-deps": "dependency-check --unused --no-dev ./package.json", "unused-deps": "dependency-check --unused --no-dev ./package.json",
"travis-deploy-once": "travis-deploy-once --pro", "travis-deploy-once": "travis-deploy-once --pro",