1.5.9 • Published 1 year ago

@luminfire/uppy-plugin-brilliant-storage v1.5.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Uppy BrilliantStorage

BrilliantStorage is an Uppy file uploader plugin, that allows BrilliantStorage to add a unique prefix onto the files being uploaded.

:warning: This is not an official Uppy plugin, so no support is offered for it. Please use at your own risk.

Installation

$ npm install @luminfire/uppy-plugin-brilliant-storage --save

Usage

const Uppy = require('@uppy/core');
const BrilliantStorage = require('@luminfire/uppy-plugin-brilliant-storage');

const uppy = Uppy();
uppy.use(BrilliantStorage);

Development

Publish a New Release

  1. Commit all changes, including changelog entry
  2. Run npm version major | minor | patch --no-git-tag-version
  3. Merge to master
  4. Tag with semantic versioning
  5. Ensure the public repo has the up-to-date code
  6. Run npm publish
1.5.9

1 year ago

1.5.8

3 years ago

1.5.7

3 years ago

1.5.6

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago