@meteorjs/reify
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -73,3 +73,3 @@ "use strict"; | ||
value: true, | ||
writable: false | ||
writable: true | ||
}); | ||
@@ -76,0 +76,0 @@ } |
{ | ||
"name": "@meteorjs/reify", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"main": "node/index.js", | ||
@@ -41,6 +41,6 @@ "browser": "lib/empty.js", | ||
"devDependencies": { | ||
"@babel/core": "7.15.0", | ||
"@babel/parser": "7.15.3", | ||
"@babel/core": "7.16.0", | ||
"@babel/parser": "7.16.4", | ||
"@babel/plugin-transform-runtime": "7.15.0", | ||
"@babel/preset-env": "7.15.0", | ||
"@babel/preset-env": "7.16.4", | ||
"lodash": "4.17.21", | ||
@@ -47,0 +47,0 @@ "mocha": "9.1.1", |
Sorry, the diff of this file is not supported yet
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
172985
47