@read-frog/definitions 0.0.1

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,14 @@
1
+
2
+ > @read-frog/definitions@0.0.1 build:publish /home/runner/work/read-frog-monorepo/read-frog-monorepo/packages/definitions
3
+ > tsdown
4
+
5
+ ℹ tsdown v0.16.1 powered by rolldown v1.0.0-beta.47
6
+ ℹ Using tsdown config: /home/runner/work/read-frog-monorepo/read-frog-monorepo/packages/definitions/tsdown.config.ts
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ Cleaning 2 files
11
+ ℹ dist/index.js 43.11 kB │ gzip: 13.30 kB
12
+ ℹ dist/index.d.ts  7.58 kB │ gzip: 2.68 kB
13
+ ℹ 2 files, total: 50.69 kB
14
+ ✔ Build complete in 1253ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ # @read-frog/definitions
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8](https://github.com/mengxi-ream/read-frog-monorepo/pull/8) [`4470092`](https://github.com/mengxi-ream/read-frog-monorepo/commit/447009245a001689771c68121783895efb6ad14f) Thanks [@mengxi-ream](https://github.com/mengxi-ream)! - ci: rename package from @repo/definitions to @read-frog/definitions and add tsdown build configuration
8
+
9
+ This change prepares the definitions package for public npm publication:
10
+
11
+ - Renamed package from @repo/definitions to @read-frog/definitions
12
+ - Added tsdown build configuration with ESM output
13
+ - Generated TypeScript declaration files for both formats
14
+ - Configured package.json exports for proper module resolution
15
+ - Updated all import statements across the monorepo