@lynx-js/web-core-server-canary 0.15.5-canary-20250807-3151f75f → 0.15.5-canary-20250808-fb7096bb

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,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.15.5-canary-20250807130256-3151f75f8ad95a60b63655bcccc62fbe62ea436c
3
+ ## 0.15.5-canary-20250808030252-fb7096bb3c79166cd619a407095b8206eccb7918
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/index.js CHANGED
@@ -612,6 +612,7 @@ const callLepusMethodEndpoint = createRpcEndpoint('callLepusMethod', false, true
612
612
  createRpcEndpoint('multiThreadExposureChangedEndpoint', false, false);
613
613
  createRpcEndpoint('__invokeUIMethod', false, true);
614
614
  createRpcEndpoint('__setNativeProps', false, true);
615
+ createRpcEndpoint('__getPathInfo', false, true);
615
616
  createRpcEndpoint('nativeModulesCall', false, true);
616
617
  createRpcEndpoint('napiModulesCall', false, true, true);
617
618
  const getCustomSectionsEndpoint = createRpcEndpoint('getCustomSections', false, true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.15.5-canary-20250807-3151f75f",
3
+ "version": "0.15.5-canary-20250808-fb7096bb",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -23,11 +23,11 @@
23
23
  "README.md"
24
24
  ],
25
25
  "devDependencies": {
26
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.5-canary-20250807-3151f75f",
27
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4-canary-20250807-3151f75f",
28
26
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.3",
29
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250807-3151f75f",
30
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250807-3151f75f"
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.5-canary-20250808-fb7096bb",
28
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4-canary-20250808-fb7096bb",
29
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250808-fb7096bb",
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250808-fb7096bb"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rslib build",