linenoise.c 2.2026.2 → 2.2026.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,6 +70,7 @@ And then include `linenoise.h` as follows:
70
70
 
71
71
  ```c
72
72
  // main.c
73
+ #define LINENOISE_IMPLEMENTATION
73
74
  #include <linenoise.h>
74
75
 
75
76
  int main() { /* ... */ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linenoise.c",
3
- "version": "2.2026.2",
3
+ "version": "2.2026.3",
4
4
  "description": "A small self-contained alternative to readline and libedit; Salvatore Sanfilippo (2010).",
5
5
  "keywords": [
6
6
  "c",