File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
- aws secretsmanager get-secret-value --secret-id prod/npm-registry/.npmrc --region us-east-1 | jq -r .SecretString > .npmrc
10
10
- npm install
11
11
- npm pack
12
- - npm --userconfig ./.npmrc publish aws-iot-device-sdk-js- v2*.tgz
12
+ - npm --userconfig ./.npmrc publish aws-iot-device-sdk-v2*.tgz
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "$PUBLISHED_TAG_VERSION" == "$CURRENT_TAG_VERSION" ]; then
25
25
cd samples/node/pub_sub
26
26
npm install
27
27
npm run tsc
28
- node dist/index.js --ca_file /tmp/AmazonRootCA1.pem --cert /tmp/certificate.pem --key /tmp/privatekey.pem --endpoint $endpoint --client_id prod_nodejs_test -- verbosity info
28
+ node dist/index.js --ca_file /tmp/AmazonRootCA1.pem --cert /tmp/certificate.pem --key /tmp/privatekey.pem --endpoint $endpoint --verbosity info
29
29
30
30
exit 0
31
31
fi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-iot-device-sdk-v2" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NodeJS API for the AWS IoT service" ,
5
5
"homepage" : " https://github.com/aws/aws-iot-device-sdk-js-v2" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 18
18
"typescript" : " ^3.7.3"
19
19
},
20
20
"dependencies" : {
21
- "aws-iot-device-sdk-v2" : " ^1.0.2 " ,
21
+ "aws-iot-device-sdk-v2" : " ^1.0.3 " ,
22
22
"yargs" : " ^14.0.0"
23
23
}
24
24
}
Original file line number Diff line number Diff line change 21
21
"typescript" : " ^3.7.3"
22
22
},
23
23
"dependencies" : {
24
- "aws-iot-device-sdk-v2" : " ^1.0.2 " ,
24
+ "aws-iot-device-sdk-v2" : " ^1.0.3 " ,
25
25
"yargs" : " ^14.0.0"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments