diff --git a/core/hooks.js b/core/hooks.js index 010a65c..c12c7e1 100644 --- a/core/hooks.js +++ b/core/hooks.js @@ -1,5 +1,6 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); +exports.useArSyncFetch = exports.useArSyncModel = exports.initializeHooks = void 0; var ArSyncApi_1 = require("./ArSyncApi"); var ArSyncModel_1 = require("./ArSyncModel"); var useState; diff --git a/index.js b/index.js index d9987f9..1b20dfc 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ArSyncModel_1 = require("./core/ArSyncModel"); -exports.ArSyncModel = ArSyncModel_1.default; +Object.defineProperty(exports, "ArSyncModel", { enumerable: true, get: function () { return ArSyncModel_1.default; } }); var ArSyncApi_1 = require("./core/ArSyncApi"); -exports.ArSyncApi = ArSyncApi_1.default; +Object.defineProperty(exports, "ArSyncApi", { enumerable: true, get: function () { return ArSyncApi_1.default; } }); diff --git a/package-lock.json b/package-lock.json index 033a380..69729cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1078,9 +1078,9 @@ } }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz", + "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==", "dev": true }, "uri-js": { diff --git a/package.json b/package.json index 26dd5ce..d1e8a27 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "actioncable": "^5.2.0", "@types/actioncable": "^5.2.0", "eslint": "^5.16.0", - "typescript": "3.8.3", + "typescript": "3.9.5", "@typescript-eslint/eslint-plugin": "^1.6.0", "@typescript-eslint/parser": "^1.6.0" }