@vendure/payments-plugin 1.9.5 → 1.9.6

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.
@@ -205,10 +205,10 @@ StripePlugin = StripePlugin_1 = __decorate([
205
205
  return config;
206
206
  },
207
207
  shopApiExtensions: {
208
- schema: graphql_tag_1.gql `
209
- extend type Mutation {
210
- createStripePaymentIntent: String
211
- }
208
+ schema: graphql_tag_1.gql `
209
+ extend type Mutation {
210
+ createStripePaymentIntent: String
211
+ }
212
212
  `,
213
213
  resolvers: [stripe_resolver_1.StripeResolver],
214
214
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/payments-plugin",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "license": "MIT",
5
5
  "main": "package/index.js",
6
6
  "types": "package/index.d.ts",
@@ -33,9 +33,9 @@
33
33
  "@mollie/api-client": "^3.6.0",
34
34
  "@types/braintree": "^2.22.15",
35
35
  "@types/localtunnel": "2.0.1",
36
- "@vendure/common": "^1.9.5",
37
- "@vendure/core": "^1.9.5",
38
- "@vendure/testing": "^1.9.5",
36
+ "@vendure/common": "^1.9.6",
37
+ "@vendure/core": "^1.9.6",
38
+ "@vendure/testing": "^1.9.6",
39
39
  "braintree": "^3.0.0",
40
40
  "localtunnel": "2.0.1",
41
41
  "nock": "^13.1.4",
@@ -43,5 +43,5 @@
43
43
  "stripe": "^8.197.0",
44
44
  "typescript": "4.3.5"
45
45
  },
46
- "gitHead": "09ae64ec5050d81b500ab7bcff27a92a322098da"
46
+ "gitHead": "154780bf3b9b6b4e98174d1a992c0539f936f26d"
47
47
  }