@diory/client-js 0.2.1-rc2 → 0.2.1

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.
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
2
  describe('dioryClient', () => {
4
3
  describe('constructor()', () => {
5
4
  it('should construct with dataClient', () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diory/client-js",
3
- "version": "0.2.1-rc2",
3
+ "version": "0.2.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Olli-Pekka Pohjola <op@diory.me>, Jouni Alanen <jouni@diory.me>",
@@ -1,5 +1,3 @@
1
- import { DioryClient } from './dioryClient'
2
-
3
1
  describe('dioryClient', () => {
4
2
  describe('constructor()', () => {
5
3
  it('should construct with dataClient', () => {