@lynx-js/web-core-server-canary 0.15.5-canary-20250809-c8ce6aa3 → 0.15.5

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.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
3
+ ## 0.15.5
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -73,25 +73,25 @@
73
73
  lynxView.initI18nResources = [
74
74
  {
75
75
  options: {
76
- locale: "en",
77
- channel: "1",
78
- fallback_url: "",
76
+ locale: 'en',
77
+ channel: '1',
78
+ fallback_url: '',
79
79
  },
80
80
  resource: {
81
- hello: "hello",
82
- lynx: "lynx web platform1",
81
+ hello: 'hello',
82
+ lynx: 'lynx web platform1',
83
83
  },
84
84
  },
85
85
  ];
86
- lynxView.addEventListener("i18nResourceMissed", (e) => {
86
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
87
87
  console.log(e);
88
88
  });
89
89
 
90
90
  // mts
91
91
  _I18nResourceTranslation({
92
- locale: "en",
93
- channel: "1",
94
- fallback_url: "",
92
+ locale: 'en',
93
+ channel: '1',
94
+ fallback_url: '',
95
95
  });
96
96
  ```
97
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.15.5-canary-20250809-c8ce6aa3",
3
+ "version": "0.15.5",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -23,11 +23,11 @@
23
23
  "README.md"
24
24
  ],
25
25
  "devDependencies": {
26
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.5",
26
27
  "@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.5-canary-20250809-c8ce6aa3",
28
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4-canary-20250809-c8ce6aa3",
29
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250809-c8ce6aa3",
30
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250809-c8ce6aa3"
28
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4",
29
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5",
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rslib build",