lambdaorm-base
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "lambdaorm-base", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "ORM", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@proton.me>", |
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
import { Logger } from '../application/ports/logger'; | ||
import { SentenceAction, SentenceInfo } from 'lib/schema/domain'; | ||
import { SentenceAction, SentenceInfo } from '../../schema/domain'; | ||
declare class YamlWrapper { | ||
@@ -9,0 +9,0 @@ load(yaml?: string | null): any; |
@@ -6,3 +6,3 @@ "use strict"; | ||
const infrastructure_1 = require("../../schema/infrastructure"); | ||
const domain_1 = require("lib/schema/domain"); | ||
const domain_1 = require("../../schema/domain"); | ||
const YAML = require('js-yaml'); | ||
@@ -9,0 +9,0 @@ const UUID = require('uuid'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363204