@learncard/react 2.3.9 → 2.3.10
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/cjs/{VCCard-d11c11b7.js → VCCard-a08c77a2.js} +1 -2
- package/dist/{esm/VCCard-8fd71fba.js.map → cjs/VCCard-a08c77a2.js.map} +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index14.js +1 -1
- package/dist/cjs/index5.js +1 -1
- package/dist/esm/{VCCard-8fd71fba.js → VCCard-fecf00cc.js} +1 -2
- package/dist/{cjs/VCCard-d11c11b7.js.map → esm/VCCard-fecf00cc.js.map} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index14.js +1 -1
- package/dist/esm/index5.js +1 -1
- package/package.json +2 -2
|
@@ -120638,7 +120638,6 @@ var generateWallet = /* @__PURE__ */ __name((..._0) => __async$1(void 0, [..._0]
|
|
|
120638
120638
|
remove: function(contentId) {
|
|
120639
120639
|
return removeFromWallet(this, contentId);
|
|
120640
120640
|
},
|
|
120641
|
-
status: "UNLOCKED",
|
|
120642
120641
|
plugins,
|
|
120643
120642
|
pluginMethods,
|
|
120644
120643
|
addPlugin: function(plugin) {
|
|
@@ -150908,4 +150907,4 @@ const VCCard = ({ credential, issueeOverride, className = "" }) => {
|
|
|
150908
150907
|
};
|
|
150909
150908
|
|
|
150910
150909
|
exports.VCCard = VCCard;
|
|
150911
|
-
//# sourceMappingURL=VCCard-
|
|
150910
|
+
//# sourceMappingURL=VCCard-a08c77a2.js.map
|