@openpkg-ts/spec 0.31.0 → 0.32.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 +3 -3
package/dist/index.d.ts CHANGED
@@ -264,6 +264,7 @@ type SpecExport = {
264
264
  examples?: (string | SpecExample)[];
265
265
  source?: SpecSource;
266
266
  deprecated?: boolean;
267
+ deprecationReason?: string;
267
268
  flags?: Record<string, unknown>;
268
269
  tags?: SpecTag[];
269
270
  extends?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpkg-ts/spec",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "description": "Shared schema, validation, and diff utilities for OpenPkg specs",
5
5
  "keywords": [
6
6
  "openpkg",
@@ -22,8 +22,8 @@
22
22
  "types": "./dist/index.d.ts",
23
23
  "exports": {
24
24
  ".": {
25
- "import": "./src/index.ts",
26
- "types": "./src/index.ts"
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.js"
27
27
  }
28
28
  },
29
29
  "files": [