Skip to content

Commit

Permalink
Rework sample dependencies; fix fleet provisioning (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose authored Jul 11, 2020
1 parent 87baf2d commit b651fd5
Show file tree
Hide file tree
Showing 12 changed files with 2,918 additions and 2,385 deletions.
8 changes: 6 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ import * as greengrass from './greengrass/discoveryclient';
import * as iotjobs from './iotjobs/iotjobsclient';
import * as iotshadow from './iotshadow/iotshadowclient';

import { mqtt } from "aws-crt";
import { mqtt, auth, http, io, iot } from 'aws-crt';

export {
iotidentity,
greengrass,
iotjobs,
iotshadow,
mqtt
mqtt,
auth,
http,
io,
iot
}
3 changes: 1 addition & 2 deletions samples/node/basic_discovery/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* SPDX-License-Identifier: Apache-2.0.
*/

import { mqtt, io, iot } from 'aws-crt';
import { greengrass } from 'aws-iot-device-sdk-v2';
import { mqtt, io, iot, greengrass } from 'aws-iot-device-sdk-v2';
import { TextDecoder } from 'util';

type Args = { [index: string]: any };
Expand Down
2,366 changes: 1,081 additions & 1,285 deletions samples/node/basic_discovery/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion samples/node/fleet_provisioning/index.d.ts

This file was deleted.

317 changes: 0 additions & 317 deletions samples/node/fleet_provisioning/index.js

This file was deleted.

Loading

0 comments on commit b651fd5

Please sign in to comment.