@socketsecurity/lib 1.1.2 → 1.2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/lib",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "license": "MIT",
5
5
  "description": "Core utilities and infrastructure for Socket.dev security tools",
6
6
  "keywords": [
@@ -148,6 +148,10 @@
148
148
  "types": "./dist/dlx-binary.d.ts",
149
149
  "default": "./dist/dlx-binary.js"
150
150
  },
151
+ "./dlx-package": {
152
+ "types": "./dist/dlx-package.d.ts",
153
+ "default": "./dist/dlx-package.js"
154
+ },
151
155
  "./download-lock": {
152
156
  "types": "./dist/download-lock.d.ts",
153
157
  "default": "./dist/download-lock.js"