repoaccess-core 0.2.1 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repoaccess-core",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "exports": {
@@ -1,3 +1,5 @@
1
+ /** @jsxRuntime automatic */
2
+ /** @jsxImportSource hono/jsx */
1
3
  // SPDX-License-Identifier: AGPL-3.0-or-later
2
4
  // Copyright (C) 2026 Gary Stupak
3
5
 
package/src/claim.tsx CHANGED
@@ -1,3 +1,5 @@
1
+ /** @jsxRuntime automatic */
2
+ /** @jsxImportSource hono/jsx */
1
3
  // SPDX-License-Identifier: AGPL-3.0-or-later
2
4
  // Copyright (C) 2026 Gary Stupak
3
5