@open-wa/wa-automate-types-only 5.0.0-alpha.0 → 5.0.0-alpha.2

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,35 +1,23 @@
1
1
 
2
- > @open-wa/wa-automate-types-only@5.0.0-alpha.0 build /Users/Mohammed/projects/tools/wa/packages/types-only
2
+ > @open-wa/wa-automate-types-only@5.0.0-alpha.2 build /Users/Mohammed/projects/tools/wa/packages/types-only
3
3
  > tsdown
4
4
 
5
- ℹ tsdown v0.21.7 powered by rolldown v1.0.0-rc.12
6
- ℹ config file: /Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts
7
- (node:1231) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts?no-cache=ffb724cf-016b-4c21-b050-8f475c6c99cb is not specified and it doesn't parse as CommonJS.
5
+ tsdown v0.21.7 powered by rolldown v1.0.0-rc.12
6
+ (node:19766) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts?no-cache=e5a914b6-6c4f-4bba-85aa-4053c7776351 is not specified and it doesn't parse as CommonJS.
7
+ config file: /Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts
8
8
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
9
9
  To eliminate this warning, add "type": "module" to /Users/Mohammed/projects/tools/wa/packages/types-only/package.json.
10
10
  (Use `node --trace-warnings ...` to show where the warning was created)
11
- ℹ entry: src/index.ts
12
- ℹ tsconfig: tsconfig.json
13
- ℹ Build start
14
- ℹ Cleaning 4 files
15
- ℹ [CJS] dist/index.cjs 1.74 kB │ gzip: 0.33 kB
16
- ℹ [CJS] 1 files, total: 1.74 kB
17
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:deps`. See https://rolldown.rs/options/checks#plugintimings for more details.
18
-
19
- ℹ [ESM] dist/index.mjs 0.40 kB │ gzip: 0.17 kB
20
- ℹ [ESM] dist/index.d.mts 1.64 kB │ gzip: 0.52 kB
21
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
22
- ℹ [ESM] 2 files, total: 2.04 kB
23
- ℹ [CJS] dist/index.d.cts 1.64 kB │ gzip: 0.52 kB
24
- ℹ [CJS] 1 files, total: 1.64 kB
25
- ✔ Build complete in 3782ms
26
- - rolldown-plugin-dts:generate (50%)
27
- - tsdown:deps (47%)
28
- See https://rolldown.rs/options/checks#plugintimings for more details.
29
-
30
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
31
- - rolldown-plugin-dts:generate (51%)
32
- - tsdown:deps (47%)
33
- See https://rolldown.rs/options/checks#plugintimings for more details.
34
-
35
- ✔ Build complete in 3787ms
11
+ entry: src/index.ts
12
+ tsconfig: tsconfig.json
13
+ Build start
14
+ Cleaning 4 files
15
+ [CJS] dist/index.cjs 1.74 kB │ gzip: 0.33 kB
16
+ [CJS] 1 files, total: 1.74 kB
17
+ [CJS] dist/index.d.cts 1.64 kB gzip: 0.52 kB
18
+ ℹ [CJS] 1 files, total: 1.64 kB
19
+ [ESM] dist/index.mjs 0.40 kB │ gzip: 0.17 kB
20
+ [ESM] dist/index.d.mts 1.64 kB │ gzip: 0.52 kB
21
+ [ESM] 2 files, total: 2.04 kB
22
+ Build complete in 1516ms
23
+ Build complete in 1518ms
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## 5.0.0-alpha.2
4
4
 
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @open-wa/schema@5.0.0-alpha.2
9
+
10
+ ## 5.0.0-alpha.2
11
+
5
12
  ### Minor Changes
6
13
 
7
14
  - Dry run minor bump
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "5.0.0-alpha.0",
3
+ "version": "5.0.0-alpha.2",
4
4
  "description": "Lightweight type-only re-exports from @open-wa/schema — zero runtime dependencies",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "license": "H-DNH V1.0",
36
36
  "dependencies": {
37
- "@open-wa/schema": "5.0.0-alpha.0"
37
+ "@open-wa/schema": "5.0.0-alpha.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "typescript": "^6.0.3"