@smui/common
Advanced tools
Comparing version 6.0.0-beta.15 to 6.0.0-beta.16
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.0.0-beta.16](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.15...v6.0.0-beta.16) (2022-04-11) | ||
### Bug Fixes | ||
* svelte check script ([9936200](https://github.com/hperrin/svelte-material-ui/commit/9936200e87b3c298979148eeb60bebadbe1096ca)) | ||
# [6.0.0-beta.15](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.14...v6.0.0-beta.15) (2022-03-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/common", | ||
"version": "6.0.0-beta.15", | ||
"version": "6.0.0-beta.16", | ||
"description": "Svelte Material UI - Common", | ||
@@ -16,5 +16,2 @@ "type": "module", | ||
"*": { | ||
"*": [ | ||
"./src/*" | ||
], | ||
"classadder": [ | ||
@@ -28,2 +25,5 @@ "./src/classadder/index.ts" | ||
"./src/internal/index.ts" | ||
], | ||
"*": [ | ||
"./src/*" | ||
] | ||
@@ -62,6 +62,6 @@ } | ||
"devDependencies": { | ||
"sass": "^1.49.7", | ||
"sass": "^1.49.9", | ||
"svelte-strip": "^1.0.1", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.2" | ||
}, | ||
@@ -71,5 +71,5 @@ "dependencies": { | ||
"@tsconfig/svelte": "^3.0.0", | ||
"svelte2tsx": "^0.4.14" | ||
"svelte2tsx": "^0.5.5" | ||
}, | ||
"gitHead": "3da3ff60d02ec8d14332fa2f77fb339c4556c840" | ||
"gitHead": "5c4437761e9b7231457214920367a4feec445e5d" | ||
} |
@@ -370,3 +370,4 @@ # Svelte Material UI - Common Components | ||
<script lang="ts"> | ||
import { useActions, ActionArray } from '@smui/common/internal'; | ||
import type { ActionArray } from '@smui/common/internal'; | ||
import { useActions } from '@smui/common/internal'; | ||
@@ -373,0 +374,0 @@ export let use: ActionArray = []; |
@@ -22,3 +22,3 @@ import type { SvelteComponentDev } from 'svelte/internal'; | ||
}, | ||
}) as T; | ||
}) as unknown as T; | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194287
457
+ Addedsvelte2tsx@0.5.23(transitive)
- Removedsvelte2tsx@0.4.14(transitive)
Updatedsvelte2tsx@^0.5.5