@lynx-js/web-core-server-canary 0.17.1-canary-20250925-6180e11d → 0.17.1

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