@open-wa/wa-automate-types-only 5.0.0-alpha.3 → 5.0.0-alpha.4
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 +6 -7
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
WARN Issue while reading "/Users/Mohammed/projects/tools/wa/.npmrc". Failed to replace env in config: ${OPEN_WA_NPM_TOKEN}
|
|
2
1
|
|
|
3
|
-
> @open-wa/wa-automate-types-only@5.0.0-alpha.
|
|
2
|
+
> @open-wa/wa-automate-types-only@5.0.0-alpha.4 build /Users/Mohammed/projects/tools/wa/packages/types-only
|
|
4
3
|
> tsdown
|
|
5
4
|
|
|
6
5
|
ℹ tsdown v0.21.7 powered by rolldown v1.0.0-rc.12
|
|
7
6
|
ℹ config file: /Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts
|
|
8
|
-
(node:
|
|
7
|
+
(node:75605) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/Mohammed/projects/tools/wa/packages/types-only/tsdown.config.ts?no-cache=04d59784-3c03-4b81-a2f2-cf19575be532 is not specified and it doesn't parse as CommonJS.
|
|
9
8
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
10
9
|
To eliminate this warning, add "type": "module" to /Users/Mohammed/projects/tools/wa/packages/types-only/package.json.
|
|
11
10
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -15,10 +14,10 @@ To eliminate this warning, add "type": "module" to /Users/Mohammed/projects/tool
|
|
|
15
14
|
ℹ Cleaning 4 files
|
|
16
15
|
ℹ [CJS] dist/index.cjs 1.74 kB │ gzip: 0.33 kB
|
|
17
16
|
ℹ [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
17
|
ℹ [ESM] dist/index.mjs 0.40 kB │ gzip: 0.17 kB
|
|
21
18
|
ℹ [ESM] dist/index.d.mts 1.64 kB │ gzip: 0.52 kB
|
|
22
19
|
ℹ [ESM] 2 files, total: 2.04 kB
|
|
23
|
-
✔ Build complete in
|
|
24
|
-
|
|
20
|
+
✔ Build complete in 2749ms
|
|
21
|
+
ℹ [CJS] dist/index.d.cts 1.64 kB │ gzip: 0.52 kB
|
|
22
|
+
ℹ [CJS] 1 files, total: 1.64 kB
|
|
23
|
+
✔ Build complete in 2769ms
|
package/CHANGELOG.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.4",
|
|
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.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"typescript": "^6.0.3"
|