Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@halo-dev/console-shared

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@halo-dev/console-shared - npm Package Compare versions

Comparing version
2.4.0-rc.1
to
2.4.0
+1
-1
dist/states/attachment-selector.d.ts
import type { Attachment } from "@halo-dev/api-client";
import type { Component } from "vue";
export declare type AttachmentLike = Attachment | string | {
export type AttachmentLike = Attachment | string | {
url: string;

@@ -5,0 +5,0 @@ type: string;

import type { Component } from "vue";
export declare type CoreMenuGroupId = "dashboard" | "content" | "interface" | "system" | "tool";
export type CoreMenuGroupId = "dashboard" | "content" | "interface" | "system" | "tool";
export interface MenuGroupType {

@@ -4,0 +4,0 @@ id: CoreMenuGroupId | string;

{
"name": "@halo-dev/console-shared",
"version": "2.4.0-rc.1",
"version": "2.4.0",
"description": "",

@@ -34,3 +34,3 @@ "files": [

"devDependencies": {
"vite-plugin-dts": "^1.7.1"
"vite-plugin-dts": "^1.7.3"
},

@@ -37,0 +37,0 @@ "peerDependencies": {