@blocklet/meta 1.16.38-beta-20250114-011103-277f0108 → 1.16.38-beta-20250115-235439-bb5a1c1b
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/schema.js +1 -1
- package/lib/types/schema.d.ts +1 -1
- package/package.json +5 -5
package/lib/schema.js
CHANGED
|
@@ -694,7 +694,7 @@ const blockletMetaProps = {
|
|
|
694
694
|
// deprecated
|
|
695
695
|
path: Joi.string().optional(),
|
|
696
696
|
signatures: Joi.array().items(signatureSchema).optional(),
|
|
697
|
-
lastPublishedAt: Joi.string().isoDate().optional(),
|
|
697
|
+
lastPublishedAt: Joi.string().isoDate().optional().allow(null),
|
|
698
698
|
// blocklet component support
|
|
699
699
|
components: componentsSchema(),
|
|
700
700
|
// navigation & theme
|
package/lib/types/schema.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.38-beta-
|
|
6
|
+
"version": "1.16.38-beta-20250115-235439-bb5a1c1b",
|
|
7
7
|
"description": "Library to parse/validate/fix blocklet meta",
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"typings": "./lib/index.d.ts",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"author": "wangshijun <wangshijun2020@gmail.com> (http://github.com/wangshijun)",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@abtnode/constant": "1.16.38-beta-
|
|
29
|
-
"@abtnode/docker-utils": "1.16.38-beta-
|
|
28
|
+
"@abtnode/constant": "1.16.38-beta-20250115-235439-bb5a1c1b",
|
|
29
|
+
"@abtnode/docker-utils": "1.16.38-beta-20250115-235439-bb5a1c1b",
|
|
30
30
|
"@arcblock/did": "1.19.2",
|
|
31
31
|
"@arcblock/did-ext": "1.19.2",
|
|
32
32
|
"@arcblock/did-util": "1.19.2",
|
|
33
33
|
"@arcblock/jwt": "1.19.2",
|
|
34
|
-
"@blocklet/constant": "1.16.38-beta-
|
|
34
|
+
"@blocklet/constant": "1.16.38-beta-20250115-235439-bb5a1c1b",
|
|
35
35
|
"@ocap/asset": "1.19.2",
|
|
36
36
|
"@ocap/mcrypto": "1.19.2",
|
|
37
37
|
"@ocap/types": "1.19.2",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"ts-node": "^10.9.1",
|
|
81
81
|
"typescript": "^5.6.3"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "d340d9ee0f1e860cc1ac8ed05e5793765896660a"
|
|
84
84
|
}
|