@tanstack/history 0.0.1-beta.284 → 1.0.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Tanner Linsley
3
+ Copyright (c) 2021-present Tanner Linsley
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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":"bbc0-1"}]}],"isRoot":true},"nodeParts":{"bbc0-1":{"renderedLength":9731,"gzipLength":2821,"brotliLength":0,"metaUid":"bbc0-0"}},"nodeMetas":{"bbc0-0":{"id":"/packages/history/src/index.ts","moduleParts":{"index.production.js":"bbc0-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":"c062-1"}]}],"isRoot":true},"nodeParts":{"c062-1":{"renderedLength":9731,"gzipLength":2821,"brotliLength":0,"metaUid":"c062-0"}},"nodeMetas":{"c062-0":{"id":"/packages/history/src/index.ts","moduleParts":{"index.production.js":"c062-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": "bbc0-3"
11
+ "uid": "c062-3"
12
12
  }
13
13
  ]
14
14
  }
@@ -16,18 +16,18 @@
16
16
  "isRoot": true
17
17
  },
18
18
  "nodeParts": {
19
- "bbc0-3": {
19
+ "c062-3": {
20
20
  "renderedLength": 9731,
21
21
  "gzipLength": 2821,
22
22
  "brotliLength": 0,
23
- "metaUid": "bbc0-2"
23
+ "metaUid": "c062-2"
24
24
  }
25
25
  },
26
26
  "nodeMetas": {
27
- "bbc0-2": {
27
+ "c062-2": {
28
28
  "id": "/packages/history/src/index.ts",
29
29
  "moduleParts": {
30
- "index.production.js": "bbc0-3"
30
+ "index.production.js": "c062-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": "0.0.1-beta.284",
4
+ "version": "1.0.0",
5
5
  "license": "MIT",
6
6
  "repository": "tanstack/history",
7
7
  "homepage": "https://tanstack.com",