@lynx-js/web-core-server-canary 0.18.3-canary-20251108-3bc8903d → 0.18.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/CHANGELOG.md +10 -10
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.18.3-canary-20251108032102-3bc8903d11407beb7bcc465e673ef554540d4309
3
+ ## 0.18.3
4
4
 
5
5
  ## 0.18.2
6
6
 
@@ -121,25 +121,25 @@
121
121
  lynxView.initI18nResources = [
122
122
  {
123
123
  options: {
124
- locale: "en",
125
- channel: "1",
126
- fallback_url: "",
124
+ locale: 'en',
125
+ channel: '1',
126
+ fallback_url: '',
127
127
  },
128
128
  resource: {
129
- hello: "hello",
130
- lynx: "lynx web platform1",
129
+ hello: 'hello',
130
+ lynx: 'lynx web platform1',
131
131
  },
132
132
  },
133
133
  ];
134
- lynxView.addEventListener("i18nResourceMissed", (e) => {
134
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
135
135
  console.log(e);
136
136
  });
137
137
 
138
138
  // mts
139
139
  _I18nResourceTranslation({
140
- locale: "en",
141
- channel: "1",
142
- fallback_url: "",
140
+ locale: 'en',
141
+ channel: '1',
142
+ fallback_url: '',
143
143
  });
144
144
  ```
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.18.3-canary-20251108-3bc8903d",
3
+ "version": "0.18.3",
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.18.3-canary-20251108-3bc8903d",
30
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10-canary-20251108-3bc8903d",
31
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.3-canary-20251108-3bc8903d",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.3-canary-20251108-3bc8903d"
29
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10",
30
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.3",
31
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.3",
32
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.3"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",