@tanstack/history 1.6.1 → 1.7.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.
@@ -4818,7 +4818,7 @@ var drawChart = (function (exports) {
4818
4818
  </script>
4819
4819
  <script>
4820
4820
  /*<!--*/
4821
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages/history/src/index.ts","uid":"d0e1-1"}]}],"isRoot":true},"nodeParts":{"d0e1-1":{"renderedLength":9658,"gzipLength":2791,"brotliLength":0,"metaUid":"d0e1-0"}},"nodeMetas":{"d0e1-0":{"id":"/packages/history/src/index.ts","moduleParts":{"index.production.js":"d0e1-1"},"imported":[],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.6.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
4821
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages/history/src/index.ts","uid":"6534-1"}]}],"isRoot":true},"nodeParts":{"6534-1":{"renderedLength":9658,"gzipLength":2791,"brotliLength":0,"metaUid":"6534-0"}},"nodeMetas":{"6534-0":{"id":"/packages/history/src/index.ts","moduleParts":{"index.production.js":"6534-1"},"imported":[],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.6.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
4822
4822
 
4823
4823
  const run = () => {
4824
4824
  const width = window.innerWidth;
@@ -8,7 +8,7 @@
8
8
  "children": [
9
9
  {
10
10
  "name": "packages/history/src/index.ts",
11
- "uid": "d0e1-3"
11
+ "uid": "6534-3"
12
12
  }
13
13
  ]
14
14
  }
@@ -16,18 +16,18 @@
16
16
  "isRoot": true
17
17
  },
18
18
  "nodeParts": {
19
- "d0e1-3": {
19
+ "6534-3": {
20
20
  "renderedLength": 9658,
21
21
  "gzipLength": 2791,
22
22
  "brotliLength": 0,
23
- "metaUid": "d0e1-2"
23
+ "metaUid": "6534-2"
24
24
  }
25
25
  },
26
26
  "nodeMetas": {
27
- "d0e1-2": {
27
+ "6534-2": {
28
28
  "id": "/packages/history/src/index.ts",
29
29
  "moduleParts": {
30
- "index.production.js": "d0e1-3"
30
+ "index.production.js": "6534-3"
31
31
  },
32
32
  "imported": [],
33
33
  "importedBy": [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tanstack/history",
3
3
  "author": "Tanner Linsley",
4
- "version": "1.6.1",
4
+ "version": "1.7.1",
5
5
  "license": "MIT",
6
6
  "repository": "tanstack/history",
7
7
  "homepage": "https://tanstack.com",