@oh-my-ghaad/react 0.0.12 → 0.0.13

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @oh-my-ghaad/react@0.0.7 build /Volumes/T7/repos/oh-my-ghaad/packages/react
3
+ > @oh-my-ghaad/react@0.0.12 build /Volumes/T7/repos/oh-my-ghaad/packages/react
4
4
  > tsup src/index.ts --dts --format esm,cjs
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -10,10 +10,10 @@
10
10
  ESM Build start
11
11
  CJS Build start
12
12
  CJS dist/index.cjs 1.50 KB
13
- CJS ⚡️ Build success in 10ms
13
+ CJS ⚡️ Build success in 93ms
14
14
  ESM dist/index.js 513.00 B
15
- ESM ⚡️ Build success in 11ms
15
+ ESM ⚡️ Build success in 93ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 222ms
17
+ DTS ⚡️ Build success in 298ms
18
18
  DTS dist/index.d.ts 262.00 B
19
19
  DTS dist/index.d.cts 262.00 B
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.13](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.12...v0.0.13) (2025-10-08)
2
+
3
+
4
+
1
5
  ## [0.0.12](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.11...v0.0.12) (2025-10-06)
2
6
 
3
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-ghaad/react",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
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.12"
18
+ "@oh-my-ghaad/core": "0.0.13"
19
19
  },
20
20
  "scripts": {
21
21
  "dev": "tsup src/index.ts --watch --dts --format esm,cjs",