@endo/static-module-record
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@endo/static-module-record", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Shim for the SES StaticModuleRecord and module-to-program transformer", | ||
@@ -16,3 +16,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/endojs/endo.git" | ||
"url": "git+https://github.com/endojs/endo.git", | ||
"directory": "packages/static-module-record" | ||
}, | ||
@@ -44,6 +45,6 @@ "bugs": { | ||
"@babel/types": "^7.23.6", | ||
"ses": "^1.1.0" | ||
"ses": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/ses-ava": "^1.1.0", | ||
"@endo/ses-ava": "^1.1.1", | ||
"ava": "^5.3.0", | ||
@@ -85,3 +86,3 @@ "babel-eslint": "^10.0.3", | ||
}, | ||
"gitHead": "373f9eebab66c94ed42350473c90fb25e6054f0a" | ||
"gitHead": "f731c5c12f8d185dbf2daf53ec6a57e5ac56e4e9" | ||
} |
@@ -99,3 +99,3 @@ import { makeTransformSource } from './transformSource.js'; | ||
importMeta: ${h.HIDDEN_META}, \ | ||
}) => (function () { \ | ||
}) => (function () { 'use strict'; \ | ||
${preamble} \ | ||
@@ -102,0 +102,0 @@ ${scriptSource} |
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
60785
22
1090
Updatedses@^1.2.0