@styleflow.app/astro 0.3.0-beta.4 → 0.3.0-beta.6

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@styleflow.app/astro",
3
- "version": "0.3.0-beta.4",
3
+ "version": "0.3.0-beta.6",
4
4
  "description": "StyleFlow authoring for Astro: <S as=\"...\"> and <S.*> primitives that declare intent (tone, layoutRole, ty/v/w) instead of visual values.",
5
5
  "keywords": [
6
6
  "styleflow",
@@ -47,14 +47,14 @@
47
47
  "prepublishOnly": "npm run typecheck && npm test && npm run build"
48
48
  },
49
49
  "dependencies": {
50
- "@styleflow.app/core": "0.3.0-beta.4"
50
+ "@styleflow.app/core": "0.3.0-beta.6"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@astrojs/check": "^0.9.9",
54
- "@styleflow.app/cli": "0.3.0-beta.4"
54
+ "@styleflow.app/cli": "0.3.0-beta.6"
55
55
  },
56
56
  "peerDependencies": {
57
- "@styleflow.app/cli": "0.3.0-beta.4",
57
+ "@styleflow.app/cli": "0.3.0-beta.6",
58
58
  "astro": ">=5.0.0"
59
59
  },
60
60
  "peerDependenciesMeta": {