🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@complex-suite/plugin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complex-suite/plugin - npm Package Compare versions

Comparing version
5.0.7
to
5.0.8
+3
-0
history.md

@@ -0,1 +1,4 @@

### 5.0.8
- docs: 更新子包 README 安装命令,修正旧包名 `complex-*` 为 `@complex-suite/*`。
### 5.0.7

@@ -2,0 +5,0 @@ - feat(locale): 导出消息类型并改用 vue-tsc 进行类型检查。

+2
-2
{
"name": "@complex-suite/plugin",
"version": "5.0.7",
"version": "5.0.8",
"description": "a complex plugin",

@@ -15,3 +15,3 @@ "type": "module",

"dependencies": {
"@complex-suite/utils": "3.0.7"
"@complex-suite/utils": "3.0.8"
},

@@ -18,0 +18,0 @@ "devDependencies": {

@@ -23,3 +23,3 @@ # Complex Plugin

```bash
npm install complex-plugin
npm install @complex-suite/plugin
```

@@ -32,3 +32,3 @@

```typescript
import { PluginLayout } from 'complex-plugin';
import { PluginLayout } from '@complex-suite/plugin';

@@ -49,3 +49,3 @@ const layout = new PluginLayout({

```typescript
import { date } from 'complex-plugin';
import { date } from '@complex-suite/plugin';

@@ -66,3 +66,3 @@ // 获取预定义的“今天”

```typescript
import { notice } from 'complex-plugin';
import { notice } from '@complex-suite/plugin';

@@ -84,2 +84,2 @@ // 假设您使用的是 Ant Design Vue

- [complex-utils](https://github.com/MarAngle/complex-utils): 提供核心的工具函数和基类。
- [@complex-suite/utils](https://github.com/MarAngle/@complex-suite/utils): 提供核心的工具函数和基类。