@open-wa/wa-automate-types-only 5.0.0-alpha.0 → 5.0.0-alpha.3
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 +18 -29
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,35 +1,24 @@
|
|
|
1
|
+
WARN Issue while reading "/Users/Mohammed/projects/tools/wa/.npmrc". Failed to replace env in config: ${OPEN_WA_NPM_TOKEN}
|
|
1
2
|
|
|
2
|
-
> @open-wa/wa-automate-types-only@5.0.0-alpha.
|
|
3
|
+
> @open-wa/wa-automate-types-only@5.0.0-alpha.3 build /Users/Mohammed/projects/tools/wa/packages/types-only
|
|
3
4
|
> tsdown
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
(node:
|
|
6
|
+
ℹ tsdown v0.21.7 powered by rolldown v1.0.0-rc.12
|
|
7
|
+
ℹ config file: /Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts
|
|
8
|
+
(node:36861) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts?no-cache=4222bac5-f402-44e5-8efd-f1e7f51e9765 is not specified and it doesn't parse as CommonJS.
|
|
8
9
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
9
10
|
To eliminate this warning, add "type": "module" to /Users/Mohammed/projects/tools/wa/packages/types-only/package.json.
|
|
10
11
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[34mℹ[39m [33m[CJS][39m 1 files, total: 1.64 kB
|
|
25
|
-
[32m✔[39m Build complete in [32m3782ms[39m
|
|
26
|
-
- rolldown-plugin-dts:generate (50%)
|
|
27
|
-
- tsdown:deps (47%)
|
|
28
|
-
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
29
|
-
|
|
30
|
-
[33m[PLUGIN_TIMINGS] Warning:[0m 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
|
-
[32m✔[39m Build complete in [32m3787ms[39m
|
|
12
|
+
ℹ entry: src/index.ts
|
|
13
|
+
ℹ tsconfig: tsconfig.json
|
|
14
|
+
ℹ Build start
|
|
15
|
+
ℹ Cleaning 4 files
|
|
16
|
+
ℹ [CJS] dist/index.cjs 1.74 kB │ gzip: 0.33 kB
|
|
17
|
+
ℹ [CJS] 1 files, total: 1.74 kB
|
|
18
|
+
ℹ [CJS] dist/index.d.cts 1.64 kB │ gzip: 0.52 kB
|
|
19
|
+
ℹ [CJS] 1 files, total: 1.64 kB
|
|
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 2319ms
|
|
24
|
+
✔ Build complete in 2329ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @open-wa/wa-automate-types-only
|
|
2
2
|
|
|
3
|
+
## 5.0.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @open-wa/schema@5.0.0-alpha.3
|
|
9
|
+
|
|
10
|
+
## 5.0.0-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies []:
|
|
15
|
+
- @open-wa/schema@5.0.0-alpha.2
|
|
16
|
+
|
|
3
17
|
## 5.0.0-alpha.2
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
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.3",
|
|
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.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"typescript": "^6.0.3"
|