(feat): add live messages
(feat): update licenses (feat): update livekit logging (feat): add basic grid layout (fix): remove deeplink log message
This commit is contained in:
parent
3768488e49
commit
8e294d230e
21 changed files with 510 additions and 51 deletions
|
|
@ -173,11 +173,11 @@ Generated from bun.lock and installed packages in workspace node_modules folders
|
|||
- Folder: `licenses/@tauri-apps_plugin-opener@2.5.3`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/plugin-opener`
|
||||
|
||||
## @tensamin/ttp-core@0.0.12
|
||||
## @tensamin/ttp-core@0.0.13
|
||||
|
||||
- License: UNKNOWN
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@tensamin_ttp-core@0.0.12`
|
||||
- Folder: `licenses/@tensamin_ttp-core@0.0.13`
|
||||
- Source package dir: `packages/ttp/node_modules/@tensamin/ttp-core`
|
||||
|
||||
## @tensamin/ui@0.0.30
|
||||
|
|
@ -401,6 +401,26 @@ Generated from bun.lock and installed packages in workspace node_modules folders
|
|||
- Folder: `licenses/react-dom@19.2.5`
|
||||
- Source package dir: `apps/tauri/node_modules/react-dom`
|
||||
|
||||
## recharts@3.8.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/recharts/recharts
|
||||
- Repository: git+https://github.com/recharts/recharts.git
|
||||
- Description: React charts
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/recharts@3.8.1`
|
||||
- Source package dir: `packages/call/node_modules/recharts`
|
||||
|
||||
## recharts@3.8.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/recharts/recharts
|
||||
- Repository: git+https://github.com/recharts/recharts.git
|
||||
- Description: React charts
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/recharts@3.8.1`
|
||||
- Source package dir: `packages/call/node_modules/recharts`
|
||||
|
||||
## shadcn@4.2.0
|
||||
|
||||
- License: MIT
|
||||
|
|
@ -547,3 +567,13 @@ Generated from bun.lock and installed packages in workspace node_modules folders
|
|||
- Included files: LICENSE
|
||||
- Folder: `licenses/zod@4.3.6`
|
||||
- Source package dir: `apps/web/node_modules/zod`
|
||||
|
||||
## zustand@5.0.12
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/pmndrs/zustand
|
||||
- Repository: git+https://github.com/pmndrs/zustand.git
|
||||
- Description: 🐻 Bear necessities for state management in React
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/zustand@5.0.12`
|
||||
- Source package dir: `packages/call/node_modules/zustand`
|
||||
|
|
|
|||
22
licenses/recharts@3.8.1/LICENSE
Normal file
22
licenses/recharts@3.8.1/LICENSE
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015-present recharts
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"specVersion": "1.5",
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"timestamp": "2026-04-28T17:49:46.479Z",
|
||||
"timestamp": "2026-04-29T21:21:16.348Z",
|
||||
"tools": [
|
||||
{
|
||||
"vendor": "OpenAI",
|
||||
|
|
@ -615,15 +615,15 @@
|
|||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/%40tensamin/ttp-core@0.0.12",
|
||||
"bomRef": "pkg:npm/%40tensamin/ttp-core@0.0.13",
|
||||
"name": "@tensamin/ttp-core",
|
||||
"version": "0.0.12",
|
||||
"purl": "pkg:npm/%40tensamin/ttp-core@0.0.12",
|
||||
"version": "0.0.13",
|
||||
"purl": "pkg:npm/%40tensamin/ttp-core@0.0.13",
|
||||
"externalReferences": [],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/@tensamin_ttp-core@0.0.12"
|
||||
"value": "licenses/@tensamin_ttp-core@0.0.13"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
|
|
@ -1395,6 +1395,76 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/recharts@3.8.1",
|
||||
"name": "recharts",
|
||||
"version": "3.8.1",
|
||||
"purl": "pkg:npm/recharts@3.8.1",
|
||||
"description": "React charts",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "MIT"
|
||||
}
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "website",
|
||||
"url": "https://github.com/recharts/recharts"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git+https://github.com/recharts/recharts.git"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/recharts@3.8.1"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
"value": "packages/call/node_modules/recharts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/recharts@3.8.1",
|
||||
"name": "recharts",
|
||||
"version": "3.8.1",
|
||||
"purl": "pkg:npm/recharts@3.8.1",
|
||||
"description": "React charts",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "MIT"
|
||||
}
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "website",
|
||||
"url": "https://github.com/recharts/recharts"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git+https://github.com/recharts/recharts.git"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/recharts@3.8.1"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
"value": "packages/call/node_modules/recharts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/shadcn@4.2.0",
|
||||
|
|
@ -1907,6 +1977,41 @@
|
|||
"value": "apps/web/node_modules/zod"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/zustand@5.0.12",
|
||||
"name": "zustand",
|
||||
"version": "5.0.12",
|
||||
"purl": "pkg:npm/zustand@5.0.12",
|
||||
"description": "🐻 Bear necessities for state management in React",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "MIT"
|
||||
}
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "website",
|
||||
"url": "https://github.com/pmndrs/zustand"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git+https://github.com/pmndrs/zustand.git"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/zustand@5.0.12"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
"value": "packages/call/node_modules/zustand"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"generatedAt": "2026-04-28T17:49:46.477Z",
|
||||
"packageCount": 57,
|
||||
"generatedAt": "2026-04-29T21:21:16.347Z",
|
||||
"packageCount": 60,
|
||||
"packages": [
|
||||
{
|
||||
"name": "@codemirror/commands",
|
||||
|
|
@ -240,7 +240,7 @@
|
|||
},
|
||||
{
|
||||
"name": "@tensamin/ttp-core",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"license": "UNKNOWN",
|
||||
"homepage": null,
|
||||
"repository": null,
|
||||
|
|
@ -248,7 +248,7 @@
|
|||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@tensamin_ttp-core@0.0.12",
|
||||
"licenseFolder": "licenses/@tensamin_ttp-core@0.0.13",
|
||||
"sourcePackageDir": "packages/ttp/node_modules/@tensamin/ttp-core"
|
||||
},
|
||||
{
|
||||
|
|
@ -549,6 +549,32 @@
|
|||
"licenseFolder": "licenses/react-dom@19.2.5",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/react-dom"
|
||||
},
|
||||
{
|
||||
"name": "recharts",
|
||||
"version": "3.8.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/recharts/recharts",
|
||||
"repository": "git+https://github.com/recharts/recharts.git",
|
||||
"description": "React charts",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/recharts@3.8.1",
|
||||
"sourcePackageDir": "packages/call/node_modules/recharts"
|
||||
},
|
||||
{
|
||||
"name": "recharts",
|
||||
"version": "3.8.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/recharts/recharts",
|
||||
"repository": "git+https://github.com/recharts/recharts.git",
|
||||
"description": "React charts",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/recharts@3.8.1",
|
||||
"sourcePackageDir": "packages/call/node_modules/recharts"
|
||||
},
|
||||
{
|
||||
"name": "shadcn",
|
||||
"version": "4.2.0",
|
||||
|
|
@ -743,6 +769,19 @@
|
|||
],
|
||||
"licenseFolder": "licenses/zod@4.3.6",
|
||||
"sourcePackageDir": "apps/web/node_modules/zod"
|
||||
},
|
||||
{
|
||||
"name": "zustand",
|
||||
"version": "5.0.12",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/pmndrs/zustand",
|
||||
"repository": "git+https://github.com/pmndrs/zustand.git",
|
||||
"description": "🐻 Bear necessities for state management in React",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/zustand@5.0.12",
|
||||
"sourcePackageDir": "packages/call/node_modules/zustand"
|
||||
}
|
||||
]
|
||||
}
|
||||
21
licenses/zustand@5.0.12/LICENSE
Normal file
21
licenses/zustand@5.0.12/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 Paul Henschel
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
Loading…
Reference in a new issue