@lynx-js/web-core-server-canary 0.16.1-canary-20250915-88622967 → 0.16.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.16.1-canary-20250915100348-88622967b345f73ee8ed15aa3a89c39e1ae47f5d
3
+ ## 0.16.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -103,25 +103,25 @@
103
103
  lynxView.initI18nResources = [
104
104
  {
105
105
  options: {
106
- locale: "en",
107
- channel: "1",
108
- fallback_url: "",
106
+ locale: 'en',
107
+ channel: '1',
108
+ fallback_url: '',
109
109
  },
110
110
  resource: {
111
- hello: "hello",
112
- lynx: "lynx web platform1",
111
+ hello: 'hello',
112
+ lynx: 'lynx web platform1',
113
113
  },
114
114
  },
115
115
  ];
116
- lynxView.addEventListener("i18nResourceMissed", (e) => {
116
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
117
117
  console.log(e);
118
118
  });
119
119
 
120
120
  // mts
121
121
  _I18nResourceTranslation({
122
- locale: "en",
123
- channel: "1",
124
- fallback_url: "",
122
+ locale: 'en',
123
+ channel: '1',
124
+ fallback_url: '',
125
125
  });
126
126
  ```
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.16.1-canary-20250915-88622967",
3
+ "version": "0.16.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.16.1",
29
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.6",
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.16.1",
28
31
  "@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.16.1-canary-20250915-88622967",
30
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.16.1-canary-20250915-88622967",
31
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.6-canary-20250915-88622967",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.16.1-canary-20250915-88622967"
32
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.16.1"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",