Comparing version 0.0.759 to 0.0.760
@@ -50,2 +50,4 @@ import { Coroutine } from './coroutine'; | ||
Date.now() > memory.get(cache.get(key)!)!.expiration) { | ||
// Bug | ||
// @ts-ignore | ||
headers.set('If-None-Match', cache.get(key)!.getResponseHeader('ETag')!); | ||
@@ -52,0 +54,0 @@ } |
{ | ||
"name": "spica", | ||
"version": "0.0.759", | ||
"version": "0.0.760", | ||
"description": "Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.", | ||
@@ -54,17 +54,17 @@ "private": false, | ||
"devDependencies": { | ||
"@types/benchmark": "2.1.2", | ||
"@types/bluebird": "3.5.38", | ||
"@types/benchmark": "2.1.4", | ||
"@types/bluebird": "3.5.41", | ||
"@types/lru-cache": "7.10.9", | ||
"@types/mocha": "10.0.1", | ||
"@types/power-assert": "1.5.8", | ||
"@types/yallist": "4.0.1", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"@types/mocha": "10.0.3", | ||
"@types/power-assert": "1.5.10", | ||
"@types/yallist": "4.0.3", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"babel-loader": "^9.1.3", | ||
"babel-plugin-unassert": "^3.2.0", | ||
"bluebird": "^3.7.2", | ||
"concurrently": "^8.2.1", | ||
"eslint": "^8.48.0", | ||
"concurrently": "^8.2.2", | ||
"eslint": "^8.53.0", | ||
"eslint-plugin-redos": "^4.4.5", | ||
"eslint-webpack-plugin": "^4.0.1", | ||
"glob": "^10.3.4", | ||
"glob": "^10.3.10", | ||
"karma": "^6.4.2", | ||
@@ -78,8 +78,8 @@ "karma-chrome-launcher": "^3.2.0", | ||
"mocha": "^10.2.0", | ||
"npm-check-updates": "^16.13.2", | ||
"ts-loader": "^9.4.4", | ||
"npm-check-updates": "^16.14.6", | ||
"ts-loader": "^9.5.0", | ||
"typescript": "5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack": "^5.89.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-merge": "^5.9.0", | ||
"webpack-merge": "^5.10.0", | ||
"yallist": "^4.0.0", | ||
@@ -86,0 +86,0 @@ "zipfian-integer": "^1.0.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
619552
16913