JSPM

kinvey-javascript-rack

1.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q55920F
  • License Apache-2.0

Kinvey JavaScript Rack

Package Exports

  • kinvey-javascript-rack
  • kinvey-javascript-rack/dist/middleware
  • kinvey-javascript-rack/dist/rack

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kinvey-javascript-rack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Kinvey JavaScript Rack Build Status Code Climate codecov

The Kinvey JavaScript Rack provides a minimal, modular, and adaptable interface for developing shims for the Kinvey JavaScript SDK.

Build

Execute npm run build to build the SDK.

Release

TravisCI will deploy the pacakge to NPM.

  1. Checkout the master branch.
  2. Update the CHANGELOG.md.
  3. Execute npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]. See Version Management for more info on incrementing the version.
  4. Done.

Version Management

Updating the package version should follow Semantic Version 2.0.0:

  • Major (x.0.0): when making an incompatible API changes.
  • Minor (1.x.0): when adding functionality in a backwards-compatible manner.
  • Patch (1.0.x): when making backwards-compatible bug fixes or enhancements.

Test

Execute npm test to run the unit tests for the SDK.

License

See LICENSE for details.

Contributing

See CONTRIBUTING.md for details on reporting bugs and making contributions.