pinets 0.8.7 → 0.8.9
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.
- package/README.md +11 -3
- package/dist/pinets.min.browser.es.js +17 -17
- package/dist/pinets.min.browser.es.js.map +1 -1
- package/dist/pinets.min.browser.js +17 -17
- package/dist/pinets.min.browser.js.map +1 -1
- package/dist/pinets.min.cjs +17 -17
- package/dist/pinets.min.cjs.map +1 -1
- package/dist/pinets.min.es.js +17 -17
- package/dist/pinets.min.es.js.map +1 -1
- package/dist/types/namespaces/Core.d.ts +17 -23
- package/dist/types/transpiler/pineToJS/parser.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -388,9 +388,17 @@ Please feel free to open issues or submit pull requests.
|
|
|
388
388
|
|
|
389
389
|
## Contributors
|
|
390
390
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
391
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for the full guidelines.
|
|
392
|
+
|
|
393
|
+
Thanks to all PineTS contributors:
|
|
394
|
+
|
|
395
|
+
<p align="left">
|
|
396
|
+
<a href="https://github.com/alaa-eddine"><img src="https://avatars.githubusercontent.com/u/1016513?v=4&s=64" width="64" height="64" alt="alaa-eddine" title="alaa-eddine" style="border-radius: 50%;"/></a>
|
|
397
|
+
<a href="https://github.com/dcaoyuan"><img src="https://avatars.githubusercontent.com/u/271571?v=4&s=64" width="64" height="64" alt="dcaoyuan" title="dcaoyuan" style="border-radius: 50%;"/></a>
|
|
398
|
+
<a href="https://github.com/C9Bad"><img src="https://avatars.githubusercontent.com/u/57975070?v=4&s=64" width="64" height="64" alt="C9Bad" title="C9Bad" style="border-radius: 50%;"/></a>
|
|
399
|
+
<a href="https://github.com/aakash-code"><img src="https://avatars.githubusercontent.com/u/71116743?v=4&s=64" width="64" height="64" alt="aakash-code" title="aakash-code" style="border-radius: 50%;"/></a>
|
|
400
|
+
|
|
401
|
+
</p>
|
|
394
402
|
|
|
395
403
|
---
|
|
396
404
|
|