@endo/eventual-send 1.2.5 → 1.2.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@endo/eventual-send",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Extend a Promise class to implement the eventual-send API",
5
5
  "type": "module",
6
6
  "main": "src/no-shim.js",
@@ -11,7 +11,7 @@
11
11
  "build": "exit 0",
12
12
  "clean": "git clean -f '*.d.ts*'",
13
13
  "prepack": "tsc --build tsconfig.build.json",
14
- "postpack": "git clean -f '*.d.ts*'",
14
+ "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
15
15
  "lint-fix": "yarn lint:eslint --fix && yarn lint:types",
16
16
  "lint-check": "yarn lint",
17
17
  "lint": "yarn lint:types && yarn lint:eslint",
@@ -36,25 +36,29 @@
36
36
  },
37
37
  "homepage": "https://github.com/endojs/endo#readme",
38
38
  "dependencies": {
39
- "@endo/env-options": "^1.1.6"
39
+ "@endo/env-options": "^1.1.7"
40
40
  },
41
41
  "devDependencies": {
42
- "@endo/lockdown": "^1.0.10",
42
+ "@endo/lockdown": "^1.0.11",
43
43
  "ava": "^6.1.3",
44
44
  "c8": "^7.14.0",
45
- "tsd": "^0.30.7",
46
- "typescript": "~5.6.1-rc"
45
+ "tsd": "^0.31.2",
46
+ "typescript": "~5.6.2"
47
47
  },
48
48
  "keywords": [
49
49
  "eventual send",
50
50
  "wavy dot"
51
51
  ],
52
52
  "files": [
53
+ "./*.d.ts",
54
+ "./*.js",
55
+ "./*.map",
53
56
  "LICENSE*",
54
57
  "SECURITY*",
58
+ "dist",
59
+ "lib",
55
60
  "src",
56
- "*.js",
57
- "*.ts"
61
+ "tools"
58
62
  ],
59
63
  "eslintConfig": {
60
64
  "extends": [
@@ -66,7 +70,6 @@
66
70
  },
67
71
  "ava": {
68
72
  "files": [
69
- "test/**/test-*.*",
70
73
  "test/**/*.test.*"
71
74
  ],
72
75
  "timeout": "2m"
@@ -74,5 +77,5 @@
74
77
  "typeCoverage": {
75
78
  "atLeast": 77.81
76
79
  },
77
- "gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34"
80
+ "gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
78
81
  }
package/shim.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shim.d.ts","sourceRoot":"","sources":["shim.js"],"names":[],"mappings":""}
@@ -1,6 +1,6 @@
1
1
  /* eslint-disable @endo/no-polymorphic-call, import/no-extraneous-dependencies, no-restricted-globals */
2
2
  import { expectType } from 'tsd';
3
- import { E } from '../test/get-hp.js';
3
+ import { E } from '../test/_get-hp.js';
4
4
  import type { ERef, FarRef } from './exports.js';
5
5
 
6
6
  // Check the legacy ERef type
package/utils.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.js"],"names":[],"mappings":""}