@cld-apis/types
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -37,1 +37,3 @@ export { CldOptions } from './options/CldOptions' | ||
} from './options/TextOptions' | ||
export { Asset } from './asset/Asset' |
@@ -1,2 +0,2 @@ | ||
import { AudioCodec, Border, ColorSpace, Condition, CustomFunction, Effect, Flag, FPS, Gravity, Offset, Position, Radius, Resize, Rotation, Variable, VColorSpace, VFlag } from "../transformation" | ||
import { AudioCodec, Border, ColorSpace, Condition, CustomFunction, Effect, Flag, FPS, Gravity, Offset, Position, Radius, Resize, Rotation, Variable, VColorSpace, VEffect, VFlag } from "../transformation" | ||
@@ -44,3 +44,3 @@ export type TransformerBaseOptions = { | ||
flags?: VFlag, | ||
effect?: VFlag | ||
effect?: VEffect | ||
} | ||
@@ -47,0 +47,0 @@ |
{ | ||
"name": "@cld-apis/types", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Cloudinary TypeScript types", | ||
@@ -12,5 +12,7 @@ "author": "Maya Shavin <maya@cloudinary.com>", | ||
], | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mayashavin/cloudinary-api.git" | ||
"url": "git+https://github.com/mayashavin/cloudinary-api.git", | ||
"directory": "packages/types" | ||
}, | ||
@@ -24,3 +26,3 @@ "scripts": { | ||
"@types/node": "^14.14.10", | ||
"@cld-apis/utils": "^0.1.0", | ||
"@cld-apis/utils": "^0.1.1", | ||
"agadoo": "^2.0.0", | ||
@@ -27,0 +29,0 @@ "bundlewatch": "^0.3.1", |
@@ -1,11 +0,3 @@ | ||
# `types` | ||
# @cld-apis/types | ||
> TODO: description | ||
## Usage | ||
``` | ||
const types = require('types'); | ||
// TODO: DEMONSTRATE API | ||
``` | ||
TypeScript types use for Cloudinary APIs |
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
9482
252
4
Updated@cld-apis/utils@^0.1.1