fix(core): update

This commit is contained in:
2023-12-06 02:16:36 +01:00
parent 96c9cf8ee6
commit 007f25fcca
13 changed files with 422 additions and 119 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild --allowimplicitany && tsbuild element --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
@@ -21,7 +21,14 @@
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.7"
},
"dependencies": {},
"dependencies": {
"@api.global/typedrequest": "^3.0.2",
"@api.global/typedrequest-interfaces": "^3.0.1",
"@push.rocks/smartpath": "^5.0.11"
},
"peerDependencies": {
"electron": ">=28.0.0-beta.11"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/api.global/typedelectron.git"