koatty_cacheable 3.0.0 → 3.0.1
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 +9 -9
- package/CHANGELOG.md +10 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +5 -5
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_cacheable@3.0.
|
|
3
|
+
> koatty_cacheable@3.0.1 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-cacheable
|
|
4
4
|
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty_cacheable@3.0.
|
|
7
|
+
> koatty_cacheable@3.0.1 build:js
|
|
8
8
|
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
10
|
[1G[0K[1G[0K[36m
|
|
11
11
|
[1m./src/index.ts[22m → [1m./dist/index.js, ./dist/index.mjs[22m...[39m
|
|
12
|
-
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [
|
|
12
|
+
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m4.2s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_cacheable@3.0.
|
|
14
|
+
> koatty_cacheable@3.0.1 build:dts
|
|
15
15
|
> bash ../../scripts/build-dts.sh
|
|
16
16
|
|
|
17
17
|
[1G[0K🔨 Building type declarations for koatty-cacheable...
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
✓ koatty_logger type declarations ready
|
|
25
25
|
✓ koatty_store type declarations ready
|
|
26
26
|
|
|
27
|
-
✅ All dependencies ready (waited
|
|
27
|
+
✅ All dependencies ready (waited 1ms)
|
|
28
28
|
📝 Running TypeScript compiler...
|
|
29
29
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
30
30
|
[1G[0K⠙[1G[0K
|
|
@@ -67,7 +67,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
67
67
|
API Extractor completed successfully
|
|
68
68
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
69
69
|
[1G[0K⠙[1G[0K
|
|
70
|
-
> koatty_cacheable@3.0.
|
|
70
|
+
> koatty_cacheable@3.0.1 build:doc
|
|
71
71
|
> npx api-documenter markdown --input temp --output docs/api
|
|
72
72
|
|
|
73
73
|
[1G[0K[1G[0K⠙[1G[0K
|
|
@@ -87,8 +87,8 @@ Unsupported block tag: @export
|
|
|
87
87
|
Unsupported block tag: @export
|
|
88
88
|
Unsupported block tag: @return
|
|
89
89
|
Unsupported block tag: @return
|
|
90
|
-
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
91
|
-
> koatty_cacheable@3.0.
|
|
90
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
91
|
+
> koatty_cacheable@3.0.1 build:cp
|
|
92
92
|
> node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
|
|
93
93
|
|
|
94
|
-
[1G[0K
|
|
94
|
+
[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"koatty_store": "workspace:*"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"koatty_container": "^2.0.
|
|
93
|
-
"koatty_core": "^2.1.
|
|
92
|
+
"koatty_container": "^2.0.1",
|
|
93
|
+
"koatty_core": "^2.1.1",
|
|
94
94
|
"koatty_lib": "^1.4.5",
|
|
95
|
-
"koatty_logger": "^2.4.
|
|
96
|
-
"koatty_store": "^2.0.
|
|
95
|
+
"koatty_logger": "^2.4.1",
|
|
96
|
+
"koatty_store": "^2.0.1"
|
|
97
97
|
}
|
|
98
98
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"typescript": "^5.x.x"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"koatty_store": "2.0.
|
|
76
|
-
"
|
|
72
|
+
"koatty_container": "2.0.1",
|
|
73
|
+
"koatty_core": "2.1.1",
|
|
74
|
+
"koatty_lib": "1.4.5",
|
|
75
|
+
"koatty_store": "2.0.1",
|
|
76
|
+
"koatty_logger": "2.4.1"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"koatty_container": "^2.0.
|
|
80
|
-
"koatty_core": "^2.1.
|
|
79
|
+
"koatty_container": "^2.0.1",
|
|
80
|
+
"koatty_core": "^2.1.1",
|
|
81
81
|
"koatty_lib": "^1.4.5",
|
|
82
|
-
"koatty_logger": "^2.4.
|
|
83
|
-
"koatty_store": "^2.0.
|
|
82
|
+
"koatty_logger": "^2.4.1",
|
|
83
|
+
"koatty_store": "^2.0.1"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
86
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|