koatty_store 1.9.4 → 2.0.0
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 +10 -10
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +4 -4
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_store@
|
|
3
|
+
> koatty_store@2.0.0 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store
|
|
4
4
|
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty_store@
|
|
7
|
+
> koatty_store@2.0.0 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 [1m1.3s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_store@
|
|
14
|
+
> koatty_store@2.0.0 build:dts
|
|
15
15
|
> bash ../../scripts/build-dts.sh
|
|
16
16
|
|
|
17
17
|
[1G[0K🔨 Building type declarations for koatty-store...
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
✓ koatty_lib type declarations ready
|
|
22
22
|
✓ koatty_logger type declarations ready
|
|
23
23
|
|
|
24
|
-
✅ All dependencies ready (waited
|
|
24
|
+
✅ All dependencies ready (waited 1ms)
|
|
25
25
|
📝 Running TypeScript compiler...
|
|
26
|
-
[1G[0K
|
|
27
|
-
[1G[0K
|
|
26
|
+
[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
27
|
+
[1G[0K
|
|
28
28
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
29
29
|
[22m
|
|
30
30
|
Using configuration from ./api-extractor.json
|
|
@@ -520,7 +520,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
520
520
|
API Extractor completed successfully
|
|
521
521
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
522
522
|
[1G[0K⠙[1G[0K
|
|
523
|
-
> koatty_store@
|
|
523
|
+
> koatty_store@2.0.0 build:doc
|
|
524
524
|
> npx api-documenter markdown --input temp --output docs/api
|
|
525
525
|
|
|
526
526
|
[1G[0K[1G[0K⠙[1G[0K
|
|
@@ -545,7 +545,7 @@ Unsupported block tag: @static
|
|
|
545
545
|
Unsupported block tag: @export
|
|
546
546
|
Unsupported block tag: @class
|
|
547
547
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
548
|
-
> koatty_store@
|
|
548
|
+
> koatty_store@2.0.0 build:cp
|
|
549
549
|
> node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
|
|
550
550
|
|
|
551
|
-
[1G[0K[1G[0K
|
|
551
|
+
[1G[0K[1G[0K[1G[0K⠙[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_store",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Cache store for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"async-lock": "^1.4.1",
|
|
92
92
|
"generic-pool": "^3.9.0",
|
|
93
93
|
"ioredis": "^5.9.2",
|
|
94
|
-
"koatty_lib": "
|
|
95
|
-
"koatty_logger": "
|
|
94
|
+
"koatty_lib": "workspace:*",
|
|
95
|
+
"koatty_logger": "workspace:*",
|
|
96
96
|
"lodash": "^4.17.23",
|
|
97
97
|
"lru-cache": "^11.2.5"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"koatty_lib": "^1.4.5",
|
|
101
|
-
"koatty_logger": "^2.
|
|
101
|
+
"koatty_logger": "^2.4.0"
|
|
102
102
|
}
|
|
103
103
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_store",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Cache store for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"async-lock": "^1.4.1",
|
|
80
80
|
"generic-pool": "^3.9.0",
|
|
81
81
|
"ioredis": "^5.9.2",
|
|
82
|
-
"koatty_lib": "^1.4.5",
|
|
83
|
-
"koatty_logger": "^2.3.4",
|
|
84
82
|
"lodash": "^4.17.23",
|
|
85
|
-
"lru-cache": "^11.2.5"
|
|
83
|
+
"lru-cache": "^11.2.5",
|
|
84
|
+
"koatty_lib": "1.4.5",
|
|
85
|
+
"koatty_logger": "2.4.0"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"koatty_lib": "^1.4.5",
|
|
89
|
-
"koatty_logger": "^2.
|
|
89
|
+
"koatty_logger": "^2.4.0"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|