@lynx-js/web-core-server-canary 0.18.2-canary-20251030-53eed0a5 → 0.18.2

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.18.2-canary-20251030071334-53eed0a562fb32455214a94d198f1516cb4359eb
3
+ ## 0.18.2
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -119,25 +119,25 @@
119
119
  lynxView.initI18nResources = [
120
120
  {
121
121
  options: {
122
- locale: "en",
123
- channel: "1",
124
- fallback_url: "",
122
+ locale: 'en',
123
+ channel: '1',
124
+ fallback_url: '',
125
125
  },
126
126
  resource: {
127
- hello: "hello",
128
- lynx: "lynx web platform1",
127
+ hello: 'hello',
128
+ lynx: 'lynx web platform1',
129
129
  },
130
130
  },
131
131
  ];
132
- lynxView.addEventListener("i18nResourceMissed", (e) => {
132
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
133
133
  console.log(e);
134
134
  });
135
135
 
136
136
  // mts
137
137
  _I18nResourceTranslation({
138
- locale: "en",
139
- channel: "1",
140
- fallback_url: "",
138
+ locale: 'en',
139
+ channel: '1',
140
+ fallback_url: '',
141
141
  });
142
142
  ```
143
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.18.2-canary-20251030-53eed0a5",
3
+ "version": "0.18.2",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -25,11 +25,11 @@
25
25
  "devDependencies": {
26
26
  "rsbuild-plugin-arethetypeswrong": "0.1.1",
27
27
  "rsbuild-plugin-publint": "0.3.3",
28
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.2",
28
29
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
29
30
  "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.9",
30
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.2-canary-20251030-53eed0a5",
31
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.2-canary-20251030-53eed0a5",
32
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.2-canary-20251030-53eed0a5"
31
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.2",
32
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",