@webiny/utils
Advanced tools
Comparing version 5.40.5 to 5.41.0-dbt.0
/// <reference types="node" /> | ||
import { BinaryToTextEncoding } from "crypto"; | ||
export declare type ICacheKeyKeys = Record<string, any> | string | number; | ||
export type ICacheKeyKeys = Record<string, any> | string | number; | ||
export interface ICacheKeyOptions { | ||
@@ -8,3 +8,3 @@ algorithm?: CacheKeyAlgorithmType; | ||
} | ||
export declare type CacheKeyAlgorithmType = "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512"; | ||
export type CacheKeyAlgorithmType = "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512"; | ||
export declare const createCacheKey: (input: ICacheKeyKeys, options?: ICacheKeyOptions) => string; |
@@ -1,4 +0,4 @@ | ||
export declare type CursorInput = string | number | (string | number)[] | null; | ||
export declare type CursorOutput = string | null; | ||
export type CursorInput = string | number | (string | number)[] | null; | ||
export type CursorOutput = string | null; | ||
export declare const encodeCursor: (cursor?: CursorInput) => CursorOutput; | ||
export declare const decodeCursor: (cursor?: CursorOutput) => CursorInput; |
{ | ||
"name": "@webiny/utils", | ||
"version": "5.40.5", | ||
"version": "5.41.0-dbt.0", | ||
"main": "index.js", | ||
@@ -18,3 +18,3 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"@webiny/error": "5.40.5", | ||
"@webiny/error": "5.41.0-dbt.0", | ||
"mdbid": "1.0.0", | ||
@@ -31,7 +31,7 @@ "nanoid": "3.3.7", | ||
"@babel/runtime": "7.24.1", | ||
"@webiny/cli": "5.40.5", | ||
"@webiny/project-utils": "5.40.5", | ||
"@webiny/cli": "5.41.0-dbt.0", | ||
"@webiny/project-utils": "5.41.0-dbt.0", | ||
"rimraf": "5.0.5", | ||
"ttypescript": "1.5.15", | ||
"typescript": "4.7.4" | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -52,3 +52,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6" | ||
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8" | ||
} |
@@ -1,2 +0,2 @@ | ||
declare type WithoutNullableKeys<Type> = { | ||
type WithoutNullableKeys<Type> = { | ||
[Key in keyof Type]-?: WithoutNullableKeys<NonNullable<Type[Key]>>; | ||
@@ -3,0 +3,0 @@ }; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
66615
2
+ Added@webiny/error@5.41.0-dbt.0(transitive)
- Removed@webiny/error@5.40.5(transitive)
Updated@webiny/error@5.41.0-dbt.0