svelte2tsx 0.5.12 → 0.5.13

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/svelte-jsx.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte2tsx",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "description": "Convert Svelte components to TSX for type checking",
5
5
  "author": "David Pershouse",
6
6
  "license": "MIT",
package/svelte-jsx.d.ts CHANGED
@@ -888,6 +888,7 @@ declare namespace svelte.JSX {
888
888
  autosave?: string | undefined | null;
889
889
  color?: string | undefined | null;
890
890
  controlslist?: 'nodownload' | 'nofullscreen' | 'noplaybackrate' | 'noremoteplayback';
891
+ inert?: boolean | undefined | null;
891
892
  itemprop?: string | undefined | null;
892
893
  itemscope?: boolean | undefined | null;
893
894
  itemtype?: string | undefined | null;