@circleci/circleci-config-sdk
Advanced tools
Comparing version 0.9.0-alpha.18 to 0.9.0-alpha.19
@@ -20,3 +20,3 @@ import { Generable } from '../../Components'; | ||
display?: OrbDisplayMeta; | ||
constructor(alias: string, namespace: string, orb: string, manifest: OrbImportManifest, version: string, description?: string, display?: OrbDisplayMeta); | ||
constructor(alias: string, namespace: string, orb: string, version: string, description?: string, manifest?: OrbImportManifest, display?: OrbDisplayMeta); | ||
generate(): Record<string, string>; | ||
@@ -23,0 +23,0 @@ get generableType(): GenerableType; |
{ | ||
"name": "@circleci/circleci-config-sdk", | ||
"version": "v0.9.0-alpha.18", | ||
"version": "v0.9.0-alpha.19", | ||
"description": "An SDK for building CircleCI Configuration files with JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -28,6 +28,10 @@ # CircleCI Config SDK | ||
- [View the Getting Started Wiki](https://github.com/CircleCI-Public/circleci-config-sdk-ts/wiki) | ||
- [View the SDK API Docs](https://circleci-public.github.io/circleci-config-sdk-ts/) | ||
- [Examples](https://github.com/CircleCI-Public/circleci-config-sdk-ts/tree/main/sample) | ||
📖 [Getting Started Wiki](https://github.com/CircleCI-Public/circleci-config-sdk-ts/wiki) | ||
📖 [SDK API Docs](https://circleci-public.github.io/circleci-config-sdk-ts/) | ||
💻 [Examples](https://github.com/CircleCI-Public/circleci-config-sdk-ts/tree/main/sample) | ||
--- | ||
### Installation | ||
@@ -34,0 +38,0 @@ |
Sorry, the diff of this file is too big to display
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
859008
162