Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
Maintainers
4
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.49.1-alpha.0 to 4.49.1-alpha.4

31

CHANGELOG.md

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

## [4.49.1-alpha.4](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.3...v4.49.1-alpha.4) (2022-07-05)
### Bug Fixes
* trigger release of all packages ([a5cd9ab](https://github.com/Lundalogik/lime-web-components/commit/a5cd9abed3a3633b0c099ffe3c8f8c61b1d9e5bd))
## [4.49.1-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.1...v4.49.1-alpha.2) (2022-07-05)
### Bug Fixes
* export decorator as function instead of const ([17bf3a8](https://github.com/Lundalogik/lime-web-components/commit/17bf3a8f01355dcec4d8164ce576a6b563d8245c))
* set correct dist paths ([342d8b3](https://github.com/Lundalogik/lime-web-components/commit/342d8b3a049d4ee140401f8ea5676e69e406c5c3))
## [4.49.1-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.0...v4.49.1-alpha.1) (2022-07-04)
**Note:** Version bump only for package @limetech/lime-web-components-interfaces
## [4.49.1-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.49.0-alpha.0...v4.49.1-alpha.0) (2022-07-04)

@@ -8,0 +39,0 @@

2

dist/interfaces/src/limeobject.interface.d.ts

@@ -14,3 +14,3 @@ import { LimeObject as Base } from '../../lime-web-components/src';

*/
getRelation?(property: Property): LimeObject;
getRelation(property: Property): LimeObject;
}
{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.49.1-alpha.0",
"version": "4.49.1-alpha.4",
"author": "Lime Technologies",
"homepage": "https://github.com/Lundalogik/lime-web-components",
"license": "Apache-2.0",
"main": "dist/es5/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/es5/interfaces/src/index.js",
"module": "dist/interfaces/src/index.js",
"types": "dist/interfaces/src/index.d.ts",
"keywords": [

@@ -33,3 +33,3 @@ "lime web components",

},
"gitHead": "baa2a8b9297e122c337cdd78307cd6536cedd55a"
"gitHead": "86f23f6c8a4e993d3b9e3307c978a2bb36dc2e95"
}
# Lime Web Components Interfaces
**Has been deprecated! All code moved to `@limetech/lime-web-components`**
**Has been deprecated! All code moved to `@limetech/lime-web-components`!**
Part of [Lime Web Components](https://www.npmjs.com/package/@limetech/lime-web-components).
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