Comparing version 0.12.0 to 0.12.1
@@ -497,3 +497,3 @@ 'use strict'; | ||
function lookup() { | ||
var key = makeCacheKey.apply(null, keyArgs.apply(null, arguments)); | ||
var key = makeCacheKey.apply(null, arguments); | ||
if (key !== void 0) { | ||
@@ -500,0 +500,0 @@ return cache.get(key); |
@@ -494,3 +494,3 @@ import { Slot } from '@wry/context'; | ||
function lookup() { | ||
var key = makeCacheKey.apply(null, keyArgs.apply(null, arguments)); | ||
var key = makeCacheKey.apply(null, arguments); | ||
if (key !== void 0) { | ||
@@ -497,0 +497,0 @@ return cache.get(key); |
{ | ||
"name": "optimism", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"author": "Ben Newman <ben@benjamn.com>", | ||
@@ -5,0 +5,0 @@ "description": "Composable reactive caching with efficient invalidation.", |
@@ -1,3 +0,3 @@ | ||
# optimism [![Build Status](https://travis-ci.org/benjamn/optimism.svg?branch=master)](https://travis-ci.org/benjamn/optimism) | ||
# optimism [![Build Status](https://github.com/benjamn/optimism/workflows/CI/badge.svg)](https://github.com/benjamn/optimism/actions) | ||
Composable reactive caching with efficient invalidation. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
114174