@extra-memoize/memory-cache 0.2.0 → 0.2.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/dist/es2015/index.min.mjs +1 -1
- package/dist/es2015/index.min.mjs.map +1 -1
- package/dist/es2015/index.mjs +4692 -2451
- package/dist/es2015/index.mjs.map +1 -1
- package/dist/es2015/index.umd.js +4692 -2451
- package/dist/es2015/index.umd.js.map +1 -1
- package/dist/es2015/index.umd.min.js +1 -1
- package/dist/es2015/index.umd.min.js.map +1 -1
- package/dist/es2018/index.min.mjs +1 -1
- package/dist/es2018/index.min.mjs.map +1 -1
- package/dist/es2018/index.mjs +4692 -2451
- package/dist/es2018/index.mjs.map +1 -1
- package/dist/es2018/index.umd.js +4692 -2451
- package/dist/es2018/index.umd.js.map +1 -1
- package/dist/es2018/index.umd.min.js +1 -1
- package/dist/es2018/index.umd.min.js.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@extra-memoize/memory-cache",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.1",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [],
|
6
6
|
"files": [
|
@@ -40,38 +40,38 @@
|
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"@blackglory/jest-matchers": "^0.3.1",
|
43
|
-
"@commitlint/cli": "^
|
44
|
-
"@commitlint/config-conventional": "^
|
45
|
-
"@rollup/plugin-commonjs": "^22.0.
|
43
|
+
"@commitlint/cli": "^17.0.3",
|
44
|
+
"@commitlint/config-conventional": "^17.0.3",
|
45
|
+
"@rollup/plugin-commonjs": "^22.0.1",
|
46
46
|
"@rollup/plugin-json": "^4.1.0",
|
47
47
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
48
48
|
"@rollup/plugin-replace": "^4.0.0",
|
49
|
-
"@rollup/plugin-typescript": "^8.3.
|
49
|
+
"@rollup/plugin-typescript": "^8.3.3",
|
50
50
|
"@types/jest": "^27.5.0",
|
51
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
52
|
-
"@typescript-eslint/parser": "^5.
|
53
|
-
"eslint": "^8.
|
54
|
-
"extra-memoize": "^0.
|
55
|
-
"extra-promise": "^
|
51
|
+
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
52
|
+
"@typescript-eslint/parser": "^5.29.0",
|
53
|
+
"eslint": "^8.18.0",
|
54
|
+
"extra-memoize": "^0.7.0",
|
55
|
+
"extra-promise": "^2.2.0",
|
56
56
|
"husky": "^4.3.8",
|
57
57
|
"jest": "^27.5.1",
|
58
58
|
"npm-run-all": "^4.1.5",
|
59
59
|
"return-style": "^1.0.0",
|
60
60
|
"rimraf": "^3.0.2",
|
61
|
-
"rollup": "^2.
|
61
|
+
"rollup": "^2.75.7",
|
62
62
|
"rollup-plugin-analyzer": "^4.0.0",
|
63
63
|
"rollup-plugin-terser": "^7.0.2",
|
64
|
-
"standard-version": "^9.
|
64
|
+
"standard-version": "^9.5.0",
|
65
65
|
"ts-jest": "^27.1.4",
|
66
66
|
"tscpaths": "^0.0.9",
|
67
67
|
"tslib": "^2.4.0",
|
68
|
-
"typescript": "^4.
|
68
|
+
"typescript": "^4.7.4"
|
69
69
|
},
|
70
70
|
"dependencies": {
|
71
|
-
"@blackglory/prelude": "^0.1.
|
72
|
-
"@blackglory/structures": "^0.
|
71
|
+
"@blackglory/prelude": "^0.1.2",
|
72
|
+
"@blackglory/structures": "^0.6.0"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
|
-
"extra-memoize": "^0.6.0"
|
75
|
+
"extra-memoize": "^0.6.0 || ^0.7.0"
|
76
76
|
}
|
77
77
|
}
|