@rtd/use-suggestions
Advanced tools
Comparing version 1.1.2 to 1.1.3
export { default as useSuggestions } from './useSuggestions'; | ||
export { SessionIdProvider, useSessionId } from './sessionContext'; | ||
export { SessionIdProvider, useSessionId, SessionIdContext, } from './sessionContext'; | ||
export * from './types'; | ||
export * from './constants'; |
@@ -20,3 +20,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useSessionId = exports.SessionIdProvider = exports.useSuggestions = void 0; | ||
exports.SessionIdContext = exports.useSessionId = exports.SessionIdProvider = exports.useSuggestions = void 0; | ||
var useSuggestions_1 = require("./useSuggestions"); | ||
@@ -27,3 +27,4 @@ Object.defineProperty(exports, "useSuggestions", { enumerable: true, get: function () { return __importDefault(useSuggestions_1).default; } }); | ||
Object.defineProperty(exports, "useSessionId", { enumerable: true, get: function () { return sessionContext_1.useSessionId; } }); | ||
Object.defineProperty(exports, "SessionIdContext", { enumerable: true, get: function () { return sessionContext_1.SessionIdContext; } }); | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./constants"), exports); |
{ | ||
"name": "@rtd/use-suggestions", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23398
459