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

@armit/cli

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@armit/cli - npm Package Compare versions

Comparing version
0.0.4
to
0.0.6
+55
CHANGELOG.md
# @armit/cli
## 0.0.6
### Patch Changes
- [`802c0c4`](https://github.com/armitjs/armit/commit/802c0c424241f83e3ac28d2096319fd57bc6f3d7) Thanks [@tianyingchun](https://github.com/tianyingchun)! - fix changeset publish does not replace workspace: ranges with current version in workspace
- Updated dependencies [[`802c0c4`](https://github.com/armitjs/armit/commit/802c0c424241f83e3ac28d2096319fd57bc6f3d7)]:
- @armit/common@0.0.6
## 0.0.5
### Patch Changes
- [`da985a8`](https://github.com/armitjs/armit/commit/da985a82b1f69c0520df10111dfb38470c0f025f) Thanks [@tianyingchun](https://github.com/tianyingchun)! - try to @changesets/cli@2.22.0-temp.0 to try yarn publish
- Updated dependencies [[`da985a8`](https://github.com/armitjs/armit/commit/da985a82b1f69c0520df10111dfb38470c0f025f)]:
- @armit/common@0.0.5
## 0.0.4
### Patch Changes
- [`60a91bf`](https://github.com/armitjs/armit/commit/60a91bf0226878872933c0112f83addf79480a02) Thanks [@tianyingchun](https://github.com/tianyingchun)! - update readme docs
- Updated dependencies [[`60a91bf`](https://github.com/armitjs/armit/commit/60a91bf0226878872933c0112f83addf79480a02)]:
- @armit/common@0.0.4
## 0.0.3
### Patch Changes
- [`7657fc3`](https://github.com/armitjs/armit/commit/7657fc32c590b7c07b125b3f340f27a7e75c104f) Thanks [@tianyingchun](https://github.com/tianyingchun)! - prepare new release
- Updated dependencies [[`7657fc3`](https://github.com/armitjs/armit/commit/7657fc32c590b7c07b125b3f340f27a7e75c104f)]:
- @armit/common@0.0.3
## 0.0.2
### Patch Changes
- release 0.0.1
- Updated dependencies []:
- @armit/common@0.0.2
## 0.0.2-next.0
### Patch Changes
- release 0.0.1
- Updated dependencies []:
- @armit/common@0.0.2-next.0
+9
-4
{
"name": "@armit/cli",
"version": "0.0.4",
"version": "0.0.6",
"homepage": "https://github.com/armitjs/armit",

@@ -32,2 +32,3 @@ "repository": {

"README.md",
"CHANGELOG.md",
"package.json"

@@ -37,2 +38,4 @@ ],

"build": "tsup",
"?build-release": "When https://github.com/atlassian/changesets/issues/432 has a solution we can remove this trick",
"build-release": "yarn build && rimraf ./_release && yarn pack && mkdir ./_release && tar zxvf ./package.tgz --directory ./_release && rm ./package.tgz",
"dev": "tsup --watch",

@@ -46,3 +49,3 @@ "clean": "rimraf --no-glob ./dist ./coverage ./tsconfig.tsbuildinfo",

"dependencies": {
"@armit/common": "workspace:^",
"@armit/common": "^0.0.6",
"import-local": "3.1.0",

@@ -52,3 +55,3 @@ "os-name": "5.0.1"

"devDependencies": {
"@armit/eslint-config-bases": "workspace:^",
"@armit/eslint-config-bases": "^0.0.5",
"@types/node": "18.11.3",

@@ -58,2 +61,3 @@ "eslint": "8.25.0",

"prettier": "2.7.1",
"rimraf": "3.0.2",
"ts-node": "10.9.1",

@@ -68,4 +72,5 @@ "tsup": "6.3.0",

"publishConfig": {
"directory": "_release/package",
"access": "public"
}
}
}