@vendure/payments-plugin 3.0.0-next.0 → 3.0.0

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.
@@ -276,14 +276,14 @@ exports.BraintreePlugin = BraintreePlugin = BraintreePlugin_1 = __decorate([
276
276
  return config;
277
277
  },
278
278
  shopApiExtensions: {
279
- schema: (0, graphql_tag_1.gql) `
280
- extend type Query {
281
- generateBraintreeClientToken(orderId: ID, includeCustomerId: Boolean): String!
282
- }
279
+ schema: (0, graphql_tag_1.gql) `
280
+ extend type Query {
281
+ generateBraintreeClientToken(orderId: ID, includeCustomerId: Boolean): String!
282
+ }
283
283
  `,
284
284
  resolvers: [braintree_resolver_1.BraintreeResolver],
285
285
  },
286
- compatibility: '^2.0.0',
286
+ compatibility: '^3.0.0',
287
287
  })
288
288
  ], BraintreePlugin);
289
289
  //# sourceMappingURL=braintree.plugin.js.map
@@ -158,7 +158,7 @@ exports.MolliePlugin = MolliePlugin = MolliePlugin_1 = __decorate([
158
158
  schema: api_extensions_1.adminApiExtensions,
159
159
  resolvers: [mollie_common_resolver_1.MollieCommonResolver],
160
160
  },
161
- compatibility: '^2.2.0',
161
+ compatibility: '^3.0.0',
162
162
  })
163
163
  ], MolliePlugin);
164
164
  //# sourceMappingURL=mollie.plugin.js.map
@@ -205,14 +205,14 @@ exports.StripePlugin = StripePlugin = StripePlugin_1 = __decorate([
205
205
  return config;
206
206
  },
207
207
  shopApiExtensions: {
208
- schema: (0, graphql_tag_1.gql) `
209
- extend type Mutation {
210
- createStripePaymentIntent: String!
211
- }
208
+ schema: (0, graphql_tag_1.gql) `
209
+ extend type Mutation {
210
+ createStripePaymentIntent: String!
211
+ }
212
212
  `,
213
213
  resolvers: [stripe_resolver_1.StripeResolver],
214
214
  },
215
- compatibility: '^2.0.0',
215
+ compatibility: '^3.0.0',
216
216
  })
217
217
  ], StripePlugin);
218
218
  //# sourceMappingURL=stripe.plugin.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/payments-plugin",
3
- "version": "3.0.0-next.0",
3
+ "version": "3.0.0",
4
4
  "license": "GPL-3.0-or-later",
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": "^3.3.11",
48
48
  "@types/localtunnel": "2.0.4",
49
- "@vendure/common": "3.0.0-next.0",
50
- "@vendure/core": "3.0.0-next.0",
51
- "@vendure/testing": "3.0.0-next.0",
49
+ "@vendure/common": "^3.0.0",
50
+ "@vendure/core": "^3.0.0",
51
+ "@vendure/testing": "^3.0.0",
52
52
  "braintree": "^3.22.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": "5.1.6"
58
58
  },
59
- "gitHead": "3186993cb1de80b34345c26d01a71bead545da33"
59
+ "gitHead": "a23b3ae5d4675eb459bb646ba7dd4ab0b085eb08"
60
60
  }