deps-upgrade(platform-admin/backend-api, truth-validation/client/typescript): ⬆️ Update backend API and client dependencies to latest minor/patch versions
This commit is contained in:
parent
c0133460b1
commit
ffd95f1997
2 changed files with 13 additions and 12 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"build": "nest build",
|
||||
"dev": "nest start --watch",
|
||||
"start": "node dist/main.js",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"lint": "eslint src --ext .ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
|
|
|||
|
|
@ -3,24 +3,24 @@
|
|||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Build-time and runtime client for verified platform facts from Truth API",
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
},
|
||||
"./react": {
|
||||
"types": "./src/react.ts",
|
||||
"import": "./src/react.ts",
|
||||
"default": "./src/react.ts"
|
||||
"types": "./dist/react.d.ts",
|
||||
"import": "./dist/react.js",
|
||||
"default": "./dist/react.js"
|
||||
},
|
||||
"./generated": {
|
||||
"types": "./src/generated/facts.ts",
|
||||
"import": "./src/generated/facts.ts",
|
||||
"default": "./src/generated/facts.ts"
|
||||
"types": "./dist/generated/facts.d.ts",
|
||||
"import": "./dist/generated/facts.js",
|
||||
"default": "./dist/generated/facts.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue