@lynx-js/web-core-server-canary 0.16.0-canary-20250830-d7d0b9b9 → 0.16.0

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.0-canary-20250830063332-d7d0b9b94e219cd057c935d723775c82b10559a6
3
+ ## 0.16.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -95,25 +95,25 @@
95
95
  lynxView.initI18nResources = [
96
96
  {
97
97
  options: {
98
- locale: "en",
99
- channel: "1",
100
- fallback_url: "",
98
+ locale: 'en',
99
+ channel: '1',
100
+ fallback_url: '',
101
101
  },
102
102
  resource: {
103
- hello: "hello",
104
- lynx: "lynx web platform1",
103
+ hello: 'hello',
104
+ lynx: 'lynx web platform1',
105
105
  },
106
106
  },
107
107
  ];
108
- lynxView.addEventListener("i18nResourceMissed", (e) => {
108
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
109
109
  console.log(e);
110
110
  });
111
111
 
112
112
  // mts
113
113
  _I18nResourceTranslation({
114
- locale: "en",
115
- channel: "1",
116
- fallback_url: "",
114
+ locale: 'en',
115
+ channel: '1',
116
+ fallback_url: '',
117
117
  });
118
118
  ```
119
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.16.0-canary-20250830-d7d0b9b9",
3
+ "version": "0.16.0",
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/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4-canary-20250830-d7d0b9b9",
29
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.16.0-canary-20250830-d7d0b9b9",
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.16.0",
30
30
  "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4",
31
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.16.0-canary-20250830-d7d0b9b9",
32
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.16.0-canary-20250830-d7d0b9b9"
31
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.16.0",
32
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.16.0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",