@easydata/crud 1.5.5 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * EasyData.JS CRUD v1.5.5
3
+ * EasyData.JS CRUD v1.5.7
4
4
  * Copyright 2020-2024 Korzh.com
5
5
  * Licensed under MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * EasyData.JS CRUD v1.5.5
3
+ * EasyData.JS CRUD v1.5.7
4
4
  * Copyright 2020-2024 Korzh.com
5
5
  * Licensed under MIT
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easydata/crud",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "description": "EasyData.JS UI widgets and views for CRUD manipulations",
5
5
  "types": "./dist/types/public_api.d.ts",
6
6
  "main": "./dist/easydata.crud.cjs.js",
@@ -31,8 +31,8 @@
31
31
  "defaults and supports es6-module"
32
32
  ],
33
33
  "peerDependencies": {
34
- "@easydata/core": "^1.5.2",
35
- "@easydata/ui": "^1.5.2"
34
+ "@easydata/core": "*",
35
+ "@easydata/ui": "*"
36
36
  },
37
37
  "files": [
38
38
  "dist"