@oh-my-ghaad/react 0.0.7 → 0.0.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.
@@ -0,0 +1,19 @@
1
+
2
+ 
3
+ > @oh-my-ghaad/react@0.0.7 build /Volumes/T7/repos/oh-my-ghaad/packages/react
4
+ > tsup src/index.ts --dts --format esm,cjs
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.0
9
+ CLI Target: esnext
10
+ ESM Build start
11
+ CJS Build start
12
+ CJS dist/index.cjs 1.50 KB
13
+ CJS ⚡️ Build success in 10ms
14
+ ESM dist/index.js 513.00 B
15
+ ESM ⚡️ Build success in 11ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 222ms
18
+ DTS dist/index.d.ts 262.00 B
19
+ DTS dist/index.d.cts 262.00 B
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.0.9](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.8...v0.0.9) (2025-10-05)
2
+
3
+
4
+
5
+ ## [0.0.8](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.7...v0.0.8) (2025-10-04)
6
+
7
+
8
+
1
9
  ## [0.0.7](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.6...v0.0.7) (2025-10-04)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-ghaad/react",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">= 18.0.0",
18
- "@oh-my-ghaad/core": "0.0.7"
18
+ "@oh-my-ghaad/core": "0.0.9"
19
19
  },
20
20
  "scripts": {
21
21
  "dev": "tsup src/index.ts --watch --dts --format esm,cjs",