@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": "1.0.1",
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": "a0d89185a17f8de8ce328c3a648c108ff1d61d8f"
32
+ "gitHead": "f0a8af3c370bbaffe4f7388c14f9345a5c6c56e5"
33
33
  }
package/src/Definition.js CHANGED
@@ -3,7 +3,7 @@ export const Definition = {
3
3
  title: 'Capabilities',
4
4
  description: 'Browse documented, invokable platform capabilities for your workspace.',
5
5
  icon: 'layout-grid',
6
- statuses: ['beta'],
6
+ status: ['beta'],
7
7
  entitlementRequired: false,
8
8
  navOrder: 0,
9
9
  }
@@ -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
- "packages.documentTitle": "Capabilities",
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",
@@ -2,7 +2,7 @@ import React from 'react'
2
2
  import { PackagesBrowser } from './PackagesBrowser.jsx'
3
3
 
4
4
  export const metadata = {
5
- id: 'packages',
5
+ id: 'package-catalog/home',
6
6
  title: 'Capabilities',
7
7
  path: {
8
8
  en: '/packages',
@@ -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
- "packages.documentTitle": "Funktioner",
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",