@smithy/util-hex-encoding
Advanced tools
@@ -21,8 +21,8 @@ var __defProp = Object.defineProperty; | ||
| // src/index.ts | ||
| var src_exports = {}; | ||
| __export(src_exports, { | ||
| var index_exports = {}; | ||
| __export(index_exports, { | ||
| fromHex: () => fromHex, | ||
| toHex: () => toHex | ||
| }); | ||
| module.exports = __toCommonJS(src_exports); | ||
| module.exports = __toCommonJS(index_exports); | ||
| var SHORT_TO_HEX = {}; | ||
@@ -29,0 +29,0 @@ var HEX_TO_SHORT = {}; |
+5
-4
| { | ||
| "name": "@smithy/util-hex-encoding", | ||
| "version": "4.0.0", | ||
| "version": "4.1.0", | ||
| "description": "Converts binary buffers to and from lowercase hexadecimal encoding", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
| "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"", | ||
| "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
| "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
| "test": "yarn g:vitest run", | ||
@@ -24,2 +24,3 @@ "test:watch": "yarn g:vitest watch" | ||
| "license": "Apache-2.0", | ||
| "sideEffects": false, | ||
| "main": "./dist-cjs/index.js", | ||
@@ -44,6 +45,6 @@ "module": "./dist-es/index.js", | ||
| ], | ||
| "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-hex-encoding", | ||
| "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/util-hex-encoding", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/awslabs/smithy-typescript.git", | ||
| "url": "https://github.com/smithy-lang/smithy-typescript.git", | ||
| "directory": "packages/util-hex-encoding" | ||
@@ -50,0 +51,0 @@ }, |
17612
0.23%