pinets 0.9.22 → 0.9.23
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 +2 -0
- package/dist/pinets.min.browser.es.js +28 -28
- package/dist/pinets.min.browser.es.js.map +1 -1
- package/dist/pinets.min.browser.js +28 -28
- package/dist/pinets.min.browser.js.map +1 -1
- package/dist/pinets.min.cjs +28 -28
- package/dist/pinets.min.cjs.map +1 -1
- package/dist/pinets.min.es.js +28 -28
- package/dist/pinets.min.es.js.map +1 -1
- package/dist/types/Indicator/Indicator.class.d.ts +7 -6
- package/dist/types/Indicator/inputProxy.d.ts +9 -5
- package/dist/types/Indicator/keyedProxy.d.ts +8 -0
- package/dist/types/Indicator/types.d.ts +1 -0
- package/dist/types/namespaces/color/PineColor.d.ts +23 -0
- package/dist/types/namespaces/input/types.d.ts +7 -0
- package/dist/types/namespaces/strategy/types.d.ts +12 -0
- package/dist/types/namespaces/strategy/utils.d.ts +74 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -386,6 +386,8 @@ Thanks to all PineTS contributors:
|
|
|
386
386
|
<a href="https://github.com/amoradi"><img src="https://avatars.githubusercontent.com/u/6855005?v=4&s=64" width="64" height="64" alt="amoradi" title="amoradi" style="border-radius: 50%;"/></a>
|
|
387
387
|
<a href="https://github.com/smack369"><img src="https://avatars.githubusercontent.com/u/126825390?v=4&s=64" width="64" height="64" alt="smack369" title="smack369" style="border-radius: 50%;"/></a>
|
|
388
388
|
<a href="https://github.com/NexusAlien"><img src="https://avatars.githubusercontent.com/u/181855714?v=4&s=64" width="64" height="64" alt="NexusAlien" title="NexusAlien" style="border-radius: 50%;"/></a>
|
|
389
|
+
<a href="https://github.com/yoonbae81"><img src="https://avatars.githubusercontent.com/u/20147594?v=4&s=64" width="64" height="64" alt="yoonbae81" title="yoonbae81" style="border-radius: 50%;"/></a>
|
|
390
|
+
|
|
389
391
|
</p>
|
|
390
392
|
|
|
391
393
|
---
|