@smithy/util-endpoints
Advanced tools
+26
-26
| { | ||
| "name": "@smithy/util-endpoints", | ||
| "version": "3.6.10", | ||
| "version": "3.6.11", | ||
| "description": "Utilities to help with endpoint resolution.", | ||
| "keywords": [ | ||
| "endpoint" | ||
| ], | ||
| "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/master/packages/util-endpoints", | ||
| "license": "Apache-2.0", | ||
| "author": { | ||
| "name": "AWS SDK for JavaScript Team", | ||
| "url": "https://aws.amazon.com/sdk-for-javascript/" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/smithy-lang/smithy-typescript.git", | ||
| "directory": "packages/util-endpoints" | ||
| }, | ||
| "files": [ | ||
| "dist-*/**" | ||
| ], | ||
| "sideEffects": false, | ||
| "main": "./dist-cjs/index.js", | ||
| "module": "./dist-es/index.js", | ||
| "types": "./dist-types/index.d.ts", | ||
| "publishConfig": { | ||
| "directory": ".release/package" | ||
| }, | ||
| "scripts": { | ||
@@ -13,13 +35,4 @@ "build": "yarn g:tsc -p tsconfig.cjs.json && yarn g:tsc -p tsconfig.es.json && yarn g:tsc -p tsconfig.types.json", | ||
| }, | ||
| "keywords": [ | ||
| "endpoint" | ||
| ], | ||
| "author": { | ||
| "name": "AWS SDK for JavaScript Team", | ||
| "url": "https://aws.amazon.com/sdk-for-javascript/" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "sideEffects": false, | ||
| "dependencies": { | ||
| "@smithy/core": "^3.29.5", | ||
| "@smithy/core": "^3.29.6", | ||
| "tslib": "^2.6.2" | ||
@@ -30,21 +43,8 @@ }, | ||
| }, | ||
| "types": "./dist-types/index.d.ts", | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| }, | ||
| "files": [ | ||
| "dist-*/**" | ||
| ], | ||
| "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/master/packages/util-endpoints", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/smithy-lang/smithy-typescript.git", | ||
| "directory": "packages/util-endpoints" | ||
| }, | ||
| "typedoc": { | ||
| "entryPoint": "src/index.ts" | ||
| }, | ||
| "publishConfig": { | ||
| "directory": ".release/package" | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| } | ||
| } |
Updated