koatty_cacheable 1.4.1 → 1.4.2
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/CHANGELOG.md +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +6 -4
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.4.2](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.1...v1.4.2) (2023-12-20)
|
|
6
|
+
|
|
5
7
|
### [1.4.1](https://github.com/thinkkoa/koatty_cacheable/compare/v1.4.0...v1.4.1) (2023-08-04)
|
|
6
8
|
|
|
7
9
|
|
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": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api",
|
|
10
10
|
"build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose",
|
|
11
11
|
"eslint": "eslint --ext .ts,.js ./",
|
|
12
|
+
"lock": "npm i --package-lock-only",
|
|
12
13
|
"prepublishOnly": "npm test && npm run build && git push --follow-tags origin",
|
|
13
14
|
"prerelease": "npm test && npm run build",
|
|
14
15
|
"release": "standard-version",
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
"@rollup/plugin-json": "^6.x.x",
|
|
59
60
|
"@types/jest": "^29.x.x",
|
|
60
61
|
"@types/koa": "^2.x.x",
|
|
62
|
+
"@types/lodash": "^4.x.x",
|
|
61
63
|
"@types/node": "^18.x.x",
|
|
62
64
|
"@typescript-eslint/eslint-plugin": "^5.x.x",
|
|
63
65
|
"@typescript-eslint/parser": "^5.x.x",
|
|
@@ -74,18 +76,18 @@
|
|
|
74
76
|
"standard-version": "^9.x.x",
|
|
75
77
|
"ts-jest": "^29.x.x",
|
|
76
78
|
"ts-node": "^10.x.x",
|
|
79
|
+
"tslib": "^2.x.x",
|
|
77
80
|
"typescript": "^4.x.x"
|
|
78
81
|
},
|
|
79
82
|
"dependencies": {
|
|
80
83
|
"koatty_container": "^1.x.x",
|
|
81
84
|
"koatty_lib": "^1.x.x",
|
|
82
85
|
"koatty_logger": "^2.x.x",
|
|
83
|
-
"koatty_store": "^1.
|
|
86
|
+
"koatty_store": "^1.6.2"
|
|
84
87
|
},
|
|
85
88
|
"peerDependencies": {
|
|
86
89
|
"koatty_container": "^1.x.x",
|
|
87
90
|
"koatty_lib": "^1.x.x",
|
|
88
|
-
"koatty_logger": "^2.x.x"
|
|
89
|
-
"koatty_store": "^1.x.x"
|
|
91
|
+
"koatty_logger": "^2.x.x"
|
|
90
92
|
}
|
|
91
93
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_cacheable",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api",
|
|
10
10
|
"build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose",
|
|
11
11
|
"eslint": "eslint --ext .ts,.js ./",
|
|
12
|
+
"lock": "npm i --package-lock-only",
|
|
12
13
|
"prepublishOnly": "npm test && npm run build && git push --follow-tags origin",
|
|
13
14
|
"prerelease": "npm test && npm run build",
|
|
14
15
|
"release": "standard-version",
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
"@rollup/plugin-json": "^6.x.x",
|
|
59
60
|
"@types/jest": "^29.x.x",
|
|
60
61
|
"@types/koa": "^2.x.x",
|
|
62
|
+
"@types/lodash": "^4.x.x",
|
|
61
63
|
"@types/node": "^18.x.x",
|
|
62
64
|
"@typescript-eslint/eslint-plugin": "^5.x.x",
|
|
63
65
|
"@typescript-eslint/parser": "^5.x.x",
|
|
@@ -74,18 +76,18 @@
|
|
|
74
76
|
"standard-version": "^9.x.x",
|
|
75
77
|
"ts-jest": "^29.x.x",
|
|
76
78
|
"ts-node": "^10.x.x",
|
|
79
|
+
"tslib": "^2.x.x",
|
|
77
80
|
"typescript": "^4.x.x"
|
|
78
81
|
},
|
|
79
82
|
"dependencies": {
|
|
80
83
|
"koatty_container": "^1.x.x",
|
|
81
84
|
"koatty_lib": "^1.x.x",
|
|
82
85
|
"koatty_logger": "^2.x.x",
|
|
83
|
-
"koatty_store": "^1.
|
|
86
|
+
"koatty_store": "^1.6.2"
|
|
84
87
|
},
|
|
85
88
|
"peerDependencies": {
|
|
86
89
|
"koatty_container": "^1.x.x",
|
|
87
90
|
"koatty_lib": "^1.x.x",
|
|
88
|
-
"koatty_logger": "^2.x.x"
|
|
89
|
-
"koatty_store": "^1.x.x"
|
|
91
|
+
"koatty_logger": "^2.x.x"
|
|
90
92
|
}
|
|
91
93
|
}
|