Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 14, 2023
1 parent e8db25f commit cdadf70
Show file tree
Hide file tree
Showing 7 changed files with 687 additions and 729 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# iron-webcrypto (beta) [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue?style=flat-square)](https://www.jsdocs.io/package/iron-webcrypto) [![downloads](https://img.shields.io/npm/dm/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) [![npm](https://img.shields.io/npm/v/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) [![deno](https://img.shields.io/badge/[email protected]?style=flat-square)](https://deno.land/x/[email protected]/mod.ts)

This module is a replacement for [`@hapi/iron`](https://hapi.dev/module/iron/),
written using standard APIs like Web Crypto and Uint8Array, which make this
compatible with a variety of runtimes like Node.js, Deno, Bun, browsers,
workers, and edge environments. Refer `@hapi/iron`'s docs on what it does and
how it works.
This module is a replacement for `@hapi/iron`, written using standard APIs like
Web Crypto and Uint8Array, which make this compatible with a variety of runtimes
like Node.js, Deno, Bun, browsers, workers, and edge environments. Refer
`@hapi/iron`'s docs on what it does and how it works.

> Check out [**unjs/h3**](https://github.com/unjs/h3) and
> [**vvo/iron-session**](https://github.com/vvo/iron-session) to see this module
Expand Down Expand Up @@ -35,7 +34,8 @@ import * as Iron from 'https://deno.land/x/[email protected]/mod.ts'

## Usage

Refer `@hapi/iron`'s docs. There are certain differences.
Refer [`@hapi/iron`'s docs](https://hapi.dev/module/iron/). There are certain
differences.

You need to pass a Web Crypto implementation as the first parameter to each
function. For example:
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,38 +34,38 @@
"test": "pnpm test:node && pnpm test:deno && pnpm test:bun",
"test:bun": "bun --cwd=tests/bun test",
"test:deno": "deno test tests/deno/index.test.ts --parallel --no-check",
"test:node": "NODE_OPTIONS='--loader tsx' node--test tests/node/index.test.ts"
"test:node": "NODE_OPTIONS='--loader tsx' NODE_NO_WARNINGS=1 node--test tests/node/index.test.ts"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.9.0",
"@commitlint/cli": "^17.7.1",
"@arethetypeswrong/cli": "^0.12.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@release-it/conventional-changelog": "^7.0.0",
"@release-it/conventional-changelog": "^7.0.2",
"@smithy/util-base64": "^2.0.0",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"bun-types": "^0.8.1",
"eslint": "^8.48.0",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"bun-types": "^1.0.6",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-security": "^1.7.1",
"lefthook": "^1.4.9",
"lefthook": "^1.5.2",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.5",
"publint": "^0.2.2",
"release-it": "^16.1.5",
"prettier-plugin-packagejson": "^2.4.6",
"publint": "^0.2.4",
"release-it": "^16.2.1",
"replace": "^1.2.2",
"test": "^3.3.0",
"tsup": "^7.2.0",
"tsx": "^3.12.8",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.7.1",
"packageManager": "pnpm@8.9.0",
"runkitExampleFilename": "dist/example.js"
}
Loading

0 comments on commit cdadf70

Please sign in to comment.