@todesktop/cli 1.20.0-1 → 1.20.2

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/README.md CHANGED
@@ -48,7 +48,7 @@ Create a `todesktop.json` file in the root of your Electron project.
48
48
 
49
49
  ```json
50
50
  {
51
- "$schema": "https://unpkg.com/@todesktop/cli@1.20.0-1/schemas/schema.json",
51
+ "$schema": "https://unpkg.com/@todesktop/cli@1.20.2/schemas/schema.json",
52
52
  "schemaVersion": 1
53
53
  "id": "your-todesktop-id",
54
54
  "icon": "./desktop-icon.png",
@@ -413,7 +413,7 @@ To enable JSON validation and IntelliSense for your `todesktop.json` file in com
413
413
  - For example, if using a hosted version of the schema:
414
414
  ```json
415
415
  {
416
- "$schema": "https://unpkg.com/@todesktop/cli@1.20.0-1/schemas/schema.json",
416
+ "$schema": "https://unpkg.com/@todesktop/cli@1.20.2/schemas/schema.json",
417
417
  "id": "your-todesktop-id"
418
418
  }
419
419
  ```
@@ -1679,6 +1679,22 @@ Now, when we build your app on ToDesktop servers, it will also run your custom
1679
1679
 
1680
1680
  ## Changelog
1681
1681
 
1682
+ ### 1.20.2
1683
+
1684
+ #### Patch Changes
1685
+
1686
+ - 1bb4683: Fix pnpm catalog references not being resolved when
1687
+ bundleWorkspacePackages is enabled but no workspace packages are bundled. This
1688
+ ensures apps using only `catalog:` dependencies (without `workspace:*`
1689
+ dependencies) can build correctly with Bun and other package managers.
1690
+
1691
+ ### 1.20.1
1692
+
1693
+ #### Patch Changes
1694
+
1695
+ - 14e248b: Use todesktopRuntimeVersionUsed instead of
1696
+ todesktopRuntimeVersionSpecified for smoke test
1697
+
1682
1698
  ### 1.20.0
1683
1699
 
1684
1700
  #### Minor Changes