@absolutejs/absolute 0.18.9-beta.3 → 0.18.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.
@@ -110,7 +110,13 @@
110
110
  "Bash(kill %1)",
111
111
  "Bash(wait)",
112
112
  "Bash(xargs kill:*)",
113
- "Bash(grep -E '\"\"dev\"\"' package.json)"
113
+ "Bash(grep -E '\"\"dev\"\"' package.json)",
114
+ "Bash(rm -rf ~/.bun/install/cache/@absolutejs)",
115
+ "Bash(rm -rf node_modules/@absolutejs)",
116
+ "mcp__playwright__browser_close",
117
+ "mcp__playwright__browser_evaluate",
118
+ "Bash(git check-ignore:*)",
119
+ "Bash(echo \"exit: $?\")"
114
120
  ]
115
121
  }
116
122
  }
package/package.json CHANGED
@@ -155,5 +155,5 @@
155
155
  "typecheck": "bun run vue-tsc --noEmit"
156
156
  },
157
157
  "types": "./dist/src/index.d.ts",
158
- "version": "0.18.9-beta.3"
158
+ "version": "0.18.9"
159
159
  }