@adaptable/utils
Advanced tools
Comparing version 1.11.0 to 1.14.0
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -137,8 +137,20 @@ export declare const defaultTemplateUrl = "https://github.com/adaptable/feathers-template#v4"; | ||
}[]; | ||
logsMatch?: undefined; | ||
} | { | ||
resource: string; | ||
messageMatches: string; | ||
logsMatch: string; | ||
tipText: string; | ||
tipDocs: { | ||
linkText: string; | ||
url: string; | ||
}[]; | ||
logsNoMatch?: undefined; | ||
} | { | ||
resource: string; | ||
messageMatches: string; | ||
tipText: string; | ||
logsNoMatch?: undefined; | ||
tipDocs?: undefined; | ||
logsMatch?: undefined; | ||
})[]; | ||
@@ -145,0 +157,0 @@ } | { |
@@ -83,2 +83,14 @@ "use strict"; | ||
}, { | ||
resource: "container", | ||
messageMatches: "failed to start and listen on the port", | ||
logsMatch: "Error: Cannot find module '/workspace.*main'", | ||
tipText: ` | ||
Your "start" script in package.json may have an incorrect path to your project's "main" file. | ||
To fix this, see the Note about finding the correct path to "main" in the [NestJS app guide](/docs/app-guides/deploy-nestjs-app#change-your-start-script-to-production). | ||
`, | ||
tipDocs: [{ | ||
linkText: "Setting NestJS start script", | ||
url: "/docs/app-guides/deploy-nestjs-app#change-your-start-script-to-production", | ||
}], | ||
}, { | ||
resource: "build", | ||
@@ -85,0 +97,0 @@ messageMatches: "failed", |
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
export declare function nullToUndefined<T>(x: T): T | undefined; | ||
export declare function nullToUndefined<T>(x: T): (T & {}) | undefined; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@adaptable/utils", | ||
"version": "1.11.0", | ||
"version": "1.14.0", | ||
"description": "Common utilities for Adaptable.io", | ||
@@ -24,3 +24,3 @@ "homepage": "https://adaptable.io", | ||
"dependencies": { | ||
"@feathersjs/feathers": "^4.5.1", | ||
"@feathersjs/feathers": "^4.5.15", | ||
"ajv": "^7.0.3" | ||
@@ -36,3 +36,3 @@ }, | ||
"ts-jest": "26.1.4", | ||
"typescript": "^4.5.4" | ||
"typescript": "4.5.x" | ||
}, | ||
@@ -47,3 +47,3 @@ "jest-junit": { | ||
}, | ||
"gitHead": "44f2daa5c0523a0ce47f93d2d12a0f7010d50afd" | ||
"gitHead": "5ba595619507c2a4f9bb20a2ed2eb7a34fb7d31b" | ||
} |
Sorry, the diff of this file is not supported yet
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
41785
647
24
Updated@feathersjs/feathers@^4.5.15