Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bfwk/data-service

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/data-service - npm Package Compare versions

Comparing version 0.6.34 to 0.6.35

7

CHANGELOG.md

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

## [0.6.34](https://github.com/salesforce/builder-framework/compare/v0.6.33...v0.6.34) (2021-06-25)
## [0.6.35](https://github.com/salesforce/builder-framework/compare/v0.6.34...v0.6.35) (2021-06-25)
**Note:** Version bump only for package @bfwk/data-service
### Bug Fixes
* errors of property sheet state @W-9481901 ([#114](https://github.com/salesforce/builder-framework/issues/114)) ([462be13](https://github.com/salesforce/builder-framework/commit/462be1310ff8b2fd58aec2b83e6a17c2408121f9))
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)

@@ -16,0 +19,0 @@

@@ -1,2 +0,2 @@

import { DeclarativeType, DeclarativeTypeMap, Json } from '@lcem/canonical-ui-metadata-schema';
import { DeclarativeType, DeclarativeTypeMap, Json } from '@lcem/meta-schemas';
export declare type DesignTimePropertyType = string;

@@ -3,0 +3,0 @@ export interface DesignTimeComponentPropertyInfo {

import { DesignTimeComponentPropertyInfoService, ValidationResult } from './design-time-component-property-info-service';
import { DataService } from './data-service';
import { Json } from '@lcem/declarative-type-validator';
import { Json } from '@lcem/meta-schemas';
export declare class DesignTimeComponentPropertyInfoServiceImpl implements DesignTimeComponentPropertyInfoService {

@@ -5,0 +5,0 @@ private readonly dataService;

@@ -1,2 +0,2 @@

import { Json } from '@lcem/declarative-type-validator';
import { Json } from '@lcem/meta-schemas';
export interface ValidationResult {

@@ -3,0 +3,0 @@ valid: boolean;

{
"name": "@bfwk/data-service",
"version": "0.6.34",
"version": "0.6.35",
"description": "LBF Data Services",

@@ -31,5 +31,5 @@ "type": "module",

"dependencies": {
"@bfwk/utils": "0.6.34",
"@lcem/canonical-ui-metadata-schema": "0.6.13",
"@lcem/declarative-type-validator": "0.6.13"
"@bfwk/utils": "0.6.35",
"@lcem/declarative-type": "0.6.15",
"@lcem/meta-schemas": "0.6.15"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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