kitsu-core
Advanced tools
Comparing version 6.0.3 to 6.1.0
@@ -0,1 +1,7 @@ | ||
### 6.1.0 (2018-08-10) | ||
##### New Features | ||
* re-add ES modules (closes #155) (7506fd0e) | ||
#### 6.0.3 (2018-08-10) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"version": "6.0.3", | ||
"version": "6.1.0", | ||
"name": "kitsu-core", | ||
@@ -14,3 +14,4 @@ "description": "Core serialisation and deserialsation functions for the kitsu JSON:API client", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "lib", | ||
"module": "lib", | ||
"homepage": "https://github.com/wopian/kitsu/tree/master/packages/kitsu-core#readme", | ||
@@ -44,13 +45,21 @@ "repository": "https://github.com/wopian/kitsu/tree/master/packages/kitsu-core", | ||
"path": "./lib/index.js", | ||
"limit": "4.83 kb" | ||
"limit": "4.56 kb" | ||
}, | ||
{ | ||
"path": "./lib/index.mjs", | ||
"limit": "4.58 kb" | ||
}, | ||
{ | ||
"path": "./legacy/index.js", | ||
"limit": "4.88 kb" | ||
"limit": "4.63 kb" | ||
}, | ||
{ | ||
"path": "./node/index.js", | ||
"limit": "2.01 kb" | ||
"limit": "1.75 kb" | ||
}, | ||
{ | ||
"path": "./node/index.mjs", | ||
"limit": "1.76 kb" | ||
} | ||
] | ||
} |
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
151085
14
220