@libp2p/tcp 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/tcp",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",
@@ -125,14 +125,14 @@
125
125
  ]
126
126
  },
127
127
  "scripts": {
128
+ "clean": "aegir clean",
128
129
  "lint": "aegir lint",
129
- "dep-check": "aegir dep-check dist/src/**/*.js dist/test/**/*.js",
130
- "build": "tsc",
131
- "pretest": "npm run build",
132
- "test": "aegir test -f ./dist/test/*.js -f ./dist/test/**/*.js",
133
- "test:node": "npm run test -- -t node --cov",
134
- "test:electron-main": "npm run test -- -t electron-main",
135
- "release": "semantic-release"
130
+ "dep-check": "aegir dep-check",
131
+ "build": "aegir build",
132
+ "test": "aegir test -t node -t electron-main",
133
+ "test:node": "aegir test -t node --cov",
134
+ "test:electron-main": "aegir test -t electron-main",
135
+ "release": "aegir release"
136
136
  },
137
137
  "dependencies": {
138
138
  "@libp2p/logger": "^1.1.2",
@@ -146,7 +146,7 @@
146
146
  "devDependencies": {
147
147
  "@libp2p/interface-compliance-tests": "^1.1.17",
148
148
  "@libp2p/interfaces": "^1.3.14",
149
- "aegir": "^36.1.3",
149
+ "aegir": "^37.0.4",
150
150
  "it-all": "^1.0.6",
151
151
  "it-pipe": "^2.0.3",
152
152
  "sinon": "^13.0.1",