@aptly-as/types
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -106,2 +106,3 @@ export * from './document.js'; | ||
export declare enum AptlyProjectStatus { | ||
Template = "template", | ||
NotStarted = "notStarted", | ||
@@ -108,0 +109,0 @@ Started = "started", |
@@ -123,2 +123,3 @@ export * from './document.js'; | ||
(function (AptlyProjectStatus) { | ||
AptlyProjectStatus["Template"] = "template"; | ||
AptlyProjectStatus["NotStarted"] = "notStarted"; | ||
@@ -125,0 +126,0 @@ AptlyProjectStatus["Started"] = "started"; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
97862
2559