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-typings

Package Overview
Dependencies
Maintainers
8
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastergo/plugin-typings - npm Package Compare versions

Comparing version
2.15.1
to
2.16.0
+18
-19
package.json
{
"name": "@mastergo/plugin-typings",
"version": "2.15.1",
"version": "2.16.0",
"description": "MasterGo插件API声明文件",
"type": "module",
"main": "",

@@ -12,3 +11,3 @@ "types": "dist/index.d.ts",

"build": "rollup -c --environment NODE_ENV=production",
"release": "node scripts/release.cjs",
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

@@ -31,3 +30,3 @@ "commit": "git-cz"

"type": "git",
"url": "git+https://github.com/mastergo-design/plugin-typings.git"
"url": "https://github.com/mastergo-design/plugin-typings"
},

@@ -38,12 +37,7 @@ "directories": {

"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"chalk": "^4.1.2",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^3.0.0",
"csstype": "^3.1.3",
"cz-conventional-changelog": "^3.3.0",
"conventional-changelog-cli": "^2.1.1",
"execa": "^5.1.1",

@@ -55,8 +49,14 @@ "husky": "^7.0.2",

"prettier": "^2.4.1",
"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.4.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup": "^2.56.3",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-typescript2": "^0.30.0",
"semver": "^7.3.5",
"shelljs": "^0.8.5",
"typescript": "^5.9.3"
"typescript": "^4.4.3",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"csstype": "^3.1.3"
},

@@ -75,4 +75,3 @@ "lint-staged": {

}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}

Sorry, the diff of this file is too big to display