@steedos/schemas 2.6.2-beta.32 → 2.6.2-beta.34
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/object/schema.json +2 -2
- package/package.json +2 -2
package/object/schema.json
CHANGED
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"additionalProperties": false,
|
|
320
320
|
"patternProperties": {
|
|
321
321
|
"^[a-zA-Z_]\\w*(\\.\\$\\.\\w+)?[a-zA-Z0-9]*$": {
|
|
322
|
-
"$ref": "#/definitions/
|
|
322
|
+
"$ref": "#/definitions/page"
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
}
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
}
|
|
1080
1080
|
}
|
|
1081
1081
|
},
|
|
1082
|
-
"
|
|
1082
|
+
"page": {
|
|
1083
1083
|
"type": "object",
|
|
1084
1084
|
"description": "微页面",
|
|
1085
1085
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.6.2-beta.
|
|
3
|
+
"version": "2.6.2-beta.34",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": "https://github.com/steedos/schemas.git",
|
|
6
6
|
"author": "sunhaolin <sunhaolin@hotoa.com>",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "d917b4755d6636ffecd02b5786472e605c33b2d6"
|
|
13
13
|
}
|