@sigx/lynx-navigation 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -22,8 +22,8 @@ pnpm add @sigx/lynx-navigation
22
22
  ```
23
23
 
24
24
  Peer-deps: `@sigx/lynx`, `@sigx/lynx-motion`. Optional but recommended:
25
- [`@sigx/lynx-linking`](../lynx-linking) for deep-link wiring,
26
- [`@sigx/lynx-storage`](../lynx-storage) for stack persistence.
25
+ [`@sigx/lynx-linking`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-linking) for deep-link wiring,
26
+ [`@sigx/lynx-storage`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-storage) for stack persistence.
27
27
 
28
28
  ## Quick start
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigx/lynx-navigation",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Type-first native navigator for sigx-lynx — Stack, Tabs, Drawer, modals, lazy routes, deep links",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,10 +16,10 @@
16
16
  "dist"
17
17
  ],
18
18
  "peerDependencies": {
19
- "@sigx/lynx": "^0.4.2",
20
- "@sigx/lynx-linking": "^0.4.2",
21
- "@sigx/lynx-icons": "^0.4.2",
22
- "@sigx/lynx-motion": "^0.4.2"
19
+ "@sigx/lynx-icons": "^0.4.3",
20
+ "@sigx/lynx-linking": "^0.4.3",
21
+ "@sigx/lynx": "^0.4.3",
22
+ "@sigx/lynx-motion": "^0.4.3"
23
23
  },
24
24
  "peerDependenciesMeta": {
25
25
  "@sigx/lynx-linking": {
@@ -30,11 +30,11 @@
30
30
  "@typescript/native-preview": "7.0.0-dev.20260521.1",
31
31
  "typescript": "^6.0.3",
32
32
  "vitest": "^4.1.7",
33
- "@sigx/lynx": "^0.4.2",
34
- "@sigx/lynx-linking": "^0.4.2",
35
- "@sigx/lynx-icons": "^0.4.2",
36
- "@sigx/lynx-motion": "^0.4.2",
37
- "@sigx/lynx-testing": "^0.4.2"
33
+ "@sigx/lynx-linking": "^0.4.3",
34
+ "@sigx/lynx-icons": "^0.4.3",
35
+ "@sigx/lynx": "^0.4.3",
36
+ "@sigx/lynx-testing": "^0.4.3",
37
+ "@sigx/lynx-motion": "^0.4.3"
38
38
  },
39
39
  "keywords": [
40
40
  "sigx",