@ossy/package-catalog 3.6.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ossy/package-catalog",
|
|
3
3
|
"description": "Capability catalog UI — browse manifest packages, actions, and integration examples",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.8.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"module": "./src/index.js",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"@ossy/workspaces": ">=1.0.0",
|
|
30
30
|
"react": ">=19.0.0 <20.0.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "14548dfc2019e7258e8c75db527acbf66fe829bd"
|
|
33
33
|
}
|
package/src/en.translations.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"package-catalog.home.hero.title": "A digital toolbox for your business",
|
|
4
4
|
"package-catalog.browser.title": "Capabilities",
|
|
5
5
|
"package-catalog.browser.description": "Browse documented, invokable capabilities for your workspace.",
|
|
6
|
-
"package-catalog.home.hero.text": "
|
|
6
|
+
"package-catalog.home.hero.text": "We ship documented, invokable capabilities — booking, auth, resources, and more. Every feature is callable from the SDK, API, or MCP. UI is a projection, not the product.",
|
|
7
7
|
"package-catalog.home.hero.meta": "{count} capabilities · ready to use in apps and agents",
|
|
8
8
|
"package-catalog.home.belief.title": "What we believe",
|
|
9
9
|
"package-catalog.home.belief.body": "People want a new way to interact with technology. AI is becoming the primary layer — agents should run your business operations, not just answer questions. We build compact, composable tools that plug into MCP-compatible hosts — Cursor, Claude Desktop, GitHub Copilot in VS Code, and other MCP agents — as well as your own apps and the web.",
|
package/src/sv.translations.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"package-catalog.home.hero.title": "En digital verktygslåda för ditt företag",
|
|
4
4
|
"package-catalog.browser.title": "Funktioner",
|
|
5
5
|
"package-catalog.browser.description": "Bläddra bland dokumenterade, anropbara capabilities för din workspace.",
|
|
6
|
-
"package-catalog.home.hero.text": "
|
|
6
|
+
"package-catalog.home.hero.text": "Vi levererar dokumenterade, anropbara capabilities — bokning, auth, resurser med mera. Varje funktion går att anropa via SDK, API eller MCP. UI är en projektion, inte produkten.",
|
|
7
7
|
"package-catalog.home.hero.meta": "{count} funktioner · redo att användas i appar och agenter",
|
|
8
8
|
"package-catalog.home.belief.title": "Vad vi tror på",
|
|
9
9
|
"package-catalog.home.belief.body": "Människor vill interagera med teknik på ett nytt sätt. AI blir det primära lagret — agenter ska driva verksamheten, inte bara svara på frågor. Vi bygger kompakta, sammansatta verktyg som fungerar i MCP-kompatibla miljöer — Cursor, Claude Desktop, GitHub Copilot i VS Code och andra MCP-agenter — samt i dina egna appar och på webben.",
|