@lynx-js/web-core-server-canary 0.15.7-canary-20250825-e4d116b6 → 0.15.7

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.15.7-canary-20250825092028-e4d116b6e5eaf49ced08c505c99f7e878a58dfb1
3
+ ## 0.15.7
4
4
 
5
5
  ## 0.15.6
6
6
 
@@ -81,25 +81,25 @@
81
81
  lynxView.initI18nResources = [
82
82
  {
83
83
  options: {
84
- locale: "en",
85
- channel: "1",
86
- fallback_url: "",
84
+ locale: 'en',
85
+ channel: '1',
86
+ fallback_url: '',
87
87
  },
88
88
  resource: {
89
- hello: "hello",
90
- lynx: "lynx web platform1",
89
+ hello: 'hello',
90
+ lynx: 'lynx web platform1',
91
91
  },
92
92
  },
93
93
  ];
94
- lynxView.addEventListener("i18nResourceMissed", (e) => {
94
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
95
95
  console.log(e);
96
96
  });
97
97
 
98
98
  // mts
99
99
  _I18nResourceTranslation({
100
- locale: "en",
101
- channel: "1",
102
- fallback_url: "",
100
+ locale: 'en',
101
+ channel: '1',
102
+ fallback_url: '',
103
103
  });
104
104
  ```
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.15.7-canary-20250825-e4d116b6",
3
+ "version": "0.15.7",
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.3",
29
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.7-canary-20250825-e4d116b6",
30
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.7-canary-20250825-e4d116b6",
31
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.7-canary-20250825-e4d116b6"
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.7",
30
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.7",
31
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.7",
32
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",