@web3api/logger-plugin-js
Advanced tools
Comparing version 0.0.1-prealpha.11 to 0.0.1-prealpha.12
@@ -8,3 +8,3 @@ "use strict"; | ||
// https://github.com/web3-api/monorepo/issues/101 | ||
schema: "type Query { dummy: String }", | ||
schema: "\n# TODO: should import and \"implements\" the logger core-api schema\n# https://github.com/Web3-API/monorepo/issues/75\n\nenum LogLevel {\n DEBUG,\n INFO,\n WARN,\n ERROR,\n}\n\ntype Query {\n log(\n level: LogLevel!\n message: String!\n ): Boolean!\n}\n", | ||
implemented: [new core_js_1.Uri("w3/logger")], | ||
@@ -11,0 +11,0 @@ imported: [], |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.0.1-prealpha.11", | ||
"version": "0.0.1-prealpha.12", | ||
"main": "build/index.js", | ||
@@ -24,7 +24,7 @@ "scripts": { | ||
"dependencies": { | ||
"@web3api/core-js": "0.0.1-prealpha.11" | ||
"@web3api/core-js": "0.0.1-prealpha.12" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.8", | ||
"@web3api/client-js": "0.0.1-prealpha.11", | ||
"@web3api/client-js": "0.0.1-prealpha.12", | ||
"jest": "26.6.3", | ||
@@ -36,3 +36,3 @@ "rimraf": "3.0.2", | ||
}, | ||
"gitHead": "81d1113573dbab2de613d07856adae4b0e9d23e4", | ||
"gitHead": "7d96e1f14aba5ea3be03a3cf9ebbf2457f547b4a", | ||
"publishConfig": { | ||
@@ -39,0 +39,0 @@ "access": "public" |
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
9151
+ Added@web3api/core-js@0.0.1-prealpha.12(transitive)
+ Added@web3api/manifest-schema@0.0.1-prealpha.12(transitive)
- Removed@web3api/core-js@0.0.1-prealpha.11(transitive)
- Removed@web3api/manifest-schema@0.0.1-prealpha.11(transitive)