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

@mastergo/plugin-utils

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

@mastergo/plugin-utils - npm Package Compare versions

Comparing version
0.1.10
to
0.1.11
+17
-0
CHANGELOG.md

@@ -0,1 +1,18 @@

## [0.1.11](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/compare/v0.27.0...v0.1.11) (2022-04-20)
### Bug Fixes
* remove console typings ([a7c3334](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/a7c333480a0c7038234e1223f0ea51933ddee363))
* 修复SLICE类型提示报错. ([867dc6e](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/867dc6e1b5bbdc5d2e2902e5e7720053c8115902))
* 修复VectorPath定义错误.实际上这个地方是一个一维数组. ([e6a3a99](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/e6a3a99c2957b6dbabdb5d31f12ff3c17dec1785))
* 再次修复Slice提示的问题. ([4ffbdc0](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/4ffbdc0ad5629de22e375c81414bb5beecdbb2c9))
### Features
* 添加SLiceNode类型支持 ([08344ec](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/commit/08344ecc3db28ab1753a6948d074171332c7cc51))
## [0.1.10](https://gitlab.lanhuapp.com/master/frontend/master-plugin-utils/compare/v0.27.0...v0.1.10) (2022-04-20)

@@ -2,0 +19,0 @@

+5
-4

@@ -541,6 +541,7 @@ declare function hexToRGBA(hex: string): RGBA;

interface VectorPath {
readonly id: number
readonly nodeIds: ReadonlyArray<number>
}
// interface VectorPath {
// readonly id: number
// readonly nodeIds: ReadonlyArray<number>
// }
type VectorPath = number[]

@@ -547,0 +548,0 @@ type VectorPaths = ReadonlyArray<VectorPath>

{
"name": "@mastergo/plugin-utils",
"version": "0.1.10",
"version": "0.1.11",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",