shortcutkit 0.5.0 → 0.5.1

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -28623,7 +28623,7 @@ var ACTIONS = {
28623
28623
  };
28624
28624
  // data/provenance.json
28625
28625
  var provenance_default = {
28626
- extractedAt: "2026-09-04T12:49:37Z",
28626
+ extractedAt: "2026-09-04T12:55:19Z",
28627
28627
  macOS: { version: "27.0", build: "26A5421a", arch: "arm64" },
28628
28628
  shortcutsApp: { version: "10.0", build: "5037.0.17" },
28629
28629
  workflowKit: "10.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shortcutkit",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Build, validate and sign Apple Shortcuts files. Every built-in action typed, straight from the Shortcuts engine.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",