@lynx-js/web-core-server-canary 0.17.2-canary-20251001-734ff75a → 0.17.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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.17.2-canary-20251001092331-734ff75abe294cfec61120df758d5aa548011569
3
+ ## 0.17.2
4
4
 
5
5
  ## 0.17.1
6
6
 
@@ -109,25 +109,25 @@
109
109
  lynxView.initI18nResources = [
110
110
  {
111
111
  options: {
112
- locale: "en",
113
- channel: "1",
114
- fallback_url: "",
112
+ locale: 'en',
113
+ channel: '1',
114
+ fallback_url: '',
115
115
  },
116
116
  resource: {
117
- hello: "hello",
118
- lynx: "lynx web platform1",
117
+ hello: 'hello',
118
+ lynx: 'lynx web platform1',
119
119
  },
120
120
  },
121
121
  ];
122
- lynxView.addEventListener("i18nResourceMissed", (e) => {
122
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
123
123
  console.log(e);
124
124
  });
125
125
 
126
126
  // mts
127
127
  _I18nResourceTranslation({
128
- locale: "en",
129
- channel: "1",
130
- fallback_url: "",
128
+ locale: 'en',
129
+ channel: '1',
130
+ fallback_url: '',
131
131
  });
132
132
  ```
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.17.2-canary-20251001-734ff75a",
3
+ "version": "0.17.2",
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-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.17.2-canary-20251001-734ff75a",
30
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.2-canary-20251001-734ff75a",
31
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.7",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.17.2-canary-20251001-734ff75a"
29
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.17.2",
30
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.17.2",
31
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.2",
32
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.7"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",