pinets 0.9.23 → 0.9.25
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 +1 -1
- package/dist/pinets.min.browser.es.js +18 -18
- package/dist/pinets.min.browser.es.js.map +1 -1
- package/dist/pinets.min.browser.js +18 -18
- package/dist/pinets.min.browser.js.map +1 -1
- package/dist/pinets.min.cjs +16 -16
- package/dist/pinets.min.cjs.map +1 -1
- package/dist/pinets.min.es.js +18 -18
- package/dist/pinets.min.es.js.map +1 -1
- package/dist/types/namespaces/math/math.index.d.ts +12 -0
- package/dist/types/namespaces/math/methods/__eq.d.ts +1 -1
- package/dist/types/namespaces/math/methods/__ge.d.ts +8 -0
- package/dist/types/namespaces/math/methods/__gt.d.ts +8 -0
- package/dist/types/namespaces/math/methods/__le.d.ts +8 -0
- package/dist/types/namespaces/math/methods/__lt.d.ts +10 -0
- package/dist/types/namespaces/math/methods/__neq.d.ts +11 -8
- package/dist/types/transpiler/utils/ASTFactory.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -353,7 +353,7 @@ PineTS aims for complete Pine Script® API compatibility. Current status:
|
|
|
353
353
|
| ✅ | Multi-timeframe with `request.security()` |
|
|
354
354
|
| ✅ | Strategy namespace |
|
|
355
355
|
| ✅ | Market data Providers |
|
|
356
|
-
|
|
|
356
|
+
| ✅ | Additional data providers |
|
|
357
357
|
| 🎯 | Pine Script® v6 full compatibility |
|
|
358
358
|
|
|
359
359
|
---
|