@maravilla-labs/types 0.9.0 → 0.9.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.
- package/CHANGELOG.md +9 -0
- package/index.d.ts +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @maravilla-labs/types
|
|
2
2
|
|
|
3
|
+
## 0.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f5a503e: Fix `npm run check` error in consumers: re-export the default `Platform` type
|
|
8
|
+
with `export type` (TS1205 under `verbatimModuleSyntax`). Was `export { Platform
|
|
9
|
+
as default }`; `Platform` is a type, so a strict consumer's type-check failed
|
|
10
|
+
inside `node_modules/@maravilla-labs/types`.
|
|
11
|
+
|
|
3
12
|
## 0.9.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/index.d.ts
CHANGED
package/index.ts
CHANGED