@oh-my-ghaad/react 0.0.6 → 0.0.8
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/.turbo/turbo-build.log +19 -0
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
|
@@ -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
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.5.0
|
|
9
|
+
[34mCLI[39m Target: esnext
|
|
10
|
+
[34mESM[39m Build start
|
|
11
|
+
[34mCJS[39m Build start
|
|
12
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m1.50 KB[39m
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 10ms
|
|
14
|
+
[32mESM[39m [1mdist/index.js [22m[32m513.00 B[39m
|
|
15
|
+
[32mESM[39m ⚡️ 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.8](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.7...v0.0.8) (2025-10-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## [0.0.7](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.6...v0.0.7) (2025-10-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
1
9
|
## [0.0.6](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.5...v0.0.6) (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.
|
|
3
|
+
"version": "0.0.8",
|
|
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.
|
|
18
|
+
"@oh-my-ghaad/core": "0.0.8"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"dev": "tsup src/index.ts --watch --dts --format esm,cjs",
|