@0xtorch/csv 0.0.4 → 0.0.6

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/.DS_Store CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xtorch/csv",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Cryptorch CSV extension",
5
5
  "keywords": [
6
6
  "cryptorch",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@0xtorch/big-decimal": "^0.0.10",
38
- "@0xtorch/core": "^0.0.28",
38
+ "@0xtorch/core": "^0.0.30",
39
39
  "encoding-japanese": "^2.1.0",
40
40
  "papaparse": "^5.4.1",
41
41
  "zod": "^3.23.8"
package/tests/assets.ts CHANGED
@@ -14,6 +14,7 @@ export const testCryptoCurrencies: CryptoCurrency[] = [
14
14
  coingeckoId: 'bitcoin',
15
15
  marketCapUsd: createBigDecimal('1,205,095,120,187'),
16
16
  },
17
+ priceDatasourceId: undefined,
17
18
  updatedAt: Date.now(),
18
19
  },
19
20
  {