chore: migrate SDK identity to LocalToolBox

This commit is contained in:
2026-07-27 15:36:07 +02:00
parent 53c40a61ba
commit ef2dab4b46
14 changed files with 42 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ The package also owns the versioned same-origin browser preference contract. Use
`readToolboxPreferences()` and `writeToolboxPreferences()` to share pinned apps,
ordering, visibility, and light/dark/system mode with the Toolbox portal.
See the workspace [README](https://git.add-ideas.de/zemion/toolbox-sdk#readme)
See the workspace [README](https://git.add-ideas.de/lotobo/toolbox-sdk#readme)
for the v1 document formats and full API.
The canonical schemas are also published at

View File

@@ -1,14 +1,14 @@
{
"name": "@add-ideas/toolbox-contract",
"version": "0.2.2",
"version": "0.2.3",
"description": "Runtime-validated manifests, catalogs, discovery, and URL helpers for toolbox applications.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/zemion/toolbox-sdk.git",
"url": "git+https://git.add-ideas.de/lotobo/toolbox-sdk.git",
"directory": "packages/contract"
},
"homepage": "https://git.add-ideas.de/zemion/toolbox-sdk",
"homepage": "https://git.add-ideas.de/lotobo/toolbox-sdk",
"keywords": [
"toolbox",
"manifest",
@@ -43,6 +43,6 @@
},
"publishConfig": {
"access": "public",
"registry": "https://git.add-ideas.de/api/packages/zemion/npm/"
"registry": "https://git.add-ideas.de/api/packages/lotobo/npm/"
}
}

View File

@@ -1,14 +1,14 @@
{
"name": "@add-ideas/toolbox-shell-react",
"version": "0.2.2",
"version": "0.2.3",
"description": "A lightweight React application shell for toolbox-compatible browser applications.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/zemion/toolbox-sdk.git",
"url": "git+https://git.add-ideas.de/lotobo/toolbox-sdk.git",
"directory": "packages/shell-react"
},
"homepage": "https://git.add-ideas.de/zemion/toolbox-sdk",
"homepage": "https://git.add-ideas.de/lotobo/toolbox-sdk",
"keywords": [
"toolbox",
"react",
@@ -38,7 +38,7 @@
"react-dom": ">=18 <20"
},
"dependencies": {
"@add-ideas/toolbox-contract": "0.2.2"
"@add-ideas/toolbox-contract": "0.2.3"
},
"scripts": {
"build": "tsc -p tsconfig.build.json && node -e \"const fs=require('node:fs');fs.copyFileSync('src/styles.css','dist/styles.css');fs.copyFileSync('../../LICENSE','LICENSE')\"",
@@ -48,6 +48,6 @@
},
"publishConfig": {
"access": "public",
"registry": "https://git.add-ideas.de/api/packages/zemion/npm/"
"registry": "https://git.add-ideas.de/api/packages/lotobo/npm/"
}
}

View File

@@ -1,14 +1,14 @@
{
"name": "@add-ideas/toolbox-testkit",
"version": "0.2.2",
"version": "0.2.3",
"description": "Manifest, asset, and nested-deployment smoke checks for built toolbox applications.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/zemion/toolbox-sdk.git",
"url": "git+https://git.add-ideas.de/lotobo/toolbox-sdk.git",
"directory": "packages/testkit"
},
"homepage": "https://git.add-ideas.de/zemion/toolbox-sdk",
"homepage": "https://git.add-ideas.de/lotobo/toolbox-sdk",
"keywords": [
"toolbox",
"manifest",
@@ -37,7 +37,7 @@
},
"types": "./dist/index.d.ts",
"dependencies": {
"@add-ideas/toolbox-contract": "0.2.2"
"@add-ideas/toolbox-contract": "0.2.3"
},
"scripts": {
"build": "tsc -p tsconfig.build.json && node -e \"const fs=require('node:fs');fs.chmodSync('dist/cli.js',0o755);fs.copyFileSync('../../LICENSE','LICENSE')\"",
@@ -47,6 +47,6 @@
},
"publishConfig": {
"access": "public",
"registry": "https://git.add-ideas.de/api/packages/zemion/npm/"
"registry": "https://git.add-ideas.de/api/packages/lotobo/npm/"
}
}