@woodsportal/hubspot-kit 1.0.41-dev.0 → 1.0.41

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 (1) hide show
  1. package/package.json +8 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woodsportal/hubspot-kit",
3
- "version": "1.0.41-dev.0",
3
+ "version": "1.0.41",
4
4
  "description": "WoodsCLI — HubSpot CMS dev kit by WoodsPortal. wp CLI, Vite presets, module-config overlay, and theme/module build pipelines.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -87,26 +87,12 @@
87
87
  "vite": "^6.0.0"
88
88
  },
89
89
  "peerDependenciesMeta": {
90
- "@tailwindcss/vite": {
91
- "optional": true
92
- },
93
- "@tanstack/router-plugin": {
94
- "optional": true
95
- },
96
- "@vitejs/plugin-react": {
97
- "optional": true
98
- },
99
- "babel-plugin-react-compiler": {
100
- "optional": true
101
- },
102
- "react": {
103
- "optional": true
104
- },
105
- "react-dom": {
106
- "optional": true
107
- },
108
- "vite": {
109
- "optional": true
110
- }
90
+ "@tailwindcss/vite": { "optional": true },
91
+ "@tanstack/router-plugin": { "optional": true },
92
+ "@vitejs/plugin-react": { "optional": true },
93
+ "babel-plugin-react-compiler": { "optional": true },
94
+ "react": { "optional": true },
95
+ "react-dom": { "optional": true },
96
+ "vite": { "optional": true }
111
97
  }
112
98
  }