@spacemade/ui 0.0.1 → 0.0.2

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/app.sh +3 -0
  2. package/package.json +1 -1
package/app.sh CHANGED
@@ -542,6 +542,9 @@ install_packages() {
542
542
  write_package_json
543
543
  fi
544
544
 
545
+ echo "write package dependency metadata"
546
+ npm install --package-lock-only "$UI_PACKAGE" "$API_PACKAGE"
547
+
545
548
  if maybe_link_packages; then
546
549
  return
547
550
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spacemade/ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "private": false,
5
5
  "description": "Reusable SaaS bootstrap with optional AI modules.",
6
6
  "bin": {