@endo/static-module-record
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@endo/static-module-record", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Shim for the SES StaticModuleRecord and module-to-program transformer", | ||
@@ -32,5 +32,5 @@ "keywords": [ | ||
"cover": "c8 ava", | ||
"lint": "yarn lint:types && yarn lint:js", | ||
"lint": "yarn lint:types && yarn lint:eslint", | ||
"lint:types": "tsc", | ||
"lint:js": "eslint .", | ||
"lint:eslint": "eslint .", | ||
"lint-fix": "eslint --fix .", | ||
@@ -44,6 +44,6 @@ "test": "ava" | ||
"@babel/types": "^7.23.6", | ||
"ses": "^1.0.1" | ||
"ses": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/ses-ava": "^1.0.1", | ||
"@endo/ses-ava": "^1.1.0", | ||
"ava": "^5.3.0", | ||
@@ -59,3 +59,3 @@ "babel-eslint": "^10.0.3", | ||
"prettier": "^3.0.0", | ||
"typescript": "~5.2.2" | ||
"typescript": "~5.3.3" | ||
}, | ||
@@ -86,3 +86,3 @@ "files": [ | ||
}, | ||
"gitHead": "c02aec92c3caa417d6bdf3c4f555f0b2694d9f9e" | ||
"gitHead": "373f9eebab66c94ed42350473c90fb25e6054f0a" | ||
} |
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
60653
Updatedses@^1.1.0