@levino/shipyard-base 0.2.0 → 0.3.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@levino/shipyard-base",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "main": "src/index.ts",
6
6
  "exports": {
@@ -12,4 +12,6 @@ export type Config = {
12
12
  navigation: NavigationTree
13
13
  title: string
14
14
  tagline: string
15
+ locales: string[]
16
+ defaultLocale: string
15
17
  }