Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
@@ -1,9 +0,5 @@ | ||
##### 4.0.0-beta.2 - 2 February 2020 | ||
##### 4.0.0-beta.4 - 9 February 2020 | ||
- Typescript configs | ||
- Use babel in roll-up | ||
##### 4.0.0-beta.2 - 2 February 2020 | ||
- Typescript configs | ||
##### 4.0.0-beta.1 - 31 January 2020 | ||
@@ -10,0 +6,0 @@ |
@@ -142,3 +142,3 @@ import Component from './Component'; | ||
*/ | ||
compare(orderBy: any, index: any, a: any, b: any): any; | ||
compare(orderBy: any, index: any, a: any, b: any, compare: any): any; | ||
/** | ||
@@ -145,0 +145,0 @@ * Predicate evaluation function used by the {@link Query} class. |
@@ -868,2 +868,15 @@ /** | ||
unset(object: any, path: string): void; | ||
/** | ||
* Gets default locale for the js-data context. | ||
* | ||
* @example | ||
* import { utils } from 'js-data'; | ||
* | ||
* | ||
* utils.getDefaultLocale(); | ||
* | ||
* @method utils.getDefaultLocale | ||
* @since 4.0.0 | ||
*/ | ||
getDefaultLocale(): string; | ||
}; | ||
@@ -870,0 +883,0 @@ export declare const safeSetProp: (record: any, field: any, value: any) => void; |
{ | ||
"name": "js-data", | ||
"description": "Robust, framework-agnostic in-memory data store.", | ||
"version": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"homepage": "http://www.js-data.io", | ||
@@ -17,6 +17,4 @@ "repository": { | ||
"dist/", | ||
"lib/", | ||
"AUTHORS", | ||
"CONTRIBUTORS", | ||
"typings.json" | ||
"CONTRIBUTORS" | ||
], | ||
@@ -66,2 +64,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-transform-modules-umd": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@js-data/repo-tools": "^1.0.1", | ||
@@ -87,2 +91,3 @@ "@types/chai": "^4.2.8", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
@@ -89,0 +94,0 @@ "sinon": "^8.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
33836
2812403
35