@vdaluz/astro-affiliate 0.8.1 → 1.0.0

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vdaluz/astro-affiliate",
3
- "version": "0.8.1",
3
+ "version": "1.0.0",
4
4
  "description": "FTC-compliant affiliate-link catalog resolver and disclosure components - proven in production on vdaluz.com and imperfectsystems.com.",
5
5
  "keywords": [
6
6
  "astro",
@@ -40,9 +40,9 @@
40
40
  "astro": ">=6.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@astrojs/check": "^0.9.9",
43
+ "@astrojs/check": "^0.9.10",
44
44
  "@types/node": "^26.1.1",
45
- "astro": "^7.1.3",
45
+ "astro": "^7.2.4",
46
46
  "typescript": "^6.0.3"
47
47
  }
48
48
  }