@steedos/metadata-core 3.0.1 → 3.0.2-beta.2
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/index.d.ts +1 -1
- package/package.json +6 -6
package/lib/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare function getFullName(metadataName: any, record: any): any;
|
|
|
16
16
|
export declare function getMetadataNameByExt(fileExt: any): any;
|
|
17
17
|
export declare function getFileinfoByFilename(filename: any): {};
|
|
18
18
|
export declare function getMetadataNameByDirectory(fileExt: any): any;
|
|
19
|
-
export declare function getChildMetadataNames(metadataName: any): any
|
|
19
|
+
export declare function getChildMetadataNames(metadataName: any): any;
|
|
20
20
|
export declare function hasChild(metadataName: any): boolean;
|
|
21
21
|
export declare function getChilds(metadataName: any): any;
|
|
22
22
|
export declare function getFunctionFields(metadataName: any): any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/metadata-core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-beta.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
"build": "rimraf lib && tsc"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@steedos/client": "3.0.
|
|
15
|
+
"@steedos/client": "3.0.2-beta.2",
|
|
16
16
|
"archiver": "^5.1.0",
|
|
17
17
|
"chalk": "^4.1.0",
|
|
18
18
|
"clone": "^2.1.2",
|
|
19
19
|
"compressing": "^1.5.1",
|
|
20
20
|
"dotenv-flow": "^3.2.0",
|
|
21
21
|
"eval": "^0.1.4",
|
|
22
|
-
"glob": "^
|
|
22
|
+
"glob": "^10.5.0",
|
|
23
23
|
"globby": "^11.1.0",
|
|
24
24
|
"graceful-fs": "4.2.10",
|
|
25
25
|
"ini": "^2.0.0",
|
|
26
26
|
"js-beautify": "1.14.7",
|
|
27
|
-
"js-yaml": "^3.14.
|
|
27
|
+
"js-yaml": "^3.14.2",
|
|
28
28
|
"mkdirp": "^1.0.4",
|
|
29
|
-
"underscore": "^1.
|
|
29
|
+
"underscore": "^1.13.7"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/glob": "^7.1.3",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "6cc1a7f6c5baff5296129c180b0f454e89699cef"
|
|
42
42
|
}
|