@paypal/sdk-release 5.0.438 → 5.0.440
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/index.js +2 -8
- package/package-lock.json +105 -816
- package/package.json +6 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paypal/sdk-release",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.440",
|
|
4
4
|
"description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,13 +9,11 @@
|
|
|
9
9
|
"validate-flat": "babel-node test/validate-flat",
|
|
10
10
|
"cdnify": "grabthar-cdnify --recursive --cdn='https://www.paypalobjects.com'",
|
|
11
11
|
"reinstall": "rm -f ./package-lock.json && rm -rf ./node_modules && npm install && git checkout package-lock.json && git checkout package.json",
|
|
12
|
-
"flow-typed": "rm -rf ./flow-typed && flow-typed install",
|
|
13
12
|
"lint": "npm run format:check && eslint test/ *.js",
|
|
14
|
-
"flow": "flow check",
|
|
15
13
|
"format": "prettier --write --ignore-unknown .",
|
|
16
14
|
"format:check": "prettier --check .",
|
|
17
15
|
"karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
|
|
18
|
-
"test": "npm run lint && npm run
|
|
16
|
+
"test": "npm run lint && npm run validate-components && npm run validate-flat",
|
|
19
17
|
"add": "grabthar-add",
|
|
20
18
|
"upgrade": "grabthar-upgrade",
|
|
21
19
|
"remove": "grabthar-remove",
|
|
@@ -59,8 +57,6 @@
|
|
|
59
57
|
"@krakenjs/grumbler-scripts": "^8.0.4",
|
|
60
58
|
"cross-env": "^7.0.3",
|
|
61
59
|
"eslint": "^8.13.0",
|
|
62
|
-
"flow-bin": "0.135.0",
|
|
63
|
-
"flow-typed": "^3.8.0",
|
|
64
60
|
"flowgen": "1.11.0",
|
|
65
61
|
"husky": "^8.0.3",
|
|
66
62
|
"jest": "^29.3.1",
|
|
@@ -84,7 +80,7 @@
|
|
|
84
80
|
"@krakenjs/zoid": "10.3.3",
|
|
85
81
|
"@paypal/applepay-components": "1.7.0",
|
|
86
82
|
"@paypal/card-components": "1.0.56",
|
|
87
|
-
"@paypal/checkout-components": "5.0.
|
|
83
|
+
"@paypal/checkout-components": "5.0.317",
|
|
88
84
|
"@paypal/common-components": "1.0.48",
|
|
89
85
|
"@paypal/connect-loader-component": "1.1.1",
|
|
90
86
|
"@paypal/example-components": "1.0.28",
|
|
@@ -92,9 +88,9 @@
|
|
|
92
88
|
"@paypal/googlepay-components": "1.2.3",
|
|
93
89
|
"@paypal/identity-components": "5.0.14",
|
|
94
90
|
"@paypal/legal-components": "1.2.2",
|
|
95
|
-
"@paypal/messaging-components": "1.64.
|
|
91
|
+
"@paypal/messaging-components": "1.64.4",
|
|
96
92
|
"@paypal/muse-components": "1.3.93",
|
|
97
|
-
"@paypal/sdk-client": "4.0.
|
|
93
|
+
"@paypal/sdk-client": "4.0.189",
|
|
98
94
|
"@paypal/sdk-constants": "1.0.148",
|
|
99
95
|
"@paypal/sdk-logos": "2.2.7",
|
|
100
96
|
"bowser": "2.11.0",
|
|
@@ -110,7 +106,6 @@
|
|
|
110
106
|
"restricted-input": "1.2.7",
|
|
111
107
|
"through": "2.3.8",
|
|
112
108
|
"typescript": "4.9.5",
|
|
113
|
-
"whatwg-fetch": "3.6.20"
|
|
114
|
-
"zalgo-promise": "1.0.48"
|
|
109
|
+
"whatwg-fetch": "3.6.20"
|
|
115
110
|
}
|
|
116
111
|
}
|