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