@flopay/node 1.1.6 → 1.2.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 +3 -3
package/README.md CHANGED
@@ -8,7 +8,7 @@ Server-side FloPay SDK for Node.js. Creates checkout sessions via the billing AP
8
8
  pnpm add @flopay/node
9
9
  ```
10
10
 
11
- Depends on `stripe` (^22.1.1) and `@flopay/shared`.
11
+ Depends on `stripe` (^22.2.0) and `@flopay/shared`.
12
12
 
13
13
  ## Quick Start
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopay/node",
3
- "version": "1.1.6",
3
+ "version": "1.2.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -25,8 +25,8 @@
25
25
  "dist"
26
26
  ],
27
27
  "dependencies": {
28
- "stripe": "^22.1.1",
29
- "@flopay/shared": "1.1.6"
28
+ "stripe": "^22.2.0",
29
+ "@flopay/shared": "1.2.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "typescript": "^6.0.3",