Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
build: 23.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 12, 2023
1 parent 9342c9d commit 961a5c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{
"name": "@readme/oas-to-har",
"description": "Utility to transform an OAS operation into a HAR representation",
"version": "23.0.0",
"version": "23.0.1",
"author": "Jon Ursenbach <[email protected]>",
"license": "ISC",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./lib/configure-security": {
"types": "./dist/lib/configure-security.d.ts",
"require": "./dist/lib/configure-security.js",
"import": "./dist/lib/configure-security.mjs"
"require": "./dist/lib/configure-security.cjs",
"import": "./dist/lib/configure-security.js"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.cts",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 961a5c3

Please sign in to comment.