Comparing version 3.1.0 to 3.2.0
{ | ||
"name": "protoduck", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Fancy duck typing for the most serious of ducks.", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"genfun": "^3.0.1" | ||
"genfun": "^3.1.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
@@ -314,3 +314,3 @@ # Protoduck [![Travis](https://img.shields.io/travis/zkat/protoduck.svg)](https://travis-ci.org/zkat/protoduck) [![npm version](https://img.shields.io/npm/v/protoduck.svg)](https://npm.im/protoduck) [![license](https://img.shields.io/npm/l/protoduck.svg)](https://npm.im/protoduck) | ||
```javascript | ||
import protocol from '@zkat/protocols' | ||
import protocol from 'protoduck' | ||
@@ -334,3 +334,3 @@ // Singly-dispatched protocols | ||
```javascript | ||
import protocol from '@zkat/protocols' | ||
import protocol from 'protoduck' | ||
@@ -337,0 +337,0 @@ // Multi-dispatched protocols |
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
17444
Updatedgenfun@^3.1.0