@smithy/core
Advanced tools
Comparing version 1.1.0 to 1.2.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createPaginator = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -10,1 +11,3 @@ tslib_1.__exportStar(require("./middleware-http-auth-scheme"), exports); | ||
tslib_1.__exportStar(require("./protocols/requestBuilder"), exports); | ||
var createPaginator_1 = require("./pagination/createPaginator"); | ||
Object.defineProperty(exports, "createPaginator", { enumerable: true, get: function () { return createPaginator_1.createPaginator; } }); |
@@ -7,1 +7,2 @@ export * from "./middleware-http-auth-scheme"; | ||
export * from "./protocols/requestBuilder"; | ||
export { createPaginator } from "./pagination/createPaginator"; |
@@ -7,1 +7,2 @@ export * from "./middleware-http-auth-scheme"; | ||
export * from "./protocols/requestBuilder"; | ||
export { createPaginator } from "./pagination/createPaginator"; |
@@ -7,1 +7,2 @@ export * from "./middleware-http-auth-scheme"; | ||
export * from "./protocols/requestBuilder"; | ||
export { createPaginator } from "./pagination/createPaginator"; |
{ | ||
"name": "@smithy/core", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"scripts": { | ||
@@ -32,2 +32,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"@smithy/types": "^2.7.0", | ||
"@smithy/util-middleware": "^2.0.8", | ||
"tslib": "^2.5.0" | ||
@@ -34,0 +35,0 @@ }, |
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
67143
79
1266
8