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

@armit/common

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@armit/common - npm Package Compare versions

Comparing version
0.0.4
to
0.0.6
+37
CHANGELOG.md
# @armit/common
## 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
## 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
## 0.0.4
### Patch Changes
- [`60a91bf`](https://github.com/armitjs/armit/commit/60a91bf0226878872933c0112f83addf79480a02) Thanks [@tianyingchun](https://github.com/tianyingchun)! - update readme docs
## 0.0.3
### Patch Changes
- [`7657fc3`](https://github.com/armitjs/armit/commit/7657fc32c590b7c07b125b3f340f27a7e75c104f) Thanks [@tianyingchun](https://github.com/tianyingchun)! - prepare new release
## 0.0.2
### Patch Changes
- release 0.0.1
## 0.0.2-next.0
### Patch Changes
- release 0.0.1
+8
-3
{
"name": "@armit/common",
"version": "0.0.4",
"version": "0.0.6",
"homepage": "https://github.com/armitjs/armit",

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

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

@@ -33,2 +34,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",

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

"devDependencies": {
"@armit/eslint-config-bases": "workspace:^",
"@armit/eslint-config-bases": "^0.0.5",
"@types/adm-zip": "0.5.0",

@@ -68,2 +71,3 @@ "@types/micromatch": "4.0.2",

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

@@ -78,4 +82,5 @@ "tsup": "6.3.0",

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