Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-interfaces - npm Package Compare versions

Comparing version 4.21.1 to 4.22.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.22.0](https://github.com/Lundalogik/lime-web-components/compare/v4.21.1...v4.22.0) (2021-06-10)
### Features
* **limetype.interface:** add week and datetime types to PropertyType interface ([310c937](https://github.com/Lundalogik/lime-web-components/commit/310c9373055222fb0ad582a9390a6679f1e17e18))
## [4.21.1](https://github.com/Lundalogik/lime-web-components/compare/v4.21.0...v4.21.1) (2021-04-15)

@@ -8,0 +19,0 @@

2

dist/limetype.interface.d.ts

@@ -54,3 +54,3 @@ export interface Limetype {

}
export declare type PropertyType = 'string' | 'text' | 'phone' | 'integer' | 'decimal' | 'percent' | 'time' | 'date' | 'year' | 'quarter' | 'month' | 'yesno' | 'link' | 'user' | 'xml' | 'option' | 'set' | 'file' | 'hasone' | 'hasmany' | 'belongsto' | 'hasandbelongstomany' | 'system';
export declare type PropertyType = 'string' | 'text' | 'phone' | 'integer' | 'decimal' | 'percent' | 'time' | 'date' | 'datetime' | 'year' | 'quarter' | 'month' | 'week' | 'yesno' | 'link' | 'user' | 'xml' | 'option' | 'set' | 'file' | 'hasone' | 'hasmany' | 'belongsto' | 'hasandbelongstomany' | 'system';
export interface Acl {

@@ -57,0 +57,0 @@ delete: boolean;

{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.21.1",
"version": "4.22.0",
"author": "Lime Technologies",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

},
"gitHead": "e1feebf704826884b527f8d5abc8e4fd55c7a6d4"
"gitHead": "1098e7bc0f473f912da681dd47a36627d2587c5d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc