Comparing version 9.0.0 to 9.0.1
# Changelog | ||
## `9.0.1` | ||
- Add missing fromEntries polyfill | ||
## `9.0.0` | ||
@@ -4,0 +8,0 @@ |
@@ -262,2 +262,8 @@ 'use strict'; | ||
require('../../modules/es.array.iterator'); | ||
require('../../modules/es.object.from-entries'); | ||
var path = require('../../internals/path'); | ||
module.exports = path.Object.fromEntries; | ||
var dontMergeArrays = function (_oldArray, newArray) { return newArray; }; | ||
@@ -264,0 +270,0 @@ var DEFAULT_PRIMARY = 'id'; |
{ | ||
"name": "mobx-rest", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "REST conventions for mobx.", | ||
@@ -38,2 +38,3 @@ "jest": { | ||
"tslib": "2.3.0", | ||
"core-js": "3.14.0", | ||
"typescript": "4.3.2" | ||
@@ -40,0 +41,0 @@ }, |
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
71867
1267
17