@openpkg-ts/spec 0.41.0 → 0.43.0
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/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
- package/schemas/v0.4.0/openpkg.schema.json +2 -0
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2509,6 +2509,8 @@ var openpkg_schema_default4 = {
|
|
|
2509
2509
|
properties: { propertyName: { type: "string" } }
|
|
2510
2510
|
},
|
|
2511
2511
|
description: { type: "string" },
|
|
2512
|
+
deprecated: { type: "boolean" },
|
|
2513
|
+
"x-deprecated-reason": { type: "string" },
|
|
2512
2514
|
default: {},
|
|
2513
2515
|
minimum: { type: "number" },
|
|
2514
2516
|
maximum: { type: "number" },
|
package/package.json
CHANGED
|
@@ -274,6 +274,8 @@
|
|
|
274
274
|
"properties": { "propertyName": { "type": "string" } }
|
|
275
275
|
},
|
|
276
276
|
"description": { "type": "string" },
|
|
277
|
+
"deprecated": { "type": "boolean" },
|
|
278
|
+
"x-deprecated-reason": { "type": "string" },
|
|
277
279
|
"default": {},
|
|
278
280
|
"minimum": { "type": "number" },
|
|
279
281
|
"maximum": { "type": "number" },
|