Skip to content

Commit 22af746

Browse files
authored
chore: Update submodules (#635)
1 parent 0299aae commit 22af746

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "aws-encryption-sdk-test-vectors"]
22
path = aws-encryption-sdk-test-vectors
3-
url = https://github.com/awslabs/private-aws-encryption-sdk-test-vectors-staging.git
3+
url = https://github.com/awslabs/aws-encryption-sdk-test-vectors.git
44
[submodule "aws-encryption-sdk-specification"]
55
path = aws-encryption-sdk-specification
6-
url = https://github.com/awslabs/private-aws-encryption-sdk-specification-staging.git
6+
url = https://github.com/awslabs/aws-encryption-sdk-specification.git

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"duvet-report": "aws-encryption-sdk-specification/util/report.js modules/**/src/**/*.ts modules/**/test/**/*.ts compliance_exceptions/*.ts"
5050
},
5151
"config": {
52-
"localTestVectors": "aws-encryption-sdk-test-vectors/vectors/awses-decrypt/python-2.3.0-mrks.zip",
52+
"localTestVectors": "aws-encryption-sdk-test-vectors/vectors/awses-decrypt/python-2.3.0.zip",
5353
"encryptManifestList": "https://raw.githubusercontent.com/awslabs/aws-crypto-tools-test-vector-framework/master/features/CANONICAL-GENERATED-MANIFESTS/0003-awses-message-encryption.v1.json",
5454
"encryptKeyManifest": "https://raw.githubusercontent.com/awslabs/aws-crypto-tools-test-vector-framework/master/features/CANONICAL-GENERATED-MANIFESTS/0002-keys.v1.json",
5555
"decryptOracle": "https://xi1mwx3ttb.execute-api.us-west-2.amazonaws.com/api/v0/decrypt"

0 commit comments

Comments
 (0)