@lynx-js/web-core-server-canary 0.18.1-canary-20251023-9fb4623f → 0.18.1

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.18.1-canary-20251023071457-9fb4623f0e4c98c97146840ffe529d95577fa628
3
+ ## 0.18.1
4
4
 
5
5
  ## 0.18.0
6
6
 
@@ -113,25 +113,25 @@
113
113
  lynxView.initI18nResources = [
114
114
  {
115
115
  options: {
116
- locale: "en",
117
- channel: "1",
118
- fallback_url: "",
116
+ locale: 'en',
117
+ channel: '1',
118
+ fallback_url: '',
119
119
  },
120
120
  resource: {
121
- hello: "hello",
122
- lynx: "lynx web platform1",
121
+ hello: 'hello',
122
+ lynx: 'lynx web platform1',
123
123
  },
124
124
  },
125
125
  ];
126
- lynxView.addEventListener("i18nResourceMissed", (e) => {
126
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
127
127
  console.log(e);
128
128
  });
129
129
 
130
130
  // mts
131
131
  _I18nResourceTranslation({
132
- locale: "en",
133
- channel: "1",
134
- fallback_url: "",
132
+ locale: 'en',
133
+ channel: '1',
134
+ fallback_url: '',
135
135
  });
136
136
  ```
137
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.18.1-canary-20251023-9fb4623f",
3
+ "version": "0.18.1",
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/web-constants": "npm:@lynx-js/web-constants-canary@0.18.1-canary-20251023-9fb4623f",
29
28
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
30
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.9-canary-20251023-9fb4623f",
31
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.1-canary-20251023-9fb4623f",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.1-canary-20251023-9fb4623f"
29
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.9",
30
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.1",
31
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.1",
32
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.1"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",