koatty_cacheable 2.0.2 → 3.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/.rollup.config.js +5 -2
- package/.turbo/turbo-build.log +26 -12
- package/CHANGELOG.md +46 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +9 -9
- package/package.json +12 -12
package/.rollup.config.js
CHANGED
|
@@ -46,9 +46,12 @@ export default [
|
|
|
46
46
|
compilerOptions: {
|
|
47
47
|
declaration: false,
|
|
48
48
|
declarationMap: false,
|
|
49
|
-
module: "ESNext"
|
|
49
|
+
module: "ESNext",
|
|
50
|
+
skipLibCheck: true
|
|
50
51
|
}
|
|
51
|
-
}
|
|
52
|
+
},
|
|
53
|
+
useTsconfigDeclarationDir: false,
|
|
54
|
+
check: false
|
|
52
55
|
})
|
|
53
56
|
],
|
|
54
57
|
external: [
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_cacheable@
|
|
3
|
+
> koatty_cacheable@3.0.0 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@
|
|
7
|
+
> koatty_cacheable@3.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 [1m3.6s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_cacheable@
|
|
15
|
-
>
|
|
14
|
+
> koatty_cacheable@3.0.0 build:dts
|
|
15
|
+
> bash ../../scripts/build-dts.sh
|
|
16
16
|
|
|
17
|
-
[1G[0K
|
|
17
|
+
[1G[0K🔨 Building type declarations for koatty-cacheable...
|
|
18
|
+
⏳ Waiting for dependencies to be ready...
|
|
19
|
+
|
|
20
|
+
🔍 Checking dependencies: koatty_container, koatty_core, koatty_lib, koatty_logger, koatty_store
|
|
21
|
+
✓ koatty_container type declarations ready
|
|
22
|
+
✓ koatty_core type declarations ready
|
|
23
|
+
✓ koatty_lib type declarations ready
|
|
24
|
+
✓ koatty_logger type declarations ready
|
|
25
|
+
✓ koatty_store type declarations ready
|
|
26
|
+
|
|
27
|
+
✅ All dependencies ready (waited 2ms)
|
|
28
|
+
📝 Running TypeScript compiler...
|
|
29
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
30
|
+
[1G[0K⠙[1G[0K
|
|
18
31
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
19
32
|
[22m
|
|
20
33
|
Using configuration from ./api-extractor.json
|
|
@@ -52,11 +65,12 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
52
65
|
[33mWarning: src/store.ts:36:18 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
53
66
|
|
|
54
67
|
API Extractor completed successfully
|
|
55
|
-
[1G[0K⠙[1G[0K
|
|
56
|
-
|
|
68
|
+
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
69
|
+
[1G[0K⠙[1G[0K
|
|
70
|
+
> koatty_cacheable@3.0.0 build:doc
|
|
57
71
|
> npx api-documenter markdown --input temp --output docs/api
|
|
58
72
|
|
|
59
|
-
[1G[0K[1G[0K
|
|
73
|
+
[1G[0K[1G[0K⠙[1G[0K
|
|
60
74
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
61
75
|
[22m
|
|
62
76
|
Reading koatty_cacheable.api.json
|
|
@@ -73,8 +87,8 @@ Unsupported block tag: @export
|
|
|
73
87
|
Unsupported block tag: @export
|
|
74
88
|
Unsupported block tag: @return
|
|
75
89
|
Unsupported block tag: @return
|
|
76
|
-
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
77
|
-
> koatty_cacheable@
|
|
90
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
91
|
+
> koatty_cacheable@3.0.0 build:cp
|
|
78
92
|
> node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
|
|
79
93
|
|
|
80
|
-
[1G[0K[1G[0K⠙[1G[0K
|
|
94
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- koatty_container@2.0.0
|
|
9
|
+
- koatty_core@2.1.0
|
|
10
|
+
- koatty_logger@2.4.0
|
|
11
|
+
- koatty_store@2.0.0
|
|
12
|
+
|
|
13
|
+
## 2.0.5
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- build
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- koatty_container@1.17.4
|
|
20
|
+
- koatty_core@2.0.14
|
|
21
|
+
- koatty_lib@1.4.5
|
|
22
|
+
- koatty_logger@2.3.4
|
|
23
|
+
- koatty_store@1.9.4
|
|
24
|
+
|
|
25
|
+
## 2.0.4
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- build
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- koatty_container@1.17.3
|
|
32
|
+
- koatty_core@2.0.13
|
|
33
|
+
- koatty_lib@1.4.4
|
|
34
|
+
- koatty_logger@2.3.3
|
|
35
|
+
- koatty_store@1.9.3
|
|
36
|
+
|
|
37
|
+
## 2.0.3
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- build
|
|
42
|
+
- Updated dependencies
|
|
43
|
+
- koatty_container@1.17.2
|
|
44
|
+
- koatty_lib@1.4.3
|
|
45
|
+
- koatty_logger@2.3.2
|
|
46
|
+
- koatty_store@1.9.2
|
|
47
|
+
- koatty_core@2.0.12
|
|
48
|
+
|
|
3
49
|
## 2.0.2
|
|
4
50
|
|
|
5
51
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
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",
|
|
7
7
|
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/",
|
|
8
8
|
"build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js",
|
|
9
9
|
"build:doc": "npx api-documenter markdown --input temp --output docs/api",
|
|
10
|
-
"build:dts": "
|
|
10
|
+
"build:dts": "bash ../../scripts/build-dts.sh",
|
|
11
11
|
"eslint": "eslint --ext .ts,.js ./",
|
|
12
12
|
"lock": "npm i --package-lock-only && npm audit fix && npx pnpm i",
|
|
13
|
-
"prepublishOnly": "npm test && npm run build
|
|
13
|
+
"prepublishOnly": "npm test && npm run build",
|
|
14
14
|
"prerelease": "npm test && npm run build",
|
|
15
15
|
"test": "npm run eslint && jest --passWithNoTests",
|
|
16
16
|
"test:cov": "jest --collectCoverage --detectOpenHandles"
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"koatty_store": "workspace:*"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"koatty_container": "
|
|
93
|
-
"koatty_core": "
|
|
94
|
-
"koatty_lib": "
|
|
95
|
-
"koatty_logger": "
|
|
96
|
-
"koatty_store": "
|
|
92
|
+
"koatty_container": "^2.0.0",
|
|
93
|
+
"koatty_core": "^2.1.0",
|
|
94
|
+
"koatty_lib": "^1.4.5",
|
|
95
|
+
"koatty_logger": "^2.4.0",
|
|
96
|
+
"koatty_store": "^2.0.0"
|
|
97
97
|
}
|
|
98
|
-
}
|
|
98
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Cacheable for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -69,25 +69,25 @@
|
|
|
69
69
|
"typescript": "^5.x.x"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"koatty_logger": "2.
|
|
75
|
-
"
|
|
76
|
-
"
|
|
72
|
+
"koatty_core": "2.1.0",
|
|
73
|
+
"koatty_container": "2.0.0",
|
|
74
|
+
"koatty_logger": "2.4.0",
|
|
75
|
+
"koatty_store": "2.0.0",
|
|
76
|
+
"koatty_lib": "1.4.5"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"koatty_container": "
|
|
80
|
-
"koatty_core": "2.0
|
|
81
|
-
"koatty_lib": "1.4.
|
|
82
|
-
"koatty_logger": "2.
|
|
83
|
-
"koatty_store": "
|
|
79
|
+
"koatty_container": "^2.0.0",
|
|
80
|
+
"koatty_core": "^2.1.0",
|
|
81
|
+
"koatty_lib": "^1.4.5",
|
|
82
|
+
"koatty_logger": "^2.4.0",
|
|
83
|
+
"koatty_store": "^2.0.0"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
86
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
87
87
|
"build:cp": "node scripts/postBuild && copyfiles package.json LICENSE README.md dist/",
|
|
88
88
|
"build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js",
|
|
89
89
|
"build:doc": "npx api-documenter markdown --input temp --output docs/api",
|
|
90
|
-
"build:dts": "
|
|
90
|
+
"build:dts": "bash ../../scripts/build-dts.sh",
|
|
91
91
|
"eslint": "eslint --ext .ts,.js ./",
|
|
92
92
|
"lock": "npm i --package-lock-only && npm audit fix && npx pnpm i",
|
|
93
93
|
"prerelease": "npm test && npm run build",
|