@smithy/util-utf8
Advanced tools
@@ -21,4 +21,4 @@ var __defProp = Object.defineProperty; | ||
| // src/index.ts | ||
| var src_exports = {}; | ||
| __export(src_exports, { | ||
| var index_exports = {}; | ||
| __export(index_exports, { | ||
| fromUtf8: () => fromUtf8, | ||
@@ -28,3 +28,3 @@ toUint8Array: () => toUint8Array, | ||
| }); | ||
| module.exports = __toCommonJS(src_exports); | ||
| module.exports = __toCommonJS(index_exports); | ||
@@ -31,0 +31,0 @@ // src/fromUtf8.ts |
+6
-5
| { | ||
| "name": "@smithy/util-utf8", | ||
| "version": "4.0.0", | ||
| "version": "4.1.0", | ||
| "description": "A UTF-8 string <-> UInt8Array converter", | ||
@@ -16,3 +16,3 @@ "main": "./dist-cjs/index.js", | ||
| "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", | ||
@@ -26,4 +26,5 @@ "test:watch": "yarn g:vitest watch" | ||
| "license": "Apache-2.0", | ||
| "sideEffects": false, | ||
| "dependencies": { | ||
| "@smithy/util-buffer-from": "^4.0.0", | ||
| "@smithy/util-buffer-from": "^4.1.0", | ||
| "tslib": "^2.6.2" | ||
@@ -56,6 +57,6 @@ }, | ||
| "react-native": {}, | ||
| "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8", | ||
| "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/util-utf8", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/awslabs/smithy-typescript.git", | ||
| "url": "https://github.com/smithy-lang/smithy-typescript.git", | ||
| "directory": "packages/util-utf8" | ||
@@ -62,0 +63,0 @@ }, |
19432
0.21%