@steedos/metadata-api 3.0.4 → 3.0.5-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.
@@ -1,3 +1,3 @@
1
1
  export declare function getInstallingInfo(versionId: any, password: any, userSession: any): Promise<any>;
2
- export declare function getInstallingFile(versionId: any, password: any, userSession: any): Promise<void | Buffer>;
2
+ export declare function getInstallingFile(versionId: any, password: any, userSession: any): Promise<void | Buffer<ArrayBuffer>>;
3
3
  export declare const saveImportedPackage: (packageVersionData: any, userSession: any) => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/metadata-api",
3
- "version": "3.0.4",
3
+ "version": "3.0.5-beta.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -21,9 +21,9 @@
21
21
  "access": "public"
22
22
  },
23
23
  "dependencies": {
24
- "@steedos/auth": "3.0.4",
25
- "@steedos/metadata-core": "3.0.4",
26
- "@steedos/objectql": "3.0.4",
24
+ "@steedos/auth": "3.0.5-beta.2",
25
+ "@steedos/metadata-core": "3.0.5-beta.2",
26
+ "@steedos/objectql": "3.0.5-beta.2",
27
27
  "chalk": "^4.1.0",
28
28
  "clone": "2.1.2",
29
29
  "compressing": "^1.5.1",
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "typescript": "5.7.3"
39
39
  },
40
- "gitHead": "1109077762ca63175d4bd3aa7ea40b854784acb5"
40
+ "gitHead": "5a6bdfdcea2fe6d463eeeed389ea28e0ac3da632"
41
41
  }