@lynx-js/web-constants-canary 0.18.3-canary-20251106-e1db63fa → 0.18.3-canary-20251106-ebc1a606

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,11 +1,13 @@
1
1
  # @lynx-js/web-constants
2
2
 
3
- ## 0.18.3-canary-20251106080300-e1db63fac8a351f98711b9b47acbb871f7a23701
3
+ ## 0.18.3-canary-20251106095636-ebc1a606318e9809e8a07457e18536b59be12a18
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - feat: add \_\_GetSourceMapRelease API for nativeApp. ([#1923](https://github.com/lynx-family/lynx-stack/pull/1923))
8
+
7
9
  - Updated dependencies []:
8
- - @lynx-js/web-worker-rpc@0.18.3-canary-20251106080300-e1db63fac8a351f98711b9b47acbb871f7a23701
10
+ - @lynx-js/web-worker-rpc@0.18.3-canary-20251106095636-ebc1a606318e9809e8a07457e18536b59be12a18
9
11
 
10
12
  ## 0.18.2
11
13
 
@@ -126,6 +126,7 @@ export interface NativeApp {
126
126
  i18nResource: I18nResource;
127
127
  reportException: (error: Error, _: unknown) => void;
128
128
  __SetSourceMapRelease: (err: Error) => void;
129
+ __GetSourceMapRelease: (url: string) => string | undefined;
129
130
  queryComponent: (source: string, callback: (ret: {
130
131
  __hasReady: boolean;
131
132
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-constants-canary",
3
- "version": "0.18.3-canary-20251106-e1db63fa",
3
+ "version": "0.18.3-canary-20251106-ebc1a606",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -23,7 +23,7 @@
23
23
  "**/*.css"
24
24
  ],
25
25
  "dependencies": {
26
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.3-canary-20251106-e1db63fa"
26
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.3-canary-20251106-ebc1a606"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4"