@harperfast/template-vue-studio 1.5.27 → 1.5.28

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.
@@ -37,3 +37,7 @@ Use this skill when you need to perform database operations (CRUD, search, subsc
37
37
  }
38
38
  ```
39
39
  6. **Publish Events**: Use `publish(id, message)` to trigger subscriptions without necessarily persisting data.
40
+
41
+ ## Cautions
42
+
43
+ Be very careful when performing updates and deletions! You may be dealing with live production data. The wrong request to delete, without approval from a human, could be devastating to a business. Always use the proper approval process.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/template-vue-studio",
3
- "version": "1.5.27",
3
+ "version": "1.5.28",
4
4
  "type": "module",
5
5
  "repository": "github:HarperFast/create-harper",
6
6
  "scripts": {},
package/skills-lock.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "source": "harperfast/skills",
6
6
  "sourceType": "github",
7
7
  "skillPath": "harper-best-practices/SKILL.md",
8
- "computedHash": "dc6edafe30ac9800fb009d9ac48b73206e9ba9efc6b9a49268aeb1bb7e8c1b8c"
8
+ "computedHash": "d1202b45e77f9d96486cad8857132c3914dfdf262c45ad04012e875067d1a23a"
9
9
  }
10
10
  }
11
11
  }