@lynx-js/web-constants 0.9.0 → 0.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @lynx-js/web-constants
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @lynx-js/web-worker-rpc@0.9.1
9
+
3
10
  ## 0.9.0
4
11
 
5
12
  ### Minor Changes
@@ -5,6 +5,5 @@ export declare const parentComponentUniqueIdAttribute: "lynx-parent-component-ui
5
5
  export declare const lynxTagAttribute: "lynx-tag";
6
6
  export declare const lynxRuntimeValue: unique symbol;
7
7
  export declare const lynxDefaultDisplayLinearAttribute: "lynx-default-display-linear";
8
- export declare const lynxViewRootDomId: "lynx-view-root";
9
8
  export declare const __lynx_timing_flag: "__lynx_timing_flag";
10
9
  export declare const globalMuteableVars: readonly ["registerDataProcessor"];
package/dist/constants.js CHANGED
@@ -8,7 +8,6 @@ export const parentComponentUniqueIdAttribute = 'lynx-parent-component-uid';
8
8
  export const lynxTagAttribute = 'lynx-tag';
9
9
  export const lynxRuntimeValue = Symbol('lynx-runtime-value');
10
10
  export const lynxDefaultDisplayLinearAttribute = 'lynx-default-display-linear';
11
- export const lynxViewRootDomId = 'lynx-view-root';
12
11
  export const __lynx_timing_flag = '__lynx_timing_flag';
13
12
  export const globalMuteableVars = [
14
13
  'registerDataProcessor',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-constants",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -23,6 +23,6 @@
23
23
  "**/*.css"
24
24
  ],
25
25
  "dependencies": {
26
- "@lynx-js/web-worker-rpc": "0.9.0"
26
+ "@lynx-js/web-worker-rpc": "0.9.1"
27
27
  }
28
28
  }