@opra/cli 0.31.10 → 0.31.11
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.
|
@@ -5,7 +5,7 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const node_path_1 = tslib_1.__importDefault(require("node:path"));
|
|
6
6
|
const common_1 = require("@opra/common");
|
|
7
7
|
const string_utils_js_1 = require("../utils/string-utils.js");
|
|
8
|
-
const internalTypeNames = ['any', 'boolean', 'bigint', 'number', 'null', 'string'];
|
|
8
|
+
const internalTypeNames = ['any', 'boolean', 'bigint', 'number', 'null', 'string', 'object'];
|
|
9
9
|
/**
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import path from 'node:path';
|
|
2
2
|
import { ComplexType, EnumType, MappedType, MixinType, SimpleType } from '@opra/common';
|
|
3
3
|
import { wrapJSDocString } from '../utils/string-utils.js';
|
|
4
|
-
const internalTypeNames = ['any', 'boolean', 'bigint', 'number', 'null', 'string'];
|
|
4
|
+
const internalTypeNames = ['any', 'boolean', 'bigint', 'number', 'null', 'string', 'object'];
|
|
5
5
|
/**
|
|
6
6
|
*
|
|
7
7
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/cli",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.11",
|
|
4
4
|
"description": "Opra CLI tools",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"clean:cover": "rimraf ../../coverage/client"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@opra/client": "^0.31.
|
|
32
|
+
"@opra/client": "^0.31.11",
|
|
33
33
|
"chalk": "^5.3.0",
|
|
34
34
|
"commander": "^11.0.0",
|
|
35
35
|
"js-string-escape": "^1.0.1",
|