@gradio/atoms
Advanced tools
Comparing version 0.8.0 to 0.8.1-beta.1
# @gradio/atoms | ||
## 0.8.1-beta.1 | ||
### Dependency updates | ||
- @gradio/icons@0.8.0-beta.1 | ||
- @gradio/utils@0.7.0-beta.1 | ||
## 0.8.1-beta.0 | ||
### Fixes | ||
- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! | ||
### Dependency updates | ||
- @gradio/utils@0.7.0-beta.0 | ||
- @gradio/icons@0.8.0-beta.0 | ||
## 0.8.0 | ||
@@ -4,0 +22,0 @@ |
{ | ||
"name": "@gradio/atoms", | ||
"version": "0.8.0", | ||
"version": "0.8.1-beta.1", | ||
"description": "Gradio UI packages", | ||
@@ -10,5 +10,16 @@ "type": "module", | ||
"dependencies": { | ||
"@gradio/utils": "^0.6.0", | ||
"@gradio/icons": "^0.7.1" | ||
"@gradio/icons": "^0.8.0-beta.1", | ||
"@gradio/utils": "^0.7.0-beta.1" | ||
}, | ||
"peerDependencies": { | ||
"svelte": "^4.0.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"gradio": "./src/index.ts", | ||
"svelte": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main_changeset": true, | ||
@@ -19,3 +30,6 @@ "repository": { | ||
"directory": "js/atoms" | ||
}, | ||
"scripts": { | ||
"sv-pkg": "svelte-package --input=. --cwd=../../.config/" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
70916
46
303
3
1
+ Added@gradio/icons@0.8.1(transitive)
+ Added@gradio/theme@0.3.0(transitive)
+ Added@gradio/utils@0.7.0(transitive)
- Removed@gradio/icons@0.7.2(transitive)
- Removed@gradio/theme@0.2.5(transitive)
- Removed@gradio/utils@0.6.1(transitive)
Updated@gradio/icons@^0.8.0-beta.1
Updated@gradio/utils@^0.7.0-beta.1