framepayments 2.0.0 → 2.0.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.
- package/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "framepayments",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "The Frame Node.js Library simplifies the process of creating a seamless payment experience within your web app. it provides access to the underlying APIs that drive these components, allowing you to design fully customized payment workflows tailored to your app's needs.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,13 +16,16 @@
|
|
|
16
16
|
"keywords": [],
|
|
17
17
|
"author": "Frame Payments <engineering@framepayments.com>",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
|
-
"files": [
|
|
19
|
+
"files": [
|
|
20
|
+
"dist",
|
|
21
|
+
"README.md"
|
|
22
|
+
],
|
|
20
23
|
"bugs": {
|
|
21
24
|
"url": "https://github.com/Frame-Payments/frame-node/issues"
|
|
22
25
|
},
|
|
23
26
|
"homepage": "https://github.com/Frame-Payments/frame-node#readme",
|
|
24
27
|
"dependencies": {
|
|
25
|
-
"axios": "^1.
|
|
28
|
+
"axios": "^1.15.0"
|
|
26
29
|
},
|
|
27
30
|
"devDependencies": {
|
|
28
31
|
"@types/axios": "^0.9.36",
|