Skip to content

Commit

Permalink
Merge pull request #138 from clover/1.4.3-release
Browse files Browse the repository at this point in the history
1.4.3 release
  • Loading branch information
david-clover-com committed Feb 6, 2018
2 parents 1b91e2b + d320eec commit ea00778
Show file tree
Hide file tree
Showing 38 changed files with 28 additions and 2,245 deletions.
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,3 +1,4 @@
# src should not be here, we need to publish it for typings.
.idea
node_modules
integration-test
Expand All @@ -6,4 +7,3 @@ remote-pay-cloud.iml
npm-debug.log
.gradle
gradle
src
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1 @@
* @david-clover-com @mike-clover-com
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Do not change this or the versioning may not reflect the npm version correctly.
--->
## Version

Current version: 1.4.2
Current version: 1.4.3

## Platforms supported

Expand All @@ -34,6 +34,13 @@ Please see the [Getting started with Clover Connector tutorial for JavaScript](h
### Examples
Example applications can be found on [GitHub](https://github.com/clover/remote-pay-cloud-examples).

### Additional resources
- [Online Docs](http://clover.github.io/remote-pay-cloud/1.4.3/)
- [Release Notes](https://github.com/clover/remote-pay-cloud/releases)
- [Tutorial for the Browser SDK](https://docs.clover.com/build/getting-started-with-cloverconnector/?sdk=browser)
- [API Class Documentation](http://clover.github.io/remote-pay-cloud-api/1.4.2/)
- [Clover Developer Community](https://community.clover.com/index.html)

## License
Copyright © 2017 Clover Network, Inc. All rights reserved.

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -5,6 +5,8 @@ plugins {

node {
download = true
version = '8.9.3'
npmVersion = '5.5.1'
}

task build(type: GulpTask, dependsOn: [installGulp, npmInstall]) {
Expand Down
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -35,7 +35,7 @@ var WebSocketCloverTransport = require('./dist/com/clover/remote/client/transpor
var WebSocketState = require('./dist/com/clover/websocket/WebSocketState.js').WebSocketState;
var CloverWebSocketInterface = require('./dist/com/clover/websocket/CloverWebSocketInterface.js').CloverWebSocketInterface;
var BrowserWebSocketImpl = require('./dist/com/clover/websocket/BrowserWebSocketImpl.js').BrowserWebSocketImpl;

var JSONToCustomObject = require('./dist/com/clover/json/JSONToCustomObject.js').JSONToCustomObject;

var CloverConnectorFactoryBuilder = require('./dist/com/clover/remote/client/CloverConnectorFactoryBuilder.js').CloverConnectorFactoryBuilder;
var ICloverConnectorFactory = require('./dist/com/clover/remote/client/ICloverConnectorFactory.js').ICloverConnectorFactory;
Expand Down Expand Up @@ -66,6 +66,7 @@ module.exports = {
WebSocketCloverTransport: WebSocketCloverTransport,
CloverWebSocketInterface: CloverWebSocketInterface,
BrowserWebSocketImpl: BrowserWebSocketImpl,
JSONToCustomObject: JSONToCustomObject,
ImageUtil: ImageUtil,
Logger: Logger,
HttpSupport: HttpSupport,
Expand Down
5 changes: 0 additions & 5 deletions integration-test/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion integration-test/.npmrc

This file was deleted.

13 changes: 0 additions & 13 deletions integration-test/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions integration-test/build.gradle

This file was deleted.

28 changes: 0 additions & 28 deletions integration-test/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions integration-test/public/Constants.js

This file was deleted.

13 changes: 0 additions & 13 deletions integration-test/public/app/EventService.js

This file was deleted.

0 comments on commit ea00778

Please sign in to comment.