@seyuna/postcss 1.0.0-canary.19 → 1.0.0-canary.20

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/CHANGELOG.md +7 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.0.0-canary.20](https://github.com/seyuna-corp/seyuna-postcss/compare/v1.0.0-canary.19...v1.0.0-canary.20) (2026-01-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove @seyuna/cli dependency to prevent bundler loading Deno polyfills ([544a37e](https://github.com/seyuna-corp/seyuna-postcss/commit/544a37e412fcfd585c1dbcdfe28484ce63bec3c1))
7
+
1
8
  # [1.0.0-canary.19](https://github.com/seyuna-corp/seyuna-postcss/compare/v1.0.0-canary.18...v1.0.0-canary.19) (2026-01-10)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seyuna/postcss",
3
- "version": "1.0.0-canary.19",
3
+ "version": "1.0.0-canary.20",
4
4
  "description": "Seyuna UI's postcss plugin",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,6 @@
22
22
  "url": "git+https://github.com/seyuna-corp/seyuna-postcss.git"
23
23
  },
24
24
  "dependencies": {
25
- "@seyuna/cli": "^1.0.0-canary.28",
26
25
  "postcss-value-parser": "^4.2.0"
27
26
  },
28
27
  "peerDependencies": {