Skip to content

Commit 95ebbf5

Browse files
committed
package + badges update
1 parent 6c917de commit 95ebbf5

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

.github/badges/api-plots.svg

Lines changed: 5 additions & 5 deletions
Loading

.github/badges/coverage.svg

Lines changed: 8 additions & 8 deletions
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pinets",
3-
"version": "0.7.5",
4-
"description": "Run PineScript code in JavaScript environments (Node.js/Browser) - PineTS is the open-source transpiler and runtime that brings Pine Script to JS ecosystem",
3+
"version": "0.7.6",
4+
"description": "Run Pine Script anywhere. PineTS is an open-source transpiler and runtime that brings Pine Script logic to Node.js and the browser with 1:1 syntax compatibility. Reliably write, port, and run indicators or strategies on your own infrastructure.",
55
"keywords": [
66
"Pine Script",
77
"Pine",

tests/indicators/Institutional_Bias.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ describe('Indicators', () => {
1717
const bull_bias = ema9 > ema18;
1818
const bear_bias = ema9 < ema18;
1919

20-
bgcolor(bear_bias ? '#FFFFFF' : '#000000', 'Bear Bias');
21-
2220
return {
2321
bull_bias,
2422
bear_bias,

0 commit comments

Comments
 (0)