@open-wa/wa-automate-types-only 5.0.0-alpha.7 → 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.
- package/.turbo/turbo-build.log +17 -21
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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:36507) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts?no-cache=78908092-bcfb-4fd3-9fc9-bb093eb47c7c is not specified and it doesn't parse as CommonJS.
|
|
1
|
+
$ tsdown
|
|
2
|
+
[34mℹ[39m [34mtsdown v0.21.7[39m powered by [38;2;255;126;23mrolldown v1.0.0-rc.12[39m
|
|
3
|
+
[34mℹ[39m config file: [4m/home/runner/work/wa-automate-nodejs/wa-automate-nodejs/packages/types-only/tsdown.config.ts[24m
|
|
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 /
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
✔ Build complete in 1687ms
|
|
8
|
+
[34mℹ[39m entry: [34msrc/index.ts[39m
|
|
9
|
+
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
10
|
+
[34mℹ[39m Build start
|
|
11
|
+
[34mℹ[39m [33m[CJS][39m [2mdist/[22m[1mindex.cjs[22m [2m1.74 kB[22m [2m│ gzip: 0.33 kB[22m
|
|
12
|
+
[34mℹ[39m [33m[CJS][39m 1 files, total: 1.74 kB
|
|
13
|
+
[34mℹ[39m [33m[CJS][39m [2mdist/[22m[32m[1mindex.d.cts[22m[39m [2m1.64 kB[22m [2m│ gzip: 0.53 kB[22m
|
|
14
|
+
[34mℹ[39m [33m[CJS][39m 1 files, total: 1.64 kB
|
|
15
|
+
[32m✔[39m Build complete in [32m2070ms[39m
|
|
16
|
+
[34mℹ[39m [34m[ESM][39m [2mdist/[22m[1mindex.mjs[22m [2m0.40 kB[22m [2m│ gzip: 0.17 kB[22m
|
|
17
|
+
[34mℹ[39m [34m[ESM][39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m1.64 kB[22m [2m│ gzip: 0.53 kB[22m
|
|
18
|
+
[34mℹ[39m [34m[ESM][39m 2 files, total: 2.04 kB
|
|
19
|
+
[32m✔[39m Build complete in [32m2077ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 5.0.0-alpha.7
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/README.md
CHANGED
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.
|
|
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.
|
|
37
|
+
"@open-wa/schema": "5.0.0-alpha.8"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"typescript": "^6.0.3"
|