@vendure/payments-plugin 2.1.0-next.2 → 2.1.0-next.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.
@@ -81,7 +81,7 @@ import { StripePluginOptions } from './types';
81
81
  * ```
82
82
  * ```TypeScript
83
83
  * // CheckoutForm.tsx
84
- * import { useStripe, useElements, PaymentElement } from '@stripe/react-stripe-js';
84
+ * import { useStripe, useElements, PaymentElement } from '\@stripe/react-stripe-js';
85
85
  * import { FormEvent } from 'react';
86
86
  *
87
87
  * export const CheckoutForm = ({ orderCode }: { orderCode: string }) => {
@@ -97,7 +97,7 @@ const stripe_service_1 = require("./stripe.service");
97
97
  * ```
98
98
  * ```TypeScript
99
99
  * // CheckoutForm.tsx
100
- * import { useStripe, useElements, PaymentElement } from '@stripe/react-stripe-js';
100
+ * import { useStripe, useElements, PaymentElement } from '\@stripe/react-stripe-js';
101
101
  * import { FormEvent } from 'react';
102
102
  *
103
103
  * export const CheckoutForm = ({ orderCode }: { orderCode: string }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/payments-plugin",
3
- "version": "2.1.0-next.2",
3
+ "version": "2.1.0-next.3",
4
4
  "license": "MIT",
5
5
  "main": "package/index.js",
6
6
  "types": "package/index.d.ts",
@@ -46,9 +46,9 @@
46
46
  "@mollie/api-client": "^3.7.0",
47
47
  "@types/braintree": "^2.22.15",
48
48
  "@types/localtunnel": "2.0.1",
49
- "@vendure/common": "2.1.0-next.2",
50
- "@vendure/core": "2.1.0-next.2",
51
- "@vendure/testing": "2.1.0-next.2",
49
+ "@vendure/common": "2.1.0-next.3",
50
+ "@vendure/core": "2.1.0-next.3",
51
+ "@vendure/testing": "2.1.0-next.3",
52
52
  "braintree": "^3.16.0",
53
53
  "localtunnel": "2.0.2",
54
54
  "nock": "^13.1.4",
@@ -56,5 +56,5 @@
56
56
  "stripe": "^13.3.0",
57
57
  "typescript": "4.9.5"
58
58
  },
59
- "gitHead": "10b1325729ada2804a060bd98c7d6fb9b66313b0"
59
+ "gitHead": "89e9413b9c92e097a27a9ee7e183b3235c97ea80"
60
60
  }