@ray-js/library 0.5.10 → 0.6.0

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.
@@ -1,7 +1,6 @@
1
1
  import "core-js/modules/es.object.keys.js";
2
2
  import "core-js/modules/es.object.to-string.js";
3
3
  import "core-js/modules/web.dom-collections.for-each.js";
4
- import "core-js/modules/es.array.join.js";
5
4
  import "core-js/modules/es.array.concat.js";
6
5
  export default function queryStringify(query) {
7
6
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -1,9 +1,7 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
2
  import _toArray from "@babel/runtime/helpers/esm/toArray";
3
- import "core-js/modules/es.regexp.exec.js";
4
- import "core-js/modules/es.string.split.js";
5
3
  import "core-js/modules/es.array.slice.js";
6
- import "core-js/modules/es.array.join.js";
4
+ import "core-js/modules/es.regexp.exec.js";
7
5
  import "core-js/modules/es.string.replace.js";
8
6
  import "core-js/modules/es.object.to-string.js";
9
7
  import "core-js/modules/web.dom-collections.for-each.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/library",
3
- "version": "0.5.10",
3
+ "version": "0.6.0",
4
4
  "description": "Ray library for browser",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,7 +23,7 @@
23
23
  "merge": "^2.1.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@ray-js/cli": "^0.5.10"
26
+ "@ray-js/cli": "^0.6.0"
27
27
  },
28
28
  "maintainers": [
29
29
  {
@@ -31,6 +31,6 @@
31
31
  "email": "tuyafe@tuya.com"
32
32
  }
33
33
  ],
34
- "gitHead": "955dd59a037cbfbafd76f6f8f82d74d447e6a152",
34
+ "gitHead": "d7e74c750c02eda67af6e54da93aad14d001acb3",
35
35
  "repository": {}
36
36
  }