File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11declare module '@virgilsecurity/core-foundation' {
22 export type FoundationModules = any ;
3- function initRatchet ( ) : Promise < FoundationModules > ;
4- export default initRatchet ;
3+ function initFoundation ( ) : Promise < FoundationModules > ;
4+ export default initFoundation ;
55}
66
77declare module '@virgilsecurity/core-foundation/*' {
88 export type FoundationModules = any ;
9- function initRatchet ( ) : Promise < FoundationModules > ;
10- export default initRatchet ;
9+ function initFoundation ( ) : Promise < FoundationModules > ;
10+ export default initFoundation ;
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @virgilsecurity/core-foundation" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Virgil Foundation" ,
55 "main" : " ./node.cjs.js" ,
66 "module" : " ./node.es.js" ,
Original file line number Diff line number Diff line change 11declare module '@virgilsecurity/core-phe' {
22 export type PheModules = any ;
3- function initRatchet ( ) : Promise < PheModules > ;
4- export default initRatchet ;
3+ function initPhe ( ) : Promise < PheModules > ;
4+ export default initPhe ;
55}
66
77declare module '@virgilsecurity/core-phe/*' {
88 export type PheModules = any ;
9- function initRatchet ( ) : Promise < PheModules > ;
10- export default initRatchet ;
9+ function initPhe ( ) : Promise < PheModules > ;
10+ export default initPhe ;
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @virgilsecurity/core-phe" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Virgil PHE" ,
55 "main" : " ./node.cjs.js" ,
66 "module" : " ./node.es.js" ,
Original file line number Diff line number Diff line change 11declare module '@virgilsecurity/core-pythia' {
22 export type PythiaModules = any ;
33 function initRatchet ( ) : Promise < PythiaModules > ;
4- export default initRatchet ;
4+ export default initPythia ;
55}
66
77declare module '@virgilsecurity/core-pythia/*' {
88 export type PythiaModules = any ;
9- function initRatchet ( ) : Promise < PythiaModules > ;
10- export default initRatchet ;
9+ function initPythia ( ) : Promise < PythiaModules > ;
10+ export default initPythia ;
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @virgilsecurity/core-pythia" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Virgil Pythia" ,
55 "main" : " ./node.cjs.js" ,
66 "module" : " ./node.es.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @virgilsecurity/core-ratchet" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Virgil Ratchet" ,
55 "main" : " ./node.cjs.js" ,
66 "module" : " ./node.es.js" ,
You can’t perform that action at this time.
0 commit comments