@limetech/lime-web-components-commands
Advanced tools
Comparing version 4.10.0 to 4.10.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.10.1](https://github.com/Lundalogik/lime-web-components/compare/v4.10.0...v4.10.1) (2020-11-20) | ||
**Note:** Version bump only for package @limetech/lime-web-components-commands | ||
# [4.10.0](https://github.com/Lundalogik/lime-web-components/compare/v4.9.0...v4.10.0) (2020-11-20) | ||
@@ -8,0 +16,0 @@ |
import { LimeObject } from '@limetech/lime-web-components-interfaces'; | ||
/** | ||
* Saves the object to the database | ||
* | ||
* @id `limeobject.save-object` | ||
*/ | ||
export declare class SaveLimeObjectCommand { | ||
@@ -3,0 +8,0 @@ /** |
@@ -8,2 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { Command } from '@limetech/lime-web-components-interfaces'; | ||
/** | ||
* Saves the object to the database | ||
* | ||
* @id `limeobject.save-object` | ||
*/ | ||
let SaveLimeObjectCommand = class SaveLimeObjectCommand { | ||
@@ -10,0 +15,0 @@ }; |
{ | ||
"name": "@limetech/lime-web-components-commands", | ||
"version": "4.10.0", | ||
"version": "4.10.1", | ||
"author": "Lime Technologies", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "64e02bcdcc3b9080563e9070d30d8eaecdf5450a" | ||
"gitHead": "d2a9d5be6d1f4465ff5e6fc1610f9e66fdcd7f64" | ||
} |
27423
384