mirror of
https://github.com/viktoruj/obsidian-cloud-kms.git
synced 2026-07-22 06:56:21 +00:00
Bumps the aws-sdk group with 2 updates: [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) and [@aws-sdk/credential-provider-ini](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/credential-provider-ini). Updates `@aws-sdk/client-kms` from 3.1045.0 to 3.1049.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kms/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1049.0/clients/client-kms) Updates `@aws-sdk/credential-provider-ini` from 3.972.38 to 3.972.42 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/credential-provider-ini/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/credential-provider-ini) --- updated-dependencies: - dependency-name: "@aws-sdk/client-kms" dependency-version: 3.1049.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk - dependency-name: "@aws-sdk/credential-provider-ini" dependency-version: 3.972.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
877 B
JSON
35 lines
877 B
JSON
{
|
|
"name": "cloud-kms-encryption",
|
|
"version": "0.1.7",
|
|
"description": "Obsidian plugin for file-level envelope encryption using Cloud KMS services",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node esbuild.config.mjs production",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest",
|
|
"test:property": "vitest --run tests/property"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"encryption",
|
|
"kms",
|
|
"aws",
|
|
"envelope-encryption"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aws-sdk/client-kms": "3.1049.0",
|
|
"@aws-sdk/credential-provider-ini": "3.972.42"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.15.18",
|
|
"esbuild": "0.25.4",
|
|
"eslint": "^10.3.0",
|
|
"fast-check": "4.7.0",
|
|
"obsidian": "1.12.3",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "^8.59.2",
|
|
"vitest": "3.2.1"
|
|
}
|
|
}
|