@smithy/querystring-parser
Advanced tools
{ | ||
"name": "@smithy/querystring-parser", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"scripts": { | ||
@@ -13,3 +13,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"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", | ||
@@ -27,3 +27,3 @@ "test:watch": "yarn g:vitest watch" | ||
"dependencies": { | ||
"@smithy/types": "^4.1.0", | ||
"@smithy/types": "^4.2.0", | ||
"tslib": "^2.6.2" | ||
@@ -44,6 +44,6 @@ }, | ||
], | ||
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/querystring-parser", | ||
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/querystring-parser", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/awslabs/smithy-typescript.git", | ||
"url": "https://github.com/smithy-lang/smithy-typescript.git", | ||
"directory": "packages/querystring-parser" | ||
@@ -50,0 +50,0 @@ }, |
16485
0.07%