mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @uppy/components@1.2.0 ### Minor Changes -c0a8776: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes -c0a8776: - Fix Vue components to work with kebab-case props (`:edit-file` instead of `:editFile`) - Updated dependencies [c0a8776] - @uppy/image-editor@4.2.0 ## @uppy/image-editor@4.2.0 ### Minor Changes -c0a8776: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ## @uppy/react@5.2.0 ### Minor Changes -c0a8776: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes - Updated dependencies [c0a8776] - Updated dependencies [c0a8776] - @uppy/components@1.2.0 ## @uppy/svelte@5.2.0 ### Minor Changes -c0a8776: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes - Updated dependencies [c0a8776] - Updated dependencies [c0a8776] - @uppy/components@1.2.0 ## @uppy/transloadit@5.5.0 ### Minor Changes -c0a8776: Migrate from 'transloadit' to '@transloadit/types' to get the types. No need to drag in the entire SDK. ### Patch Changes - Updated dependencies [c0a8776] - @uppy/tus@5.1.1 ## @uppy/vue@3.2.0 ### Minor Changes -c0a8776: Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte. ### Patch Changes -c0a8776: - Fix Vue components to work with kebab-case props (`:edit-file` instead of `:editFile`) - Updated dependencies [c0a8776] - Updated dependencies [c0a8776] - @uppy/components@1.2.0 ## @uppy/locales@5.1.1 ### Patch Changes -c0a8776: Update cs_CZ dropPaste keys to use the correct variables. ## @uppy/tus@5.1.1 ### Patch Changes -c0a8776: Fix Node.js support by conditionally setting a property which does not exist in Node.js instead of crashing. ## uppy@5.2.3 ### Patch Changes - Updated dependencies [c0a8776] - Updated dependencies [c0a8776] - Updated dependencies [c0a8776] - Updated dependencies [c0a8776] - @uppy/locales@5.1.1 - @uppy/tus@5.1.1 - @uppy/transloadit@5.5.0 - @uppy/image-editor@4.2.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
{
|
|
"name": "@uppy/svelte",
|
|
"version": "5.2.0",
|
|
"description": "Uppy plugin that helps integrate Uppy into your Svelte project.",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"CHANGELOG.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"svelte": "./dist/index.js"
|
|
},
|
|
"./css/style.css": "./dist/styles.css",
|
|
"./css/image-editor.css": "./dist/image-editor.css",
|
|
"./dashboard": {
|
|
"types": "./dist/components/Dashboard.svelte.d.ts",
|
|
"svelte": "./dist/components/Dashboard.svelte"
|
|
},
|
|
"./dashboard-modal": {
|
|
"types": "./dist/components/DashboardModal.svelte.d.ts",
|
|
"svelte": "./dist/components/DashboardModal.svelte"
|
|
},
|
|
"./status-bar": {
|
|
"types": "./dist/components/StatusBar.svelte.d.ts",
|
|
"svelte": "./dist/components/StatusBar.svelte"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"svelte"
|
|
],
|
|
"scripts": {
|
|
"build": "svelte-kit sync && svelte-package",
|
|
"build:css": "mkdir -p dist && cp ../components/dist/styles.css dist/styles.css && cp ../components/dist/image-editor.css dist/image-editor.css",
|
|
"prepublishOnly": "yarn run package",
|
|
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/components": "workspace:^",
|
|
"preact": "^10.26.10"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^6.0.0",
|
|
"@sveltejs/kit": "^2.49.5",
|
|
"@sveltejs/package": "^2.3.11",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@uppy/core": "workspace:^",
|
|
"svelte": "^5.27.0",
|
|
"svelte-check": "^4.1.6",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^",
|
|
"@uppy/dashboard": "workspace:^",
|
|
"@uppy/screen-capture": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"@uppy/webcam": "workspace:^",
|
|
"svelte": "^4.0.0 || ^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@uppy/dashboard": {
|
|
"optional": true
|
|
},
|
|
"@uppy/screen-capture": {
|
|
"optional": true
|
|
},
|
|
"@uppy/status-bar": {
|
|
"optional": true
|
|
},
|
|
"@uppy/webcam": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|