@autofleet/element-pay 1.0.5-beta-e5c72294.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,5 +41,5 @@ Returns a typed GraphQL SDK client for the Element Pay API.
41
41
  The SDK is generated from GraphQL schema definitions. To regenerate:
42
42
 
43
43
  ```bash
44
- pnpm codegen --filter @autofleet/element-pay
44
+ npm run codegen
45
45
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/element-pay",
3
- "version": "1.0.5-beta-e5c72294.0",
3
+ "version": "1.1.0",
4
4
  "description": "GraphQL client for Element Pay third-party provider",
5
5
  "type": "module",
6
6
  "main": "./lib/index.cjs",