@web3api/core-js
Advanced tools
Comparing version 0.0.1-prealpha.45 to 0.0.1-prealpha.46
@@ -19,3 +19,3 @@ "use strict"; | ||
var key = _a[_i]; | ||
if (res[key]) { | ||
if (res[key] !== undefined) { | ||
if (typeof filter[key] === "boolean") { | ||
@@ -22,0 +22,0 @@ filtered[key] = res[key]; |
@@ -74,3 +74,3 @@ "use strict"; | ||
} | ||
if (!variables[node.name.value]) { | ||
if (variables[node.name.value] === undefined) { | ||
throw Error("Missing variable: " + node.name.value); | ||
@@ -77,0 +77,0 @@ } |
{ | ||
"name": "@web3api/core-js", | ||
"description": "Web3API Javascript Core", | ||
"version": "0.0.1-prealpha.45", | ||
"version": "0.0.1-prealpha.46", | ||
"license": "MIT", | ||
@@ -23,4 +23,4 @@ "repository": { | ||
"dependencies": { | ||
"@web3api/manifest-schemas": "0.0.1-prealpha.45", | ||
"@web3api/tracing-js": "0.0.1-prealpha.45", | ||
"@web3api/manifest-schemas": "0.0.1-prealpha.46", | ||
"@web3api/tracing-js": "0.0.1-prealpha.46", | ||
"graphql": "15.5.0", | ||
@@ -35,3 +35,3 @@ "graphql-tag": "2.10.4", | ||
"@types/semver": "7.3.8", | ||
"@web3api/os-js": "0.0.1-prealpha.45", | ||
"@web3api/os-js": "0.0.1-prealpha.46", | ||
"jest": "26.6.3", | ||
@@ -45,3 +45,3 @@ "json-schema-to-typescript": "10.1.3", | ||
}, | ||
"gitHead": "b8a2364e9c386cece9b57462bb9ee8cc3b862b74", | ||
"gitHead": "d565bfeda083f10f7a728fd5b8b816321cfd2fc8", | ||
"publishConfig": { | ||
@@ -48,0 +48,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
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
160397
+ Added@web3api/tracing-js@0.0.1-prealpha.46(transitive)
- Removed@web3api/tracing-js@0.0.1-prealpha.45(transitive)