@spark-web/switch 5.0.2 → 5.0.3
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.md +10 -0
- package/package.json +1 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @spark-web/switch
|
|
2
2
|
|
|
3
|
+
## 5.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#763](https://github.com/brighte-labs/spark-web/pull/763)
|
|
8
|
+
[`918c007`](https://github.com/brighte-labs/spark-web/commit/918c0071ef0b83b005eafa5d1b3ef73f3eb233d6)
|
|
9
|
+
Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! - Fix
|
|
10
|
+
package.json exports field that prevented TypeScript from resolving the
|
|
11
|
+
declaration file in consuming projects.
|
|
12
|
+
|
|
3
13
|
## 5.0.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-web/switch",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"homepage": "https://github.com/brighte-labs/spark-web#readme",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,12 +10,6 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"main": "dist/spark-web-switch.cjs.js",
|
|
12
12
|
"module": "dist/spark-web-switch.esm.js",
|
|
13
|
-
"exports": {
|
|
14
|
-
".": {
|
|
15
|
-
"require": "./dist/spark-web-switch.cjs.js",
|
|
16
|
-
"import": "./dist/spark-web-switch.esm.js"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
13
|
"files": [
|
|
20
14
|
"CHANGELOG.md",
|
|
21
15
|
"dist",
|