Comparing version 0.4.0-alpha.2 to 0.4.0-alpha.3
@@ -16,5 +16,5 @@ export declare const SERVER_HOST = "localhost"; | ||
export declare const CLIENT_LOGIN_URL: string; | ||
export declare const GITHUB_DOCKER_URL = "https://github.com/novu-co/novu/tree/main/docker"; | ||
export declare const GITHUB_DOCKER_URL = "https://github.com/novuhq/novu/tree/main/docker"; | ||
export declare function setAvailablePort(): Promise<void>; | ||
export declare function getServerPort(): Promise<any>; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -22,3 +22,3 @@ "use strict"; | ||
exports.CLIENT_LOGIN_URL = process.env.NOVU_API_ADDRESS || 'https://web.novu.co/auth/login'; | ||
exports.GITHUB_DOCKER_URL = 'https://github.com/novu-co/novu/tree/main/docker'; | ||
exports.GITHUB_DOCKER_URL = 'https://github.com/novuhq/novu/tree/main/docker'; | ||
let SERVER_PORT; | ||
@@ -25,0 +25,0 @@ async function setAvailablePort() { |
{ | ||
"name": "novu", | ||
"version": "0.4.0-alpha.2", | ||
"version": "0.4.0-alpha.3", | ||
"description": "On-Boarding Cli", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"build:pre": "rm -rf dist ", | ||
"build": "tsc -p tsconfig.build.json", | ||
"build": "pnpm build:pre && tsc -p tsconfig.build.json && pnpm build:post", | ||
"build:prod": "pnpm build:pre && pnpm build && pnpm build:post", | ||
@@ -26,3 +26,3 @@ "format": "prettier --write \"src/**/*.ts\"", | ||
"devDependencies": { | ||
"@novu/shared": "^0.4.0-alpha.2", | ||
"@novu/shared": "^0.4.0-alpha.3", | ||
"@types/configstore": "^5.0.1", | ||
@@ -46,3 +46,3 @@ "@types/inquirer": "^8.2.0", | ||
}, | ||
"gitHead": "a7affbc7a37e1619a6e338e20bd93f2246b64baf" | ||
"gitHead": "f8c6046037c29bf753bec39949acdb812c9f7a25" | ||
} |
@@ -28,3 +28,3 @@ import * as getPort from 'get-port'; | ||
// github | ||
export const GITHUB_DOCKER_URL = 'https://github.com/novu-co/novu/tree/main/docker'; | ||
export const GITHUB_DOCKER_URL = 'https://github.com/novuhq/novu/tree/main/docker'; | ||
@@ -31,0 +31,0 @@ let SERVER_PORT; |
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
131781