@pyreon/head 0.11.2 → 0.11.3

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/head",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Head tag management for Pyreon — works in SSR and CSR",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -54,11 +54,11 @@
54
54
  "prepublishOnly": "bun run build"
55
55
  },
56
56
  "dependencies": {
57
- "@pyreon/core": "^0.11.2",
58
- "@pyreon/reactivity": "^0.11.2"
57
+ "@pyreon/core": "^0.11.3",
58
+ "@pyreon/reactivity": "^0.11.3"
59
59
  },
60
60
  "peerDependencies": {
61
- "@pyreon/runtime-server": "^0.11.2"
61
+ "@pyreon/runtime-server": "^0.11.3"
62
62
  },
63
63
  "peerDependenciesMeta": {
64
64
  "@pyreon/runtime-server": {
@@ -67,8 +67,8 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@happy-dom/global-registrator": "^20.8.3",
70
- "@pyreon/runtime-dom": "^0.11.2",
71
- "@pyreon/runtime-server": "^0.11.2"
70
+ "@pyreon/runtime-dom": "^0.11.3",
71
+ "@pyreon/runtime-server": "^0.11.3"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"