@cinerino/sdk 5.4.0-alpha.2 → 5.4.0-alpha.3
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/lib/bundle.js +1 -1
- package/package.json +2 -2
package/lib/bundle.js
CHANGED
|
@@ -20035,7 +20035,7 @@ exports.CategorySetIdentifier = void 0;
|
|
|
20035
20035
|
var CategorySetIdentifier;
|
|
20036
20036
|
(function (CategorySetIdentifier) {
|
|
20037
20037
|
/**
|
|
20038
|
-
*
|
|
20038
|
+
* レイティング区分
|
|
20039
20039
|
*/
|
|
20040
20040
|
CategorySetIdentifier["ContentRatingType"] = "ContentRatingType";
|
|
20041
20041
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "5.4.0-alpha.
|
|
3
|
+
"version": "5.4.0-alpha.3",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"watchify": "^3.11.1"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@chevre/factory": "4.347.0-alpha.
|
|
99
|
+
"@chevre/factory": "4.347.0-alpha.6",
|
|
100
100
|
"debug": "^3.2.6",
|
|
101
101
|
"http-status": "^1.4.2",
|
|
102
102
|
"idtoken-verifier": "^2.0.3",
|