pinme 2.0.10-beta.2 → 2.0.10
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
|
@@ -5978,7 +5978,7 @@ var import_chalk26 = __toESM(require("chalk"));
|
|
|
5978
5978
|
var import_figlet5 = __toESM(require("figlet"));
|
|
5979
5979
|
|
|
5980
5980
|
// package.json
|
|
5981
|
-
var version = "2.0.10
|
|
5981
|
+
var version = "2.0.10";
|
|
5982
5982
|
|
|
5983
5983
|
// bin/upload.ts
|
|
5984
5984
|
var import_path7 = __toESM(require("path"));
|
|
@@ -9604,7 +9604,7 @@ function getValidatedWorkerMetadataContent(metadata, projectName) {
|
|
|
9604
9604
|
|
|
9605
9605
|
// bin/create.ts
|
|
9606
9606
|
var PROJECT_DIR = process.cwd();
|
|
9607
|
-
var TEMPLATE_BRANCH = "
|
|
9607
|
+
var TEMPLATE_BRANCH = process.env.PINME_TEMPLATE_BRANCH || "main";
|
|
9608
9608
|
var TEMPLATE_REPO = "glitternetwork/pinme-worker-template";
|
|
9609
9609
|
var TEMPLATE_REPO_NAME = TEMPLATE_REPO.split("/").pop() || "pinme-worker-template";
|
|
9610
9610
|
function getTemplateZipUrl(branch) {
|