@did-space/template 0.3.62 → 0.3.64

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 +1,2 @@
1
- export declare const AppBackupSchema: import("joi").ObjectSchema<any>;
1
+ import type { ObjectSchema } from 'joi';
2
+ export declare const AppBackupSchema: ObjectSchema<any>;
@@ -1 +1,2 @@
1
- export declare const AppRestoreSchema: import("joi").ObjectSchema<any>;
1
+ import type { ObjectSchema } from 'joi';
2
+ export declare const AppRestoreSchema: ObjectSchema<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/template",
3
- "version": "0.3.62",
3
+ "version": "0.3.64",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -21,7 +21,7 @@
21
21
  "lint": "eslint src tests",
22
22
  "lint:fix": "npm run lint -- --fix",
23
23
  "test": "jest --forceExit --detectOpenHandles",
24
- "coverage": "yarn test -- --coverage",
24
+ "coverage": "npm run test -- --coverage",
25
25
  "prebuild": "rm -fr dist",
26
26
  "build": "tsc",
27
27
  "watch": "npm run build -- --watch",
@@ -38,29 +38,29 @@
38
38
  "dependencies": {
39
39
  "@arcblock/did": "^1.18.110",
40
40
  "@arcblock/validator": "^1.18.110",
41
- "@did-space/core": "0.3.62",
42
- "axios": "^1.6.0",
41
+ "@did-space/core": "0.3.64",
42
+ "axios": "^1.6.7",
43
43
  "is-url": "^1.2.4",
44
- "joi": "^17.9.2",
44
+ "joi": "^17.12.2",
45
45
  "js-yaml": "^4.1.0",
46
46
  "lodash": "^4.17.21",
47
- "nanoid": "^3.3.4"
47
+ "nanoid": "^3.3.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@arcblock/eslint-config-ts": "^0.2.4",
51
51
  "@types/fs-extra": "^9.0.13",
52
- "@types/is-url": "^1.2.30",
53
- "@types/jest": "^28.1.5",
54
- "@types/js-yaml": "^4.0.5",
55
- "@types/json-stable-stringify": "^1.0.34",
56
- "@types/lodash": "^4.14.191",
52
+ "@types/is-url": "^1.2.32",
53
+ "@types/jest": "^28.1.8",
54
+ "@types/js-yaml": "^4.0.9",
55
+ "@types/json-stable-stringify": "^1.0.36",
56
+ "@types/lodash": "^4.14.202",
57
57
  "@types/node": "15.12.2",
58
- "@typescript-eslint/eslint-plugin": "^5.30.6",
59
- "eslint": "^8.19.0",
58
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
59
+ "eslint": "^8.56.0",
60
60
  "jest": "^28.1.3",
61
- "lint-staged": "^13.0.3",
62
- "ts-jest": "^28.0.6",
61
+ "lint-staged": "^13.3.0",
62
+ "ts-jest": "^28.0.8",
63
63
  "typescript": "^4.9.5"
64
64
  },
65
- "gitHead": "91691e7b8188bb24877be9888156635719654278"
65
+ "gitHead": "d59b9e9cfca8e06f90c2cedc550ef82e3e44ebec"
66
66
  }