@smui/common
Advanced tools
Comparing version 7.0.0-beta.14 to 7.0.0-beta.15
@@ -6,2 +6,13 @@ # Change Log | ||
# [7.0.0-beta.15](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.14...v7.0.0-beta.15) (2023-09-04) | ||
### Bug Fixes | ||
* add declaration files to work around rollup typescript resolving modules to the src directory ([b09a46b](https://github.com/hperrin/svelte-material-ui/commit/b09a46bee31ee7f85d89ea97788dd0b174d35028)), closes [#556](https://github.com/hperrin/svelte-material-ui/issues/556) | ||
# [7.0.0-beta.14](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.13...v7.0.0-beta.14) (2023-06-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/common", | ||
"version": "7.0.0-beta.14", | ||
"version": "7.0.0-beta.15", | ||
"description": "Svelte Material UI - Common", | ||
@@ -15,10 +15,13 @@ "type": "module", | ||
"*": { | ||
"*": [ | ||
"./src/*" | ||
], | ||
"classadder": [ | ||
"./src/classadder/index.ts" | ||
"./src/classadder/index.d.ts" | ||
], | ||
"internal": [ | ||
"./src/internal/index.ts" | ||
"./src/internal/index.d.ts" | ||
], | ||
"*": [ | ||
"./src/*" | ||
".": [ | ||
"./src/index.d.js" | ||
] | ||
@@ -59,13 +62,13 @@ } | ||
"@material/dom": "^14.0.0", | ||
"svelte2tsx": "^0.6.15" | ||
"svelte2tsx": "^0.6.21" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^4.0.1", | ||
"sass": "^1.63.4", | ||
"svelte-check": "^3.4.3", | ||
"svelte-strip": "^2.0.0", | ||
"tslib": "^2.5.3", | ||
"typescript": "^5.1.3" | ||
"@tsconfig/svelte": "^5.0.2", | ||
"sass": "^1.66.1", | ||
"svelte-check": "^3.5.1", | ||
"svelte-strip": "^3.0.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"gitHead": "feca1d13dfc9f4a6bae3cd98eff66084a63f885f" | ||
"gitHead": "6ed73be2ffd9691182a3a0663d61f9d910c4a8e8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
148865
82
1529
Updatedsvelte2tsx@^0.6.21