@endo/marshal
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "@endo/marshal", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "marshal: encoding and deconding of Passable subgraphs", | ||
@@ -17,3 +17,3 @@ "type": "module", | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", | ||
"test": "ava", | ||
@@ -45,26 +45,28 @@ "test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js", | ||
"dependencies": { | ||
"@endo/common": "^1.2.5", | ||
"@endo/errors": "^1.2.5", | ||
"@endo/eventual-send": "^1.2.5", | ||
"@endo/nat": "^5.0.10", | ||
"@endo/pass-style": "^1.4.3", | ||
"@endo/promise-kit": "^1.1.5" | ||
"@endo/common": "^1.2.6", | ||
"@endo/errors": "^1.2.6", | ||
"@endo/eventual-send": "^1.2.6", | ||
"@endo/nat": "^5.0.11", | ||
"@endo/pass-style": "^1.4.4", | ||
"@endo/promise-kit": "^1.1.6" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.1.4", | ||
"@endo/lockdown": "^1.0.10", | ||
"@endo/ses-ava": "^1.2.5", | ||
"@endo/init": "^1.1.5", | ||
"@endo/lockdown": "^1.0.11", | ||
"@endo/ses-ava": "^1.2.6", | ||
"@fast-check/ava": "^1.1.5", | ||
"ava": "^6.1.3", | ||
"c8": "^7.14.0", | ||
"typescript": "~5.6.1-rc" | ||
"typescript": "~5.6.2" | ||
}, | ||
"files": [ | ||
"./*.d.ts", | ||
"./*.js", | ||
"./*.map", | ||
"LICENSE*", | ||
"SECURITY*", | ||
"NEWS*", | ||
"dist", | ||
"lib", | ||
"src", | ||
"*.js", | ||
"*.ts", | ||
"*.map" | ||
"tools" | ||
], | ||
@@ -81,3 +83,2 @@ "eslintConfig": { | ||
"files": [ | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
@@ -90,3 +91,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
171070
37
Updated@endo/common@^1.2.6
Updated@endo/errors@^1.2.6
Updated@endo/eventual-send@^1.2.6
Updated@endo/nat@^5.0.11
Updated@endo/pass-style@^1.4.4
Updated@endo/promise-kit@^1.1.6