@ssk_dev/rpiv-ask-user-question-lean 2.4.2 → 2.4.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ssk_dev/rpiv-ask-user-question-lean
2
2
 
3
- > **Lean Pi ask-user-question extension with identical features: 215 initialization tokens, 83% lighter than original.**
3
+ > **Lean Pi ask-user-question extension with full features: 215 initial tokens (83% fewer than original).**
4
4
  > [See my full setup for Pi](https://github.com/kunkun9527/my-lean-pi-setup)
5
5
 
6
6
  [简体中文](README.zh-CN.md)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ssk_dev/rpiv-ask-user-question-lean",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "type": "module",
5
- "description": "Lean Pi ask-user-question extension, same functionality 215 initialization tokens, 83% fewer than the original.",
5
+ "description": "Lean Pi ask-user-question extension with full features: 215 initial tokens (83% fewer than original).",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
8
8
  "access": "public"