ui-ingredients 0.0.59 → 0.0.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- <script module lang="ts">
1
+ <script lang="ts" context="module">
2
2
  import {type Snippet} from 'svelte';
3
3
 
4
4
  export interface PortalProps {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui-ingredients",
3
3
  "type": "module",
4
- "version": "0.0.59",
4
+ "version": "0.0.60",
5
5
  "packageManager": "pnpm@9.7.0",
6
6
  "svelte": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",