@learncard/network-plugin 2.2.2 → 2.2.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/lcn-plugin.cjs.development.js +1 -1
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +1 -1
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -9963,7 +9963,7 @@ var getLearnCardNetworkPlugin = /* @__PURE__ */ __name(async (learnCard, url) =>
|
|
|
9963
9963
|
throw new Error("Please make an account first!");
|
|
9964
9964
|
return client.boost.updateBoost.mutate({
|
|
9965
9965
|
uri,
|
|
9966
|
-
updates: { credential, ...updates }
|
|
9966
|
+
updates: { ...credential && { credential }, ...updates }
|
|
9967
9967
|
});
|
|
9968
9968
|
},
|
|
9969
9969
|
getBoostAdmins: async (_learnCard, uri, options = {}) => {
|