corexxx 1.0.59 → 1.0.60

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/dist/index.d.ts CHANGED
@@ -11,4 +11,5 @@ export * from "./dtypes";
11
11
  export * from "./dutils";
12
12
  export * from "./dvalidation";
13
13
  export * from "./symbol";
14
+ export * from "./symbol2";
14
15
  export * from "./yahoofin";
package/dist/index.js CHANGED
@@ -24,6 +24,7 @@ __exportStar(require("./dtypes"), exports);
24
24
  __exportStar(require("./dutils"), exports);
25
25
  __exportStar(require("./dvalidation"), exports);
26
26
  __exportStar(require("./symbol"), exports);
27
+ __exportStar(require("./symbol2"), exports);
27
28
  __exportStar(require("./yahoofin"), exports);
28
29
  // These are scripyt
29
30
  // export * from "./scripts/build_nse";
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA8C;AAC9C,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B;AAC7B,4CAA0B;AAC1B,2CAAyB;AACzB,yCAAuB;AACvB,6CAA2B;AAC3B,4CAA0B;AAC1B,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAE3B,oBAAoB;AACpB,uCAAuC;AACvC,uCAAuC;AACvC,yBAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA8C;AAC9C,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B;AAC7B,4CAA0B;AAC1B,2CAAyB;AACzB,yCAAuB;AACvB,6CAA2B;AAC3B,4CAA0B;AAC1B,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,gDAA8B;AAC9B,2CAAyB;AACzB,4CAA0B;AAC1B,6CAA2B;AAE3B,oBAAoB;AACpB,uCAAuC;AACvC,uCAAuC;AACvC,yBAAyB"}
@@ -0,0 +1,3 @@
1
+ export declare namespace symbol2 {
2
+ const INDIA_NSE_SYMBOLS: string[];
3
+ }