@did-space/core 0.5.72 → 0.5.74

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.
@@ -33,3 +33,4 @@ export declare const SPACE_CONNECT_ERROR_CODE: {
33
33
  CORS_BLOCKED: number;
34
34
  };
35
35
  export declare const GLOBAL_SPACE_ROOT = "__GLOBAL__";
36
+ export declare const STORAGE_BUILT_IN_OBJECTS: string[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GLOBAL_SPACE_ROOT = exports.SPACE_CONNECT_ERROR_CODE = exports.APP = exports.HEADERS = exports.APP_BACKUP_STATUS = exports.DID_OBJECTS = exports.APPS = void 0;
3
+ exports.STORAGE_BUILT_IN_OBJECTS = exports.GLOBAL_SPACE_ROOT = exports.SPACE_CONNECT_ERROR_CODE = exports.APP = exports.HEADERS = exports.APP_BACKUP_STATUS = exports.DID_OBJECTS = exports.APPS = void 0;
4
4
  exports.APPS = 'apps';
5
5
  exports.DID_OBJECTS = '.did-objects';
6
6
  // eslint-disable-next-line @typescript-eslint/naming-convention
@@ -43,3 +43,4 @@ exports.SPACE_CONNECT_ERROR_CODE = {
43
43
  CORS_BLOCKED: 1007,
44
44
  };
45
45
  exports.GLOBAL_SPACE_ROOT = '__GLOBAL__';
46
+ exports.STORAGE_BUILT_IN_OBJECTS = ['/config.yml', '/apps/', '/.meta/'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/core",
3
- "version": "0.5.72",
3
+ "version": "0.5.74",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,9 +27,9 @@
27
27
  "watch": "npm run build -- -w"
28
28
  },
29
29
  "dependencies": {
30
- "@arcblock/did": "^1.18.150",
30
+ "@arcblock/did": "^1.18.152",
31
31
  "@arcblock/ipfs-only-hash": "^0.0.2",
32
- "@arcblock/validator": "^1.18.150",
32
+ "@arcblock/validator": "^1.18.152",
33
33
  "dayjs": "^1.11.13",
34
34
  "debug": "^4.3.7",
35
35
  "hasha": "^5.2.2",
@@ -54,7 +54,7 @@
54
54
  "ts-jest": "^28.0.8",
55
55
  "typescript": "^4.9.5",
56
56
  "vite": "^5.4.11",
57
- "vitest": "^2.1.5"
57
+ "vitest": "^2.1.6"
58
58
  },
59
- "gitHead": "b3f61b466a81b6bf9de2b82f17d95b0c3da11038"
59
+ "gitHead": "65431172d5fd6faec61194e635e05ed018a9ac6a"
60
60
  }