Compare commits

...

1 Commits

Author SHA1 Message Date
Saoud Rizwan d9b97bc512 fix(changesets): include root package in npm workspaces 2026-02-13 13:47:37 -08:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -9,6 +9,7 @@
"version": "3.61.0",
"license": "Apache-2.0",
"workspaces": [
".",
"cli"
],
"dependencies": {
@@ -10288,6 +10289,10 @@
"integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
"license": "MIT"
},
"node_modules/claude-dev": {
"resolved": "",
"link": true
},
"node_modules/clean-stack": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
+1
View File
@@ -5,6 +5,7 @@
"version": "3.61.0",
"icon": "assets/icons/icon.png",
"workspaces": [
".",
"cli"
],
"engines": {