Skip to content

Commit bd7cba2

Browse files
authored
Merge pull request #135 from jo-wil/joeyschange
changed EcKeyGenParams from typedCurve to namedCurve to fix issue
2 parents 7f0e94d + 3356b5f commit bd7cba2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14098,7 +14098,7 @@ interface EcdsaParams extends Algorithm {
1409814098
}
1409914099

1410014100
interface EcKeyGenParams extends Algorithm {
14101-
typedCurve: string;
14101+
namedCurve: string;
1410214102
}
1410314103

1410414104
interface EcKeyAlgorithm extends KeyAlgorithm {

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ interface EcdsaParams extends Algorithm {
10001000
}
10011001

10021002
interface EcKeyGenParams extends Algorithm {
1003-
typedCurve: string;
1003+
namedCurve: string;
10041004
}
10051005

10061006
interface EcKeyAlgorithm extends KeyAlgorithm {

inputfiles/addedTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
"extends": "Algorithm",
654654
"properties": [
655655
{
656-
"name": "typedCurve",
656+
"name": "namedCurve",
657657
"type": "string"
658658
}
659659
]

0 commit comments

Comments
 (0)