@cpany/app
Advanced tools
Comparing version 0.0.54 to 0.0.55
{ | ||
"name": "@cpany/app", | ||
"version": "0.0.54", | ||
"version": "0.0.55", | ||
"description": "CPany web app", | ||
@@ -12,4 +12,4 @@ "repository": { | ||
"dependencies": { | ||
"@cpany/compress": "0.0.54", | ||
"@cpany/types": "0.0.54", | ||
"@cpany/compress": "0.0.55", | ||
"@cpany/types": "0.0.55", | ||
"tippy.js": "^6.3.1", | ||
@@ -16,0 +16,0 @@ "vue": "^3.2.12", |
@@ -1,2 +0,2 @@ | ||
import type { CodeforcesHandleList } from '@cpany/types'; | ||
import type { CompressHandleList } from '@cpany/types'; | ||
import { load } from '@cpany/compress/load'; | ||
@@ -6,3 +6,3 @@ | ||
export const handles = load<CodeforcesHandleList>(rawHandles); | ||
export const handles = load<CompressHandleList>(rawHandles); | ||
@@ -9,0 +9,0 @@ const handleUser = new Map<string, string>(handles.map((handle) => [handle.h, handle.n])); |
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
280010
92
1574
+ Added@cpany/compress@0.0.55(transitive)
+ Added@cpany/types@0.0.55(transitive)
- Removed@cpany/compress@0.0.54(transitive)
- Removed@cpany/types@0.0.54(transitive)
Updated@cpany/compress@0.0.55
Updated@cpany/types@0.0.55