@apify/consts
Advanced tools
Comparing version 2.23.0 to 2.24.0
@@ -58,2 +58,3 @@ export declare const FREE_SUBSCRIPTION_PLAN_CODE = "DEV"; | ||
readonly CLI: "CLI"; | ||
readonly STANDBY: "STANDBY"; | ||
}; | ||
@@ -60,0 +61,0 @@ /** |
@@ -201,4 +201,6 @@ "use strict"; | ||
// Job started by another actor run | ||
CLI: "CLI" | ||
CLI: "CLI", | ||
// Job started by apify CLI | ||
STANDBY: "STANDBY" | ||
// Job started by Actor Standby | ||
}; | ||
@@ -205,0 +207,0 @@ var DOCKER_LABELS = { |
{ | ||
"name": "@apify/consts", | ||
"version": "2.23.0", | ||
"version": "2.24.0", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -45,3 +45,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "06ea14a4353a32614ed795922fcc81487edad166" | ||
"gitHead": "74a0c6c3ab7ed305f895d28b15125200904a4d34" | ||
} |
Sorry, the diff of this file is not supported yet
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
144451
1725