@lynx-js/web-core-server-canary 0.17.0 → 0.17.1-canary-20250925-9ab108fc

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/CHANGELOG.md +11 -9
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
+ ## 0.17.1-canary-20250925040534-9ab108fc8b1323f8369eacad4b561725713f8ee1
4
+
3
5
  ## 0.17.0
4
6
 
5
7
  ## 0.16.1
@@ -105,25 +107,25 @@
105
107
  lynxView.initI18nResources = [
106
108
  {
107
109
  options: {
108
- locale: 'en',
109
- channel: '1',
110
- fallback_url: '',
110
+ locale: "en",
111
+ channel: "1",
112
+ fallback_url: "",
111
113
  },
112
114
  resource: {
113
- hello: 'hello',
114
- lynx: 'lynx web platform1',
115
+ hello: "hello",
116
+ lynx: "lynx web platform1",
115
117
  },
116
118
  },
117
119
  ];
118
- lynxView.addEventListener('i18nResourceMissed', (e) => {
120
+ lynxView.addEventListener("i18nResourceMissed", (e) => {
119
121
  console.log(e);
120
122
  });
121
123
 
122
124
  // mts
123
125
  _I18nResourceTranslation({
124
- locale: 'en',
125
- channel: '1',
126
- fallback_url: '',
126
+ locale: "en",
127
+ channel: "1",
128
+ fallback_url: "",
127
129
  });
128
130
  ```
129
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.17.0",
3
+ "version": "0.17.1-canary-20250925-9ab108fc",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -26,10 +26,10 @@
26
26
  "rsbuild-plugin-arethetypeswrong": "0.1.1",
27
27
  "rsbuild-plugin-publint": "0.3.3",
28
28
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
29
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.0",
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.1-canary-20250925-9ab108fc",
30
30
  "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.7",
31
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.17.0",
32
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.17.0"
31
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.17.1-canary-20250925-9ab108fc",
32
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.17.1-canary-20250925-9ab108fc"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",