koatty_store 1.6.0 → 1.6.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 CHANGED
@@ -2,6 +2,15 @@
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.6.2](https://github.com/koatty/koatty_store/compare/v1.6.1...v1.6.2) (2023-12-20)
6
+
7
+ ### [1.6.1](https://github.com/koatty/koatty_store/compare/v1.6.0...v1.6.1) (2023-07-28)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * remove words ([604d31d](https://github.com/koatty/koatty_store/commit/604d31df38814a530b32605668542821b608cb7d))
13
+
5
14
  ## [1.6.0](https://github.com/koatty/koatty_store/compare/v1.5.8...v1.6.0) (2023-02-18)
6
15
 
7
16
  ### [1.5.8](https://github.com/koatty/koatty_store/compare/v1.5.6...v1.5.8) (2023-01-13)
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-02-19 01:08:28
3
+ * @Date: 2023-12-20 19:12:12
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-02-19 01:08:09
3
+ * @Date: 2023-12-20 19:11:59
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -38,7 +38,7 @@ var helper__namespace = /*#__PURE__*/_interopNamespaceDefault(helper);
38
38
  * @Usage:
39
39
  * @Author: richen
40
40
  * @Date: 2021-12-02 11:03:20
41
- * @LastEditTime: 2023-02-18 22:02:47
41
+ * @LastEditTime: 2023-12-20 19:04:29
42
42
  */
43
43
  /**
44
44
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2023-02-19 01:08:09
3
+ * @Date: 2023-12-20 19:11:59
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -17,7 +17,7 @@ import genericPool from 'generic-pool';
17
17
  * @Usage:
18
18
  * @Author: richen
19
19
  * @Date: 2021-12-02 11:03:20
20
- * @LastEditTime: 2023-02-18 22:02:47
20
+ * @LastEditTime: 2023-12-20 19:04:29
21
21
  */
22
22
  /**
23
23
  *
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_store",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
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",
@@ -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",
13
14
  "prerelease": "npm test && npm run build",
14
15
  "pub": "git push --follow-tags origin && npm publish",
@@ -64,6 +65,7 @@
64
65
  "@rollup/plugin-json": "^6.x.x",
65
66
  "@types/jest": "^29.x.x",
66
67
  "@types/koa": "^2.x.x",
68
+ "@types/lodash": "^4.x.x",
67
69
  "@types/node": "^18.x.x",
68
70
  "@typescript-eslint/eslint-plugin": "^5.x.x",
69
71
  "@typescript-eslint/parser": "^5.x.x",
@@ -80,13 +82,15 @@
80
82
  "standard-version": "^9.x.x",
81
83
  "ts-jest": "^29.x.x",
82
84
  "ts-node": "^10.x.x",
85
+ "tslib": "^2.x.x",
83
86
  "typescript": "^4.x.x"
84
87
  },
85
88
  "dependencies": {
86
89
  "generic-pool": "^3.9.0",
87
- "ioredis": "^5.3.1",
90
+ "ioredis": "^5.3.2",
88
91
  "koatty_lib": "^1.x.x",
89
- "koatty_logger": "^2.x.x"
92
+ "koatty_logger": "^2.x.x",
93
+ "lodash": "^4.17.21"
90
94
  },
91
95
  "peerDependencies": {
92
96
  "koatty_lib": "^1.x.x",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_store",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
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",
@@ -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",
13
14
  "prerelease": "npm test && npm run build",
14
15
  "pub": "git push --follow-tags origin && npm publish",
@@ -64,6 +65,7 @@
64
65
  "@rollup/plugin-json": "^6.x.x",
65
66
  "@types/jest": "^29.x.x",
66
67
  "@types/koa": "^2.x.x",
68
+ "@types/lodash": "^4.x.x",
67
69
  "@types/node": "^18.x.x",
68
70
  "@typescript-eslint/eslint-plugin": "^5.x.x",
69
71
  "@typescript-eslint/parser": "^5.x.x",
@@ -80,13 +82,15 @@
80
82
  "standard-version": "^9.x.x",
81
83
  "ts-jest": "^29.x.x",
82
84
  "ts-node": "^10.x.x",
85
+ "tslib": "^2.x.x",
83
86
  "typescript": "^4.x.x"
84
87
  },
85
88
  "dependencies": {
86
89
  "generic-pool": "^3.9.0",
87
- "ioredis": "^5.3.1",
90
+ "ioredis": "^5.3.2",
88
91
  "koatty_lib": "^1.x.x",
89
- "koatty_logger": "^2.x.x"
92
+ "koatty_logger": "^2.x.x",
93
+ "lodash": "^4.17.21"
90
94
  },
91
95
  "peerDependencies": {
92
96
  "koatty_lib": "^1.x.x",