@cloudbase/cals 0.4.11-alpha.2 → 0.4.11-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/utils/dts/index.js +1 -1
- package/package.json +2 -2
package/lib/utils/dts/index.js
CHANGED
|
@@ -165,7 +165,7 @@ function generateWeDaAppDTS(inputData = {}, options = { isCompMode: false, needG
|
|
|
165
165
|
if (!(options === null || options === void 0 ? void 0 : options.needGlobalFor)) {
|
|
166
166
|
resultDts = resultDts.replace(/^\/\/ Global For Begin[\s\S]*^\/\/ Global For End$/m, '');
|
|
167
167
|
}
|
|
168
|
-
|
|
168
|
+
console.log(resultDts);
|
|
169
169
|
return resultDts;
|
|
170
170
|
function _compile(jsonschema) {
|
|
171
171
|
return __awaiter(this, void 0, void 0, function* () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/cals",
|
|
3
|
-
"version": "0.4.11-alpha.
|
|
3
|
+
"version": "0.4.11-alpha.3",
|
|
4
4
|
"description": "Common application specifications",
|
|
5
5
|
"main": "lib/utils/index.js",
|
|
6
6
|
"source": "src/utils/index.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"acorn": "^8.0.4",
|
|
30
30
|
"json-schema-to-typescript": "^11.0.2",
|
|
31
|
-
"json-schema-to-typescript-for-browser": "^11.0.
|
|
31
|
+
"json-schema-to-typescript-for-browser": "^11.0.3",
|
|
32
32
|
"lodash": "^4.17.20"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|