@salla.sa/applepay 2.14.343 → 2.14.345
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 +8 -7
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salla.sa/applepay",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.345",
|
|
4
4
|
"description": "Salla Apple Pay light",
|
|
5
5
|
"main": "dist/app.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"watch": "echo \"There is no watch!\"",
|
|
8
|
+
"build": "echo \"There is no build!\"",
|
|
9
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
10
|
+
},
|
|
6
11
|
"repository": {
|
|
7
12
|
"type": "git",
|
|
8
13
|
"url": "git+https://github.com/SallaApp/twilight.git"
|
|
@@ -21,9 +26,5 @@
|
|
|
21
26
|
"dependencies": {
|
|
22
27
|
"axios": "^1.10.0"
|
|
23
28
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"build": "echo \"There is no build!\"",
|
|
27
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
29
|
+
"gitHead": "9a967cc130ab0119125936c48fcf26c8db7c61be"
|
|
30
|
+
}
|