@lynx-js/web-core-server-canary 0.15.6-canary-20250815-405a9170 → 0.15.6

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.15.6-canary-20250815130727-405a9170442ae32603b7687549b49ab4b34aff92
3
+ ## 0.15.6
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -79,25 +79,25 @@
79
79
  lynxView.initI18nResources = [
80
80
  {
81
81
  options: {
82
- locale: "en",
83
- channel: "1",
84
- fallback_url: "",
82
+ locale: 'en',
83
+ channel: '1',
84
+ fallback_url: '',
85
85
  },
86
86
  resource: {
87
- hello: "hello",
88
- lynx: "lynx web platform1",
87
+ hello: 'hello',
88
+ lynx: 'lynx web platform1',
89
89
  },
90
90
  },
91
91
  ];
92
- lynxView.addEventListener("i18nResourceMissed", (e) => {
92
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
93
93
  console.log(e);
94
94
  });
95
95
 
96
96
  // mts
97
97
  _I18nResourceTranslation({
98
- locale: "en",
99
- channel: "1",
100
- fallback_url: "",
98
+ locale: 'en',
99
+ channel: '1',
100
+ fallback_url: '',
101
101
  });
102
102
  ```
103
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.15.6-canary-20250815-405a9170",
3
+ "version": "0.15.6",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -24,10 +24,10 @@
24
24
  ],
25
25
  "devDependencies": {
26
26
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.3",
27
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.6-canary-20250815-405a9170",
28
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.6-canary-20250815-405a9170",
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.6",
29
28
  "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4",
30
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.6-canary-20250815-405a9170"
29
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.6",
30
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.6"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rslib build",