@readme/oas-to-har 23.2.14 → 23.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2023 ReadMe
1
+ Copyright © 2024 ReadMe
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any purpose
4
4
  with or without fee is hereby granted, provided that the above copyright notice
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@readme/oas-to-har",
3
3
  "description": "Utility to transform an OAS operation into a HAR representation",
4
- "version": "23.2.14",
4
+ "version": "23.2.16",
5
5
  "author": "Jon Ursenbach <jon@ursenba.ch>",
6
6
  "license": "ISC",
7
7
  "sideEffects": false,
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@readme/data-urls": "^3.0.0",
53
- "oas": "^24.4.0",
53
+ "oas": "^24.4.2",
54
54
  "qs": "^6.12.0",
55
55
  "remove-undefined-objects": "^5.0.0"
56
56
  },
@@ -67,5 +67,5 @@
67
67
  "vitest": "^1.4.0"
68
68
  },
69
69
  "prettier": "@readme/eslint-config/prettier",
70
- "gitHead": "ff01cf8652e32b57ded3367b6f0dcd59e1d24aec"
70
+ "gitHead": "69cf0350867dfc4b26f047c1b2dd5deded65f8f3"
71
71
  }