@owf/mdoc 0.6.0-alpha-20260326121534 → 0.6.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.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -600,7 +600,7 @@ declare class DeviceRetrievalMethod extends CborStructure<DeviceRetrievalMethodE
600
600
  }, z.core.$strip>>;
601
601
  get type(): number;
602
602
  get version(): number;
603
- get retrievalOptions(): Map<unknown, unknown> | BleOptions | NfcOptions | WifiOptions;
603
+ get retrievalOptions(): Map<unknown, unknown> | WifiOptions | BleOptions | NfcOptions;
604
604
  static create(options: DeviceRetrievalMethodOptions): DeviceRetrievalMethod;
605
605
  }
606
606
  //#endregion
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  ".": "./dist/index.mjs",
8
8
  "./package.json": "./package.json"
9
9
  },
10
- "version": "0.6.0-alpha-20260326121534",
10
+ "version": "0.6.0",
11
11
  "files": [
12
12
  "dist"
13
13
  ],