@learncard/core 8.5.1 → 8.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.cjs.development.js +7 -0
 - package/dist/core.cjs.development.js.map +2 -2
 - package/dist/core.cjs.production.min.js +36 -36
 - package/dist/core.cjs.production.min.js.map +3 -3
 - package/dist/core.esm.js +7 -0
 - package/dist/core.esm.js.map +2 -2
 - package/dist/wallet/plugins/index.d.ts +1 -0
 - package/package.json +5 -5
 
    
        package/dist/core.esm.js
    CHANGED
    
    | 
         @@ -52660,6 +52660,12 @@ var LCNProfileValidator = mod.object({ 
     | 
|
| 
       52660 
52660 
     | 
    
         
             
              image: mod.string().optional(),
         
     | 
| 
       52661 
52661 
     | 
    
         
             
              isServiceProfile: mod.boolean().default(false).optional()
         
     | 
| 
       52662 
52662 
     | 
    
         
             
            });
         
     | 
| 
      
 52663 
     | 
    
         
            +
            var LCNProfileConnectionStatusEnum = mod.enum([
         
     | 
| 
      
 52664 
     | 
    
         
            +
              "CONNECTED",
         
     | 
| 
      
 52665 
     | 
    
         
            +
              "PENDING_REQUEST_SENT",
         
     | 
| 
      
 52666 
     | 
    
         
            +
              "PENDING_REQUEST_RECEIVED",
         
     | 
| 
      
 52667 
     | 
    
         
            +
              "NOT_CONNECTED"
         
     | 
| 
      
 52668 
     | 
    
         
            +
            ]);
         
     | 
| 
       52663 
52669 
     | 
    
         
             
            var SentCredentialInfoValidator = mod.object({
         
     | 
| 
       52664 
52670 
     | 
    
         
             
              uri: mod.string(),
         
     | 
| 
       52665 
52671 
     | 
    
         
             
              to: mod.string(),
         
     | 
| 
         @@ -72079,6 +72085,7 @@ export { 
     | 
|
| 
       72079 
72085 
     | 
    
         
             
              getDidKitPlugin,
         
     | 
| 
       72080 
72086 
     | 
    
         
             
              getEthereumPlugin,
         
     | 
| 
       72081 
72087 
     | 
    
         
             
              getIDXPlugin,
         
     | 
| 
      
 72088 
     | 
    
         
            +
              getLearnCardPlugin,
         
     | 
| 
       72082 
72089 
     | 
    
         
             
              getTestCache,
         
     | 
| 
       72083 
72090 
     | 
    
         
             
              getTestStorage,
         
     | 
| 
       72084 
72091 
     | 
    
         
             
              getVCAPIPlugin,
         
     |