@aws-sdk/util-user-agent-browser
Advanced tools
+22
-22
| { | ||
| "name": "@aws-sdk/util-user-agent-browser", | ||
| "version": "3.972.33", | ||
| "version": "3.972.34", | ||
| "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/util-user-agent-browser", | ||
| "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/aws/aws-sdk-js-v3.git", | ||
| "directory": "packages-internal/util-user-agent-browser" | ||
| }, | ||
| "files": [ | ||
| "dist-*/**" | ||
| ], | ||
| "sideEffects": false, | ||
| "main": "./dist-cjs/index.js", | ||
| "module": "./dist-es/index.js", | ||
| "browser": {}, | ||
| "types": "./dist-types/index.d.ts", | ||
| "react-native": {}, | ||
| "scripts": { | ||
@@ -12,15 +32,4 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs", | ||
| }, | ||
| "main": "./dist-cjs/index.js", | ||
| "module": "./dist-es/index.js", | ||
| "browser": {}, | ||
| "react-native": {}, | ||
| "types": "./dist-types/index.d.ts", | ||
| "sideEffects": false, | ||
| "author": { | ||
| "name": "AWS SDK for JavaScript Team", | ||
| "url": "https://aws.amazon.com/sdk-for-javascript/" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.975.2", | ||
| "@aws-sdk/core": "^3.975.3", | ||
| "tslib": "^2.6.2" | ||
@@ -33,12 +42,3 @@ }, | ||
| "typescript": "~5.8.3" | ||
| }, | ||
| "files": [ | ||
| "dist-*/**" | ||
| ], | ||
| "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/util-user-agent-browser", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/aws/aws-sdk-js-v3.git", | ||
| "directory": "packages-internal/util-user-agent-browser" | ||
| } | ||
| } |
Updated