diff --git a/package-lock.json b/package-lock.json index 039d253..0ecdcce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sqlitecloud/drivers", - "version": "1.0.507", + "version": "1.0.574", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sqlitecloud/drivers", - "version": "1.0.507", + "version": "1.0.574", "license": "MIT", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index d5eec1a..0f3655b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sqlitecloud/drivers", - "version": "1.0.573", + "version": "1.0.574", "description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/test/pubsub.test.ts b/test/pubsub.test.ts index 1de38e7..da1f206 100644 --- a/test/pubsub.test.ts +++ b/test/pubsub.test.ts @@ -2,7 +2,7 @@ import { SQLiteCloudRow } from '../src' import { getChinookDatabase, LONG_TIMEOUT } from './shared' import { PUBSUB_ENTITY_TYPE } from '../src/drivers/pubsub' -describe.skip('pubSub', () => { +describe('pubSub', () => { it( 'should listen, notify and receive pubSub messages on channel', async () => {