@forge/bitbucket

1.0.3-experimental-04cc2b91.1.0-next.0
package.json
~package.jsonModified
+1−12
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/bitbucket",
-  "version": "1.0.3-experimental-04cc2b9",
+  "version": "1.1.0-next.0",
   "description": "Helpers and utils for interacting with Bitbucket",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",
@@ -15,17 +15,6 @@
     "uuid": "^9.0.1"
   },
   "publishConfig": {
     "registry": "https://packages.atlassian.com/api/npm/npm-public/"
-  },
-  "peerDependencies": {
-    "typescript": ">=5.0.0"
-  },
-  "peerDependenciesMeta": {
-    "typescript": {
-      "optional": true
-    }
-  },
-  "devDependencies": {
-    "typescript": "5.9.2"
   }
 }