@open-wa/wa-automate-types-only 5.0.0-alpha.6 → 5.0.0-alpha.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.
@@ -1,23 +1,19 @@
1
-
2
- > @open-wa/wa-automate-types-only@5.0.0-alpha.6 build /Users/Mohammed/projects/tools/wa/packages/types-only
3
- > tsdown
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:91978) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts?no-cache=d2519a48-8922-4878-810a-ba1fe7283b8e is not specified and it doesn't parse as CommonJS.
1
+ $ tsdown
2
+ ℹ tsdown v0.21.7 powered by rolldown v1.0.0-rc.12
3
+ ℹ config file: /home/runner/work/wa-automate-nodejs/wa-automate-nodejs/packages/types-only/tsdown.config.ts
4
+ (node:3450) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/wa-automate-nodejs/wa-automate-nodejs/packages/types-only/tsdown.config.ts?no-cache=4c6c6c60-1f81-4981-854e-de6cd510b782 is not specified and it doesn't parse as CommonJS.
8
5
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
9
- To eliminate this warning, add "type": "module" to /Users/Mohammed/projects/tools/wa/packages/types-only/package.json.
6
+ To eliminate this warning, add "type": "module" to /home/runner/work/wa-automate-nodejs/wa-automate-nodejs/packages/types-only/package.json.
10
7
  (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
- [CJS] dist/index.d.cts 1.64 kB │ gzip: 0.52 kB
18
- [CJS] 1 files, total: 1.64 kB
19
- Build complete in 2327ms
20
- [ESM] dist/index.mjs 0.40 kB │ gzip: 0.17 kB
21
- [ESM] dist/index.d.mts 1.64 kB │ gzip: 0.52 kB
22
- [ESM] 2 files, total: 2.04 kB
23
- ✔ Build complete in 2464ms
8
+ ℹ entry: src/index.ts
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ [CJS] dist/index.cjs 1.74 kB │ gzip: 0.33 kB
12
+ ℹ [CJS] 1 files, total: 1.74 kB
13
+ ℹ [CJS] dist/index.d.cts 1.64 kB │ gzip: 0.53 kB
14
+ ℹ [CJS] 1 files, total: 1.64 kB
15
+ ✔ Build complete in 2070ms
16
+ ℹ [ESM] dist/index.mjs 0.40 kB │ gzip: 0.17 kB
17
+ ℹ [ESM] dist/index.d.mts 1.64 kB │ gzip: 0.53 kB
18
+ ℹ [ESM] 2 files, total: 2.04 kB
19
+ ✔ Build complete in 2077ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @open-wa/wa-automate-types-only
2
2
 
3
+ ## 5.0.0-alpha.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6a55aef`](https://github.com/open-wa/wa-automate-nodejs/commit/6a55aef602b347bfffc8550e448585e7776baf18)]:
8
+ - @open-wa/schema@5.0.0-alpha.8
9
+
10
+ ## 5.0.0-alpha.7
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @open-wa/schema@5.0.0-alpha.7
16
+
3
17
  ## 5.0.0-alpha.6
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -12,7 +12,7 @@ pnpm add @open-wa/wa-automate-types-only
12
12
 
13
13
  ## Documentation
14
14
 
15
- See the [docs site](https://docs.openwa.dev).
15
+ See the [docs site](https://openwa.dev).
16
16
 
17
17
  ## License
18
18
 
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.6",
3
+ "version": "5.0.0-alpha.8",
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.6"
37
+ "@open-wa/schema": "5.0.0-alpha.8"
38
38
  },
39
39
  "devDependencies": {
40
40
  "typescript": "^6.0.3"