@raythurnevoid/svelte-group-components
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -0,4 +1,8 @@ | ||
/// <reference types="src/@types/async-es" /> | ||
export declare function tickCargo<T>(cb: (data: T[]) => Promise<void>): { | ||
push: any; | ||
push: { | ||
<R>(task: T | T[]): Promise<R>; | ||
<R_1, E = Error>(task: T | T[], callback: import("async").AsyncResultCallback<R_1, E>): void; | ||
}; | ||
}; | ||
export declare function arrayEquals(a: any[], b: any[]): boolean; |
@@ -0,4 +1,8 @@ | ||
/// <reference types="src/@types/async-es" /> | ||
export declare function tickCargo<T>(cb: (data: T[]) => Promise<void>): { | ||
push: any; | ||
push: { | ||
<R>(task: T | T[]): Promise<R>; | ||
<R_1, E = Error>(task: T | T[], callback: import("async").AsyncResultCallback<R_1, E>): void; | ||
}; | ||
}; | ||
export declare function arrayEquals(a: any[], b: any[]): boolean; |
{ | ||
"name": "@raythurnevoid/svelte-group-components", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "", | ||
@@ -18,3 +18,3 @@ "main": "./cjs/index.js", | ||
"prepackage": "npm run lib", | ||
"package": "npm publish ./lib --access public", | ||
"package": "npm publish ./lib --access public --", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -36,16 +36,15 @@ }, | ||
"dependencies": { | ||
"@raythurnevoid/svelte-context-enhanced": "^0.0.1", | ||
"@raythurnevoid/svelte-hooks": "^0.0.5", | ||
"@raythurnevoid/svelte-context-enhanced": "^0.0.4", | ||
"@raythurnevoid/svelte-hooks": "^0.0.6", | ||
"@types/lodash-es": "^4.17.4", | ||
"async": "^3.2.0", | ||
"async-es": "^3.2.0" | ||
"neo-async": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@raythurnevoid/svelte-template": "^0.0.13", | ||
"@types/async": "^3.2.5", | ||
"@raythurnevoid/svelte-template": "^0.0.33", | ||
"@types/async": "^3.2.6", | ||
"copyfiles": "^2.4.1", | ||
"del-cli": "^3.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"svelte": "^3.32.1" | ||
"svelte": "^3.37.0" | ||
} | ||
} |
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
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
99723
4
70
1095
+ Addedneo-async@^2.6.2
+ Added@raythurnevoid/svelte-context-enhanced@0.0.4(transitive)
+ Added@raythurnevoid/svelte-hooks@0.0.6(transitive)
+ Addedneo-async@2.6.2(transitive)
- Removedasync@^3.2.0
- Removedasync-es@^3.2.0
- Removed@raythurnevoid/svelte-context-enhanced@0.0.1(transitive)
- Removed@raythurnevoid/svelte-hooks@0.0.5(transitive)
- Removedasync@3.2.6(transitive)
- Removedasync-es@3.2.6(transitive)