@solidgate/vue-sdk 1.5.0 → 1.5.1

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.
@@ -2258,7 +2258,7 @@ const _sfc_main = defineComponent({
2258
2258
  onCard: { type: Function, default: () => {
2259
2259
  } }
2260
2260
  },
2261
- emits: ["mounted", "error", "success", "fail", "submit", "verify", "customStylesAppended", "formRedirect", "interaction", "orderStatus", "resize", "card"],
2261
+ emits: ["mounted", "error", "success", "fail", "submit", "verify", "customStylesAppended", "formRedirect", "interaction", "orderStatus", "resize", "card", "readyPaymentInstance"],
2262
2262
  setup(__props, { emit }) {
2263
2263
  const props = __props;
2264
2264
  const StyledPayment = styled.div`
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "import": "./dist/solid-payment.es.js"
11
11
  }
12
12
  },
13
- "version": "1.5.0",
13
+ "version": "1.5.1",
14
14
  "typings": "./dist/lib/index.d.ts",
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {