inibase 1.0.0-rc.108 → 1.0.0-rc.109

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,6 +54,15 @@ const users = await db.get("user", { favoriteFoods: "![]Pizza,Burger" });
54
54
  <npm|pnpm|yarn|bun> install inibase
55
55
  ```
56
56
 
57
+ > [!WARNING]
58
+ > If you're using **Windows**, the following Unix commands are required: `zcat`, `sed`, `gzip`, and `echo`.
59
+ >
60
+ > To use the missing commands, you need to install additional tools:
61
+ > - **[GnuWin32](http://gnuwin32.sourceforge.net/)**: Provides individual GNU utilities for Windows.
62
+ > - **[Cygwin](https://www.cygwin.com/)**: Offers a full Unix-like environment for Windows.
63
+ >
64
+ > Alternatively, consider using the **Windows Subsystem for Linux (WSL)** to run a Linux environment on Windows. Learn more [here](https://learn.microsoft.com/en-us/windows/wsl/).
65
+
57
66
  ## How it works?
58
67
 
59
68
  `Inibase` organizes data into databases, tables, and columns, each stored in separate files.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inibase",
3
- "version": "1.0.0-rc.108",
3
+ "version": "1.0.0-rc.109",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Karim Amahtil",