@microsoft/fast-router 1.0.0-alpha.1 → 1.0.0-alpha.2

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/CHANGELOG.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@microsoft/fast-router",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 15 Jun 2022 17:41:10 GMT",
6
+ "tag": "@microsoft/fast-router_v1.0.0-alpha.2",
7
+ "version": "1.0.0-alpha.2",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "comment": "chore: fix package.json type fields",
12
+ "author": "roeisenb@microsoft.com",
13
+ "commit": "e86a638b9e84cbf36d950025889742944e68e512",
14
+ "package": "@microsoft/fast-router"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Wed, 01 Jun 2022 17:53:14 GMT",
6
21
  "tag": "@microsoft/fast-router_v1.0.0-alpha.1",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @microsoft/fast-router
2
2
 
3
- This log was last generated on Wed, 01 Jun 2022 17:53:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Jun 2022 17:41:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.0-alpha.2
8
+
9
+ Wed, 15 Jun 2022 17:41:10 GMT
10
+
11
+ ### Changes
12
+
13
+ - chore: fix package.json type fields (roeisenb@microsoft.com)
14
+
7
15
  ## 1.0.0-alpha.1
8
16
 
9
17
  Wed, 01 Jun 2022 17:53:14 GMT
@@ -9097,7 +9097,7 @@
9097
9097
  {
9098
9098
  "kind": "Reference",
9099
9099
  "text": "ExecutionContext",
9100
- "canonicalReference": "@microsoft/fast-element!ExecutionContext:type"
9100
+ "canonicalReference": "@microsoft/fast-element!ExecutionContext:class"
9101
9101
  },
9102
9102
  {
9103
9103
  "kind": "Content",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@microsoft/fast-router",
3
3
  "description": "A web-components-based router.",
4
4
  "sideEffects": false,
5
- "version": "1.0.0-alpha.1",
5
+ "version": "1.0.0-alpha.2",
6
6
  "author": {
7
7
  "name": "Microsoft",
8
8
  "url": "https://discord.gg/FcSNfg4"
@@ -18,7 +18,7 @@
18
18
  "url": "https://github.com/Microsoft/fast/issues/new/choose"
19
19
  },
20
20
  "main": "dist/esm/index.js",
21
- "types": "dist/fast-router.d.ts",
21
+ "types": "dist/dts/index.d.ts",
22
22
  "type": "module",
23
23
  "unpkg": "dist/fast-router.min.js",
24
24
  "scripts": {
@@ -80,6 +80,6 @@
80
80
  "webpack-cli": "^4.9.2"
81
81
  },
82
82
  "dependencies": {
83
- "@microsoft/fast-element": "^2.0.0-beta.1"
83
+ "@microsoft/fast-element": "^2.0.0-beta.2"
84
84
  }
85
85
  }