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

@sap-ux/annotation-converter

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/annotation-converter - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

dist/utils.d.ts

6

CHANGELOG.md
# @sap-ux/annotation-converter
## 0.5.3
### Patch Changes
- b7bd95f: The description and content of the package was ajusted
## 0.5.2

@@ -4,0 +10,0 @@

9

dist/converter.d.ts

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

import type { AnnotationTerm, RawMetadata, Reference, ConvertedMetadata, RawAnnotation } from '@sap-ux/vocabularies-types';
export declare const defaultReferences: ReferencesWithMap;
declare type ReferencesWithMap = Reference[] & {
referenceMap?: Record<string, Reference>;
reverseReferenceMap?: Record<string, Reference>;
};
import type { RawMetadata, ConvertedMetadata } from '@sap-ux/vocabularies-types';
export declare type CollectionType = 'PropertyPath' | 'Path' | 'If' | 'Apply' | 'Null' | 'And' | 'Eq' | 'Ne' | 'Not' | 'Gt' | 'Ge' | 'Lt' | 'Le' | 'Or' | 'AnnotationPath' | 'NavigationPropertyPath' | 'Record' | 'String' | 'EmptyCollection';

@@ -15,4 +10,2 @@ /**

export declare function convert(rawMetadata: RawMetadata): ConvertedMetadata;
export declare function revertTermToGenericType(references: Reference[], annotation: AnnotationTerm<any>): RawAnnotation;
export {};
//# sourceMappingURL=converter.d.ts.map
export * from './converter';
export * from './writeback';
export * from './utils';
//# sourceMappingURL=index.d.ts.map

@@ -18,2 +18,4 @@ "use strict";

__exportStar(require("./converter"), exports);
__exportStar(require("./writeback"), exports);
__exportStar(require("./utils"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@sap-ux/annotation-converter",
"version": "0.5.2",
"version": "0.5.3",
"description": "SAP Fiori OData - Annotation converter",
"main": "dist/index.js",

@@ -8,4 +9,4 @@ "typings": "dist/index.d.ts",

"devDependencies": {
"@sap-ux/vocabularies-types": "0.5.2",
"@sap-ux/edmx-parser": "0.5.2"
"@sap-ux/vocabularies-types": "0.5.3",
"@sap-ux/edmx-parser": "0.5.3"
},

@@ -12,0 +13,0 @@ "scripts": {

export * from './converter';
export * from './writeback';
export * from './utils';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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