@paydock/client-sdk 1.108.2-beta → 1.108.2

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.
package/package.json CHANGED
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "name": "@paydock/client-sdk",
107
- "version": "1.108.2-beta",
107
+ "version": "1.108.2",
108
108
  "scripts": {
109
109
  "build:doc": "node docs/html/marked.js",
110
110
  "build:js": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
@@ -135,7 +135,7 @@
135
135
  "typecheck": "tsc --project tsconfig.json --noEmit"
136
136
  },
137
137
  "dependencies": {
138
- "@auspayplus/open-payments-checkout": "1.7.3",
138
+ "@auspayplus/open-payments-checkout": "1.8.0",
139
139
  "@newrelic/browser-agent": "^1.260.1",
140
140
  "@stripe/stripe-js": "^1.11.0"
141
141
  },