@ankhorage/orchestrator-module-expo-localization 0.1.4 → 0.1.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/orchestrator-module-expo-localization
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 2b1866c: Generate localization runtime files with direct `@ankhorage/runtime` imports and reject the retired `@ankh/runtime` workspace alias in regression coverage.
8
+
3
9
  ## 0.1.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "license": "MIT",
3
3
  "name": "@ankhorage/orchestrator-module-expo-localization",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "Expo localization module for @ankhorage/orchestrator.",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -1,5 +1,5 @@
1
1
  /* generated by @ankhorage/orchestrator-module-expo-localization */
2
- import { RuntimeRendererConfigProvider } from "@ankh/runtime";
2
+ import { RuntimeRendererConfigProvider } from "@ankhorage/runtime";
3
3
  import React, { useEffect, useMemo, useState } from "react";
4
4
  import * as ExpoLocalization from "expo-localization";
5
5
  import { useTranslation } from "react-i18next";
@@ -1,5 +1,5 @@
1
1
  /* generated by @ankhorage/orchestrator-module-expo-localization */
2
- import type { RuntimeActionHandlers, RuntimeNodePropsResolver } from "@ankh/runtime";
2
+ import type { RuntimeActionHandlers, RuntimeNodePropsResolver } from "@ankhorage/runtime";
3
3
  import type { i18n as I18nInstance } from "i18next";
4
4
 
5
5
  const LOCALIZED_PROP_PAIRS = [