@ossy/package-catalog 1.0.1 → 3.0.2
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": "
|
|
4
|
+
"version": "3.0.2",
|
|
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": "f0a8af3c370bbaffe4f7388c14f9345a5c6c56e5"
|
|
33
33
|
}
|
package/src/Definition.js
CHANGED
package/src/en.translations.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"package-catalog.home.showcase.viewResources": "Resources capability docs →",
|
|
21
21
|
"package-catalog.home.showcase.viewStorage": "Storage capability docs →",
|
|
22
22
|
"package-catalog.home.showcase.viewBooking": "Booking capability docs →",
|
|
23
|
-
"
|
|
23
|
+
"package-catalog/home.documentTitle": "Capabilities",
|
|
24
24
|
"package-catalog.hero.title": "Ossy platform capabilities",
|
|
25
25
|
"package-catalog.hero.text": "Discover ready-made capabilities for your workspace — pages, server actions, APIs, components, and integrations you can use in apps and agents.",
|
|
26
26
|
"package-catalog.hero.meta": "{count} capabilities · browse and explore",
|
package/src/packages.page.jsx
CHANGED
package/src/sv.translations.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"package-catalog.home.showcase.viewResources": "Resources-dokumentation →",
|
|
21
21
|
"package-catalog.home.showcase.viewStorage": "Storage-dokumentation →",
|
|
22
22
|
"package-catalog.home.showcase.viewBooking": "Bokningsdokumentation →",
|
|
23
|
-
"
|
|
23
|
+
"package-catalog/home.documentTitle": "Funktioner",
|
|
24
24
|
"package-catalog.hero.title": "Ossy-plattformens funktioner",
|
|
25
25
|
"package-catalog.hero.text": "Upptäck färdiga funktioner för din workspace — sidor, server actions, API:er, komponenter och integrationer du kan använda i appar och agenter.",
|
|
26
26
|
"package-catalog.hero.meta": "{count} funktioner · bläddra och utforska",
|