@lark-apaas/observable 1.0.4 → 1.0.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.
package/dist/index.js CHANGED
@@ -8800,7 +8800,7 @@ var PlatformDetector = class {
8800
8800
  * @param config 探测配置 (可选)
8801
8801
  */
8802
8802
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
8803
- detect(config) {
8803
+ detect(_config) {
8804
8804
  const attributes = {};
8805
8805
  const cleanAttributes = Object.entries(attributes).reduce((acc, [key, value]) => {
8806
8806
  if (value !== void 0 && value !== null && value !== "") {
@@ -8842,7 +8842,7 @@ __name(hrTimeToNanosNumber, "hrTimeToNanosNumber");
8842
8842
 
8843
8843
  // package.json
8844
8844
  var package_default = {
8845
- version: "1.0.4"};
8845
+ version: "1.0.5"};
8846
8846
 
8847
8847
  // src/const.ts
8848
8848
  var AppEnv = /* @__PURE__ */ (function(AppEnv2) {