datajunction 0.0.210 → 0.0.212

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": "datajunction",
3
- "version": "0.0.210",
3
+ "version": "0.0.212",
4
4
  "description": "A Javascript client for interacting with a DataJunction server",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/index.test.js CHANGED
@@ -14,7 +14,7 @@ test('should return something', async () => {
14
14
 
15
15
  const source = await dj.sources.create({
16
16
  name: 'integration.tests.source1',
17
- catalog: 'unknown',
17
+ catalog: 'tpch',
18
18
  schema_: 'db',
19
19
  table: 'tbl',
20
20
  display_name: 'Test Source with Columns',