uppy/packages/@uppy/locales/turbo.json
Prakash 12de077e6d
remove @uppy/instagram (#6257)
closes #5455 , this PR removes all Instagram support from both the
client and Companion server.

Removed:
- Instagram from @uppy/remote-sources (src, package.json, keywords)
- Instagram export from uppy bundle (bundle.ts, index.ts, package.json)
- Companion Instagram OAuth provider (provider/index.js, grant.js)
- Companion standalone helper Instagram env vars (helper.js,
env_example)
- All Companion Instagram tests (providers.test.js,
provider-manager.test.js, fixtures/index.js, mockserver.js)
2026-05-13 14:42:10 +05:30

38 lines
1,006 B
JSON

{
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": [
"@uppy/image-editor#build",
"@uppy/image-generator#build",
"@uppy/box#build",
"@uppy/core#build",
"@uppy/google-drive-picker#build",
"@uppy/onedrive#build",
"@uppy/compressor#build",
"@uppy/url#build",
"@uppy/dashboard#build",
"@uppy/google-photos-picker#build",
"@uppy/audio#build",
"@uppy/facebook#build",
"@uppy/google-drive#build",
"@uppy/thumbnail-generator#build",
"@uppy/screen-capture#build",
"@uppy/xhr-upload#build",
"@uppy/transloadit#build",
"@uppy/zoom#build",
"@uppy/dropbox#build",
"@uppy/webdav#build",
"@uppy/unsplash#build",
"@uppy/webcam#build"
],
"inputs": [
"script/**/*.{js,ts,jsx,tsx}",
"package.json",
"tsconfig.json",
"tsconfig.build.json"
],
"outputs": ["lib/**"]
}
}
}