@did-space/core 1.0.40 → 1.0.42

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.
@@ -36,4 +36,4 @@ exports.BasePreviewTemplateSchema = zod_1.z.object({
36
36
  exports.TagSchema = zod_1.z.string().min(1).max(32);
37
37
  exports.TagsSchema = zod_1.z.array(exports.TagSchema).max(16).optional().default([]);
38
38
  exports.UrlSchema = zod_1.z.string().url().max(2048);
39
- exports.TitleSchema = zod_1.z.string().min(1).max(128);
39
+ exports.TitleSchema = zod_1.z.string().min(1).max(512);
@@ -30,4 +30,4 @@ export const BasePreviewTemplateSchema = z.object({
30
30
  export const TagSchema = z.string().min(1).max(32);
31
31
  export const TagsSchema = z.array(TagSchema).max(16).optional().default([]);
32
32
  export const UrlSchema = z.string().url().max(2048);
33
- export const TitleSchema = z.string().min(1).max(128);
33
+ export const TitleSchema = z.string().min(1).max(512);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@did-space/core",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -115,9 +115,9 @@
115
115
  "watch": "npm run build -- -w"
116
116
  },
117
117
  "dependencies": {
118
- "@arcblock/did": "^1.19.17",
118
+ "@arcblock/did": "^1.19.19",
119
119
  "@arcblock/ipfs-only-hash": "^0.0.2",
120
- "@arcblock/validator": "^1.19.17",
120
+ "@arcblock/validator": "^1.19.19",
121
121
  "dayjs": "^1.11.13",
122
122
  "debug": "^4.4.0",
123
123
  "destroy": "^1.2.0",
@@ -145,8 +145,8 @@
145
145
  "lint-staged": "^13.3.0",
146
146
  "ts-jest": "^28.0.8",
147
147
  "typescript": "^4.9.5",
148
- "vite": "^5.4.16",
148
+ "vite": "^5.4.17",
149
149
  "vitest": "^3.1.1"
150
150
  },
151
- "gitHead": "51edbd8d2d9852cb9b30ff4c12900d5f71272d43"
151
+ "gitHead": "d80947cf1c12bcac67034d22e816e3aec2fb466f"
152
152
  }