@pd4castr/cli 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import { Command } from "commander";
|
|
|
51
51
|
// package.json
|
|
52
52
|
var package_default = {
|
|
53
53
|
name: "@pd4castr/cli",
|
|
54
|
-
version: "0.0.
|
|
54
|
+
version: "0.0.3",
|
|
55
55
|
description: "CLI tool for creating, testing, and publishing pd4castr models",
|
|
56
56
|
main: "dist/index.js",
|
|
57
57
|
type: "module",
|
|
@@ -232,7 +232,7 @@ var AUTH0_CLIENT_ID = "Q5tQNF57cQlVXnVsqnU0hhgy92rVb03W";
|
|
|
232
232
|
var AUTH0_AUDIENCE = "https://api.pd4castr.com.au";
|
|
233
233
|
var GLOBAL_CONFIG_FILE = ".pd4castr";
|
|
234
234
|
var PROJECT_CONFIG_FILE = ".pd4castrrc.json";
|
|
235
|
-
var API_URL = "https://api.
|
|
235
|
+
var API_URL = "https://pd4castr-api.pipelabs.app";
|
|
236
236
|
var TEST_INPUT_DATA_DIR = "test_input";
|
|
237
237
|
var TEST_OUTPUT_DATA_DIR = "test_output";
|
|
238
238
|
var TEST_OUTPUT_FILENAME = `output-${Date.now()}.json`;
|