@lcap/nasl-utils
Advanced tools
Comparing version 3.13.0-beta.3 to 3.13.0-beta.4
export declare function getRelationDataMap(processV2: any, type?: string): any; | ||
/** | ||
* 以依赖库的名称为唯一标识 | ||
*/ | ||
export declare const processFrontendLibName = "lcap_process_components_vue"; | ||
export declare const processBackendLibName = "lcap_process_framework"; | ||
//# sourceMappingURL=process.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getRelationDataMap = void 0; | ||
exports.processBackendLibName = exports.processFrontendLibName = exports.getRelationDataMap = void 0; | ||
// 获取子表单关联数据的映射关系 | ||
@@ -29,2 +29,9 @@ function getRelationDataMap(processV2, type = 'template') { | ||
exports.getRelationDataMap = getRelationDataMap; | ||
/** | ||
* 以依赖库的名称为唯一标识 | ||
*/ | ||
// 流程前端组件依赖库库名称 | ||
exports.processFrontendLibName = 'lcap_process_components_vue'; | ||
// 流程系统逻辑依赖库名称 | ||
exports.processBackendLibName = 'lcap_process_framework'; | ||
//# sourceMappingURL=process.js.map |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.13.0-beta.3", | ||
"version": "3.13.0-beta.4", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -21,8 +21,8 @@ "main": "./out", | ||
"typescript": "5.4.4", | ||
"@lcap/nasl-test-toolkit": "1.0.0", | ||
"@lcap/nasl-tsconfig": "1.0.1" | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-test-toolkit": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.13.0-beta.3" | ||
"@lcap/nasl-types": "3.13.0-beta.4" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137373
2161
+ Added@lcap/nasl-types@3.13.0-beta.4(transitive)
- Removed@lcap/nasl-types@3.13.0-beta.3(transitive)