@latentminds/pi-quotas 0.1.1 → 0.1.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,6 +89,10 @@ No additional setup is required — if Pi can use the provider, pi-quotas can ch
89
89
 
90
90
  [MIT](LICENSE) © Latent Minds Pty Ltd
91
91
 
92
+ ## Acknowledgements
93
+
94
+ This project was inspired by [@aliou/pi-synthetic](https://www.npmjs.com/package/@aliou/pi-synthetic).
95
+
92
96
  <p align="center">
93
97
  <img src="docs/latent-minds@2x.png" alt="Latent Minds" width="320" />
94
98
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latentminds/pi-quotas",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,