@lynx-js/web-core-server-canary 0.15.6-canary-20250813-32088c02 → 0.15.6-canary-20250813-d8381a58

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.15.6-canary-20250813044346-32088c0281124301f38f1ede8cbab3f06fab3bc9
3
+ ## 0.15.6-canary-20250813064054-d8381a58d12af6424cab4955617251e798bdc9f1
4
4
 
5
5
  ## 0.15.5
6
6
 
package/dist/index.js CHANGED
@@ -1753,6 +1753,7 @@ function createMainThreadGlobalThis(config) {
1753
1753
  __SetAttribute(element, key, value);
1754
1754
  }
1755
1755
  for (const childData of data.children || [])__AppendElement(element, createElementForElementTemplateData(childData, parentComponentUniId));
1756
+ void 0 !== data.dataset && __SetDataset(element, data.dataset);
1756
1757
  return element;
1757
1758
  };
1758
1759
  const applyEventsForElementTemplate = (data, element)=>{
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-20250813-32088c02",
3
+ "version": "0.15.6-canary-20250813-d8381a58",
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/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.3",
27
26
  "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.4",
28
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.6-canary-20250813-32088c02",
29
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.6-canary-20250813-32088c02",
30
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.6-canary-20250813-32088c02"
27
+ "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.3",
28
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.6-canary-20250813-d8381a58",
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.6-canary-20250813-d8381a58",
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.6-canary-20250813-d8381a58"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rslib build",