@cinerino/sdk 3.91.0 → 3.92.0
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.
|
@@ -2059,9 +2059,8 @@ var ResultType;
|
|
|
2059
2059
|
})(ResultType = exports.ResultType || (exports.ResultType = {}));
|
|
2060
2060
|
var ServiceIdentifier;
|
|
2061
2061
|
(function (ServiceIdentifier) {
|
|
2062
|
+
// 現時点で決済取引はChevreのみ対応
|
|
2062
2063
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
2063
|
-
ServiceIdentifier["GMO"] = "GMO";
|
|
2064
|
-
ServiceIdentifier["MovieTicket"] = "MovieTicket";
|
|
2065
2064
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
2066
2065
|
|
|
2067
2066
|
},{}],30:[function(require,module,exports){
|
package/lib/bundle.js
CHANGED
|
@@ -2012,9 +2012,8 @@ var ResultType;
|
|
|
2012
2012
|
})(ResultType = exports.ResultType || (exports.ResultType = {}));
|
|
2013
2013
|
var ServiceIdentifier;
|
|
2014
2014
|
(function (ServiceIdentifier) {
|
|
2015
|
+
// 現時点で決済取引はChevreのみ対応
|
|
2015
2016
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
2016
|
-
ServiceIdentifier["GMO"] = "GMO";
|
|
2017
|
-
ServiceIdentifier["MovieTicket"] = "MovieTicket";
|
|
2018
2017
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
2019
2018
|
|
|
2020
2019
|
},{}],28:[function(require,module,exports){
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.92.0",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"watchify": "^3.11.1"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@cinerino/api-abstract-client": "3.
|
|
100
|
+
"@cinerino/api-abstract-client": "3.92.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|