Package Exports
- kinvey-javascript-sdk-core
- kinvey-javascript-sdk-core/dist/client
- kinvey-javascript-sdk-core/dist/errors
- kinvey-javascript-sdk-core/dist/kinvey
- kinvey-javascript-sdk-core/dist/log
- kinvey-javascript-sdk-core/dist/rack/cache
- kinvey-javascript-sdk-core/dist/rack/http
- kinvey-javascript-sdk-core/dist/rack/middleware
- kinvey-javascript-sdk-core/dist/rack/rack
- kinvey-javascript-sdk-core/dist/requests/network
- kinvey-javascript-sdk-core/dist/requests/request
- kinvey-javascript-sdk-core/dist/user
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-sdk-core) 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 SDK Core
The Kinvey JavaScript SDK core is a package that can be used to develop JavaScript applications on the Kinvey platform. The Kinvey JavaScript SDK core is intended used as a way to share common code across different Kinvey JavaScript SDK builds.
Building
The simplest way to build the sdk is by running gulp. More advanced tasks are available.
gulp bump: bump the pacakge versiongulp build: build the sdkgulp clean: remove files created by the build processgulp lint: lint src files
Flags
The following flags are available when running gulp bump:
--type <major|minor|patch|prerelease>: Bumps the package version using the Semantic Version 2.0.0 spec. Defaults topatch.--version <version>: Sets the package version to the provided version.
Testing
You can run the tests using npm test.
Releasing
The workflow for releasing a new version of the sdk is as follows:
- Commit all changes on the develop branch.
- Checkout the master branch and merge the develop branch.
- Update the Changelog.
- Run
gulp bump --type <type>replacing<type>with major, minor, patch, or prerelease. See Flags above. - Make sure all changes are committed on the master branch and push.
- Checkout the develop branch and merge the master branch.
Version Management
Updating the sdk version should follow Semantic Version 2.0.0:
- Major (x.0.0): when making an incompatible API changes.
- Minor (3.x.0): when adding functionality in a backwards-compatible manner.
- Patch (3.0.x): when making backwards-compatible bug fixes or enhancements.
License
Copyright (c) 2016, Kinvey, Inc. All rights reserved.
This software is licensed to you under the Kinvey terms of service located at http://www.kinvey.com/terms-of-use. By downloading, accessing and/or using this software, you hereby accept such terms of service (and any agreement referenced therein) and agree that you have read, understand and agree to be bound by such terms of service and are of legal age to agree to such terms with Kinvey. This software contains valuable confidential and proprietary information of KINVEY, INC and is subject to applicable licensing agreements.
Unauthorized reproduction, transmission or distribution of this file and its contents is a violation of applicable laws.