@openpkg-ts/spec 0.45.0 → 0.46.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -294,6 +294,7 @@ type SpecType = {
294
294
  description?: string;
295
295
  schema?: SpecSchema;
296
296
  type?: string | SpecSchema;
297
+ typeParameters?: SpecTypeParameter[];
297
298
  members?: SpecMember[];
298
299
  source?: SpecSource;
299
300
  tags?: SpecTag[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpkg-ts/spec",
3
- "version": "0.45.0",
3
+ "version": "0.46.0",
4
4
  "description": "Shared schema, validation, and diff utilities for OpenPkg specs",
5
5
  "keywords": [
6
6
  "openpkg",