@endo/pass-style
Advanced tools
Comparing version 1.4.6 to 1.4.7
{ | ||
"name": "@endo/pass-style", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "Defines the taxonomy of Passable objects.", | ||
@@ -37,11 +37,11 @@ "keywords": [], | ||
"dependencies": { | ||
"@endo/env-options": "^1.1.7", | ||
"@endo/errors": "^1.2.7", | ||
"@endo/eventual-send": "^1.2.7", | ||
"@endo/promise-kit": "^1.1.7", | ||
"@endo/env-options": "^1.1.8", | ||
"@endo/errors": "^1.2.8", | ||
"@endo/eventual-send": "^1.2.8", | ||
"@endo/promise-kit": "^1.1.8", | ||
"@fast-check/ava": "^1.1.5" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.1.6", | ||
"@endo/ses-ava": "^1.2.7", | ||
"@endo/init": "^1.1.7", | ||
"@endo/ses-ava": "^1.2.8", | ||
"ava": "^6.1.3", | ||
@@ -54,4 +54,4 @@ "babel-eslint": "^10.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"prettier": "^3.2.5", | ||
"typescript": "~5.6.2" | ||
"prettier": "^3.3.3", | ||
"typescript": "~5.6.3" | ||
}, | ||
@@ -86,3 +86,3 @@ "files": [ | ||
}, | ||
"gitHead": "5aa52902c26a0941cb9f4d818187c1f10940cc15" | ||
"gitHead": "5486ed1f238104716b6a8321b977fbc508ef80e1" | ||
} |
@@ -1,2 +0,2 @@ | ||
/** @file Empty twin for .d.ts */ | ||
/** @module Empty twin for .d.ts */ | ||
export {}; |
@@ -6,3 +6,3 @@ /* eslint-disable */ | ||
import { makeTagged } from './makeTagged.js'; | ||
import { CopyTagged, Passable, PassStyle } from './types.js'; | ||
import type { CopyTagged, Passable, PassStyle } from './types.js'; | ||
import { PASS_STYLE } from './passStyle-helpers.js'; | ||
@@ -9,0 +9,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
124102
+ Added@rollup/pluginutils@4.2.1(transitive)
+ Added@vercel/nft@0.27.6(transitive)
- Removed@rollup/pluginutils@5.1.3(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@vercel/nft@0.27.7(transitive)
Updated@endo/env-options@^1.1.8
Updated@endo/errors@^1.2.8
Updated@endo/eventual-send@^1.2.8
Updated@endo/promise-kit@^1.1.8