@solidgate/vue-sdk 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm i @solidagate/vue-sdk
13
13
  ## Usage
14
14
  Render a payment component in your vue3 project
15
15
 
16
- Component inputs and outputs are similar to described in the docs https://dev.solidgate.cm/developers/d
16
+ Component inputs and outputs are similar to described in the docs https://dev.solidgate.com/developers/documentation/solid-payment-form
17
17
  ```vue
18
18
  <template>
19
19
  <Payment :merchant-data="merchantData" />
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "import": "./dist/solid-payment.es.js"
10
10
  }
11
11
  },
12
- "version": "1.0.0",
12
+ "version": "1.0.1",
13
13
  "typings": "./dist/lib/index.d.ts",
14
14
  "scripts": {
15
15
  "start": "vite",