@stevederico/skateboard-ui 1.0.8 → 1.0.9

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # CHANGELOG
2
+ 1.0.9
3
+
4
+ Add cookie exclusions
5
+ Exclude set-cookie-parser
6
+
2
7
  1.0.8
3
8
 
4
9
  Remove cookie dependencies
package/Utilities.js CHANGED
@@ -807,6 +807,8 @@ export async function getSkateboardViteConfig(customConfig = {}) {
807
807
  '@tailwindcss/oxide-darwin-arm64',
808
808
  'lightningcss',
809
809
  'fsevents',
810
+ 'cookie',
811
+ 'set-cookie-parser',
810
812
  ...(customConfig.optimizeDeps?.exclude || [])
811
813
  ],
812
814
  esbuildOptions: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stevederico/skateboard-ui",
3
3
  "private": false,
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./AppSidebar": {