@agoric/network 0.1.1-dev-35e67be.0 → 0.1.1-dev-872bb3b.0

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.
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@agoric/network",
3
- "version": "0.1.1-dev-35e67be.0+35e67be",
3
+ "version": "0.1.1-dev-872bb3b.0+872bb3b",
4
4
  "description": "Agoric's network protocol API",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "repository": "https://github.com/Agoric/agoric-sdk",
8
8
  "scripts": {
9
9
  "build": "exit 0",
10
- "prepack": "tsc --build jsconfig.build.json",
10
+ "prepack": "tsc --build tsconfig.build.json",
11
11
  "postpack": "git clean -f '*.d.ts*'",
12
12
  "test": "ava",
13
13
  "test:c8": "c8 $C8_OPTIONS ava",
14
14
  "test:xs": "exit 0",
15
15
  "lint-fix": "yarn lint:eslint --fix",
16
16
  "lint": "run-s --continue-on-error lint:*",
17
- "lint:types": "tsc -p jsconfig.json",
17
+ "lint:types": "tsc",
18
18
  "lint:eslint": "eslint ."
19
19
  },
20
20
  "keywords": [],
21
21
  "author": "Agoric",
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@agoric/assert": "0.6.1-dev-35e67be.0+35e67be",
25
- "@agoric/internal": "0.3.3-dev-35e67be.0+35e67be",
26
- "@agoric/store": "0.9.3-dev-35e67be.0+35e67be",
27
- "@agoric/swingset-vat": "0.32.3-dev-35e67be.0+35e67be",
24
+ "@agoric/assert": "0.6.1-dev-872bb3b.0+872bb3b",
25
+ "@agoric/internal": "0.3.3-dev-872bb3b.0+872bb3b",
26
+ "@agoric/store": "0.9.3-dev-872bb3b.0+872bb3b",
27
+ "@agoric/swingset-vat": "0.32.3-dev-872bb3b.0+872bb3b",
28
28
  "@endo/base64": "^0.2.32",
29
29
  "@endo/far": "^0.2.19",
30
30
  "@endo/promise-kit": "^0.2.57"
@@ -60,5 +60,5 @@
60
60
  "timeout": "20m",
61
61
  "workerThreads": false
62
62
  },
63
- "gitHead": "35e67bed9eae0896e32b549ad0d1fd02fb83a905"
63
+ "gitHead": "872bb3be25122001190a35d0155d942315c81238"
64
64
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "extends": [
3
- "./jsconfig.json",
3
+ "./tsconfig.json",
4
4
  "../../tsconfig-build-options.json"
5
5
  ]
6
6
  }
File without changes