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