@sprucelabs/spruce-cli 22.0.0 → 22.1.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.
package/.gitignore CHANGED
@@ -18,4 +18,6 @@ mercury.min.*
18
18
  package-lock.json
19
19
 
20
20
  tmp/
21
- .clinic/
21
+ .clinic/
22
+
23
+ dist/
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [22.1.0](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v22.0.0...v22.1.0) (2024-09-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * `yarn compile` now uses bun to compile down to executable for whatever platform you are currently on ([086f45b](https://github.com/sprucelabsai-community/spruce-cli-workspace/commit/086f45b))
12
+
13
+
14
+
15
+
16
+
6
17
  # [22.0.0](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v21.1.0...v22.0.0) (2024-09-15)
7
18
 
8
19
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  ]
19
19
  },
20
20
  "license": "MIT",
21
- "version": "22.0.0",
21
+ "version": "22.1.0",
22
22
  "bin": {
23
23
  "spruce": "./build/index.js"
24
24
  },
@@ -85,7 +85,7 @@
85
85
  "@sprucelabs/spruce-core-schemas": "^40.1.302",
86
86
  "@sprucelabs/spruce-event-utils": "^40.1.79",
87
87
  "@sprucelabs/spruce-skill-utils": "^31.0.376",
88
- "@sprucelabs/spruce-templates": "^22.0.0",
88
+ "@sprucelabs/spruce-templates": "^22.1.0",
89
89
  "@typescript-eslint/eslint-plugin": "^7.7.1",
90
90
  "@typescript-eslint/parser": "^7.7.1",
91
91
  "cfonts": "^3.3.0",
@@ -591,5 +591,5 @@
591
591
  "open"
592
592
  ]
593
593
  },
594
- "gitHead": "01076907ec0c10178d840ca1355a4fb55375f9fa"
594
+ "gitHead": "c8405e280a6c05fbffadc79488da462e793498f4"
595
595
  }