flingit 0.0.38 → 0.0.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flingit",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "description": "Personal Software Platform - Build and deploy personal tools through conversation",
5
5
  "type": "module",
6
6
  "engines": {
@@ -1 +1 @@
1
- 2c552c41df80a55c41c1d74f6e002c59
1
+ 8f6f6e794f59adc455a57de21501b663
@@ -374,4 +374,5 @@ When the fling CLI mentions that there is a new version available, strongly sugg
374
374
 
375
375
  ```bash
376
376
  npm install flingit@latest
377
+ npm exec upgrade # to upgrade this skill if needed
377
378
  ```