Skip to content

Commit

Permalink
chore: update apify-shared (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Jun 2, 2021
1 parent 54181ab commit f8bae38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
"build:watch": "tsc -b src -w"
},
"dependencies": {
"apify-shared": "^0.7.5",
"better-sqlite3-with-prebuilds": "7.1.8",
"@apify/consts": "^1.0.0",
"@apify/log": "^1.0.0",
"better-sqlite3-with-prebuilds": "^7.1.8",
"content-type": "^1.0.4",
"fs-extra": "^9.1.0",
"mime-types": "^2.1.30",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { ensureDirSync, readdirSync } from 'fs-extra';
import ow from 'ow';
import { resolve } from 'path';
import log from 'apify-shared/log';
import { KEY_VALUE_STORE_KEYS } from 'apify-shared/consts';
import log from '@apify/log';
import { KEY_VALUE_STORE_KEYS } from '@apify/consts';
import { STORAGE_NAMES, STORAGE_TYPES } from './consts';
import { DatabaseConnectionCache } from './database_connection_cache';
import { DatasetClient } from './resource_clients/dataset';
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import log from 'apify-shared/log';
import log from '@apify/log';
import { join } from 'path';
import { ensureDirSync, statSync, writeFileSync } from 'fs-extra';
import { ApifyStorageLocal } from '../src/index';
Expand Down

0 comments on commit f8bae38

Please sign in to comment.