npm package diff

Package: @forge/resolver

Versions: 1.6.17-next.0 - 1.7.0-next.1

File: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,20 +1,23 @@
 {
   "name": "@forge/resolver",
-  "version": "1.6.17-next.0",
+  "version": "1.7.0-next.1",
   "description": "Forge function resolver",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",
   "types": "out/index.d.ts",
+  "exports": {
+    "./shared": {
+      "types": "./out/shared/index.d.ts",
+      "default": "./out/shared/index.js"
+    }
+  },
   "scripts": {
     "build": "yarn run clean && yarn run compile",
     "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
     "compile": "tsc -b -v"
   },
-  "dependencies": {
-    "@forge/api": "6.1.0-next.0"
-  },
   "publishConfig": {
     "registry": "https://packages.atlassian.com/api/npm/npm-public/"
   }
 }