@graphprotocol/grc-20 0.9.1 → 0.9.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/grc-20",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "license": "MIT",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,14 +0,0 @@
1
- /**
2
- * Utilities for working with Parquet files within the knowledge graph.
3
- *
4
- * @since 0.9.0
5
- */
6
- import type { CsvMetadata } from '~/src/types.js';
7
- type WriteOptions = {
8
- data: Array<unknown>;
9
- metadata: CsvMetadata;
10
- };
11
- export declare function stringify(options: WriteOptions): string;
12
- export declare function read(fileName: string): Blob;
13
- export {};
14
- //# sourceMappingURL=csv.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"csv.d.ts","sourceRoot":"","sources":["../../../../src/core/csv/csv.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,KAAK,YAAY,GAAG;IAElB,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACrB,QAAQ,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,wBAAgB,SAAS,CAAC,OAAO,EAAE,YAAY,GAAG,MAAM,CAUvD;AAED,wBAAgB,IAAI,CAAC,QAAQ,EAAE,MAAM,QAEpC"}
@@ -1,19 +0,0 @@
1
- /**
2
- * Utilities for working with Parquet files within the knowledge graph.
3
- *
4
- * @since 0.9.0
5
- */
6
- export function stringify(options) {
7
- const columns = options.metadata.columns.map((c, i) => {
8
- return {
9
- header: c.id,
10
- prop: i,
11
- };
12
- });
13
- throw new Error("Not implemented");
14
- // return Csv.stringify(options.data, { columns, headers: true });
15
- }
16
- export function read(fileName) {
17
- return new Blob();
18
- }
19
- //# sourceMappingURL=csv.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"csv.js","sourceRoot":"","sources":["../../../../src/core/csv/csv.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAUH,MAAM,UAAU,SAAS,CAAC,OAAqB;IAC7C,MAAM,OAAO,GAAG,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAW,EAAE;QAC7D,OAAO;YACL,MAAM,EAAE,CAAC,CAAC,EAAE;YACZ,IAAI,EAAE,CAAC;SACR,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAA;IAClC,kEAAkE;AACpE,CAAC;AAED,MAAM,UAAU,IAAI,CAAC,QAAgB;IACnC,OAAO,IAAI,IAAI,EAAE,CAAC;AACpB,CAAC"}
package/dist/src/csv.d.ts DELETED
@@ -1,7 +0,0 @@
1
- /**
2
- * Utilities for working with CSV files within the knowledge graph.
3
- *
4
- * @since 0.9.0
5
- */
6
- export * as Csv from './core/csv/csv.js';
7
- //# sourceMappingURL=csv.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"csv.d.ts","sourceRoot":"","sources":["../../src/csv.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC"}
package/dist/src/csv.js DELETED
@@ -1,7 +0,0 @@
1
- /**
2
- * Utilities for working with CSV files within the knowledge graph.
3
- *
4
- * @since 0.9.0
5
- */
6
- export * as Csv from './core/csv/csv.js';
7
- //# sourceMappingURL=csv.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"csv.js","sourceRoot":"","sources":["../../src/csv.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC"}