@endo/eventual-send
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@endo/eventual-send", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -14,3 +14,3 @@ "type": "module", | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"lint-fix": "yarn lint:eslint --fix && yarn lint:types", | ||
@@ -40,10 +40,10 @@ "lint-check": "yarn lint", | ||
"dependencies": { | ||
"@endo/env-options": "^1.1.6" | ||
"@endo/env-options": "^1.1.7" | ||
}, | ||
"devDependencies": { | ||
"@endo/lockdown": "^1.0.10", | ||
"@endo/lockdown": "^1.0.11", | ||
"ava": "^6.1.3", | ||
"c8": "^7.14.0", | ||
"tsd": "^0.30.7", | ||
"typescript": "~5.6.1-rc" | ||
"tsd": "^0.31.2", | ||
"typescript": "~5.6.2" | ||
}, | ||
@@ -55,7 +55,11 @@ "keywords": [ | ||
"files": [ | ||
"./*.d.ts", | ||
"./*.js", | ||
"./*.map", | ||
"LICENSE*", | ||
"SECURITY*", | ||
"dist", | ||
"lib", | ||
"src", | ||
"*.js", | ||
"*.ts" | ||
"tools" | ||
], | ||
@@ -72,3 +76,2 @@ "eslintConfig": { | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -81,3 +84,3 @@ ], | ||
}, | ||
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34" | ||
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05" | ||
} |
/* eslint-disable @endo/no-polymorphic-call, import/no-extraneous-dependencies, no-restricted-globals */ | ||
import { expectType } from 'tsd'; | ||
import { E } from '../test/get-hp.js'; | ||
import { E } from '../test/_get-hp.js'; | ||
import type { ERef, FarRef } from './exports.js'; | ||
@@ -5,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94706
37
Updated@endo/env-options@^1.1.7