@endo/pass-style
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "@endo/pass-style", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "pass-style: defines the taxonomy of Passable objects.", | ||
@@ -29,3 +29,3 @@ "keywords": [], | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"lint": "yarn lint:types && yarn lint:eslint", | ||
@@ -38,11 +38,11 @@ "lint-fix": "eslint --fix .", | ||
"dependencies": { | ||
"@endo/env-options": "^1.1.6", | ||
"@endo/errors": "^1.2.5", | ||
"@endo/eventual-send": "^1.2.5", | ||
"@endo/promise-kit": "^1.1.5", | ||
"@endo/env-options": "^1.1.7", | ||
"@endo/errors": "^1.2.6", | ||
"@endo/eventual-send": "^1.2.6", | ||
"@endo/promise-kit": "^1.1.6", | ||
"@fast-check/ava": "^1.1.5" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.1.4", | ||
"@endo/ses-ava": "^1.2.5", | ||
"@endo/init": "^1.1.5", | ||
"@endo/ses-ava": "^1.2.6", | ||
"ava": "^6.1.3", | ||
@@ -56,10 +56,12 @@ "babel-eslint": "^10.1.0", | ||
"prettier": "^3.2.5", | ||
"typescript": "~5.6.1-rc" | ||
"typescript": "~5.6.2" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"*.ts", | ||
"NEWS*", | ||
"./*.d.ts", | ||
"./*.js", | ||
"./*.map", | ||
"LICENSE*", | ||
"SECURITY*", | ||
"dist", | ||
"lib", | ||
"src", | ||
@@ -78,3 +80,2 @@ "tools" | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -87,3 +88,3 @@ ], | ||
}, | ||
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34" | ||
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05" | ||
} |
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
69
123175
Updated@endo/env-options@^1.1.7
Updated@endo/errors@^1.2.6
Updated@endo/eventual-send@^1.2.6
Updated@endo/promise-kit@^1.1.6