@mintbase-js/data
Advanced tools
Comparing version 0.0.3-rc to 0.0.4-publish-on-push.0
export declare type NearDataEnv = 'mainnet' | 'testnet' | 'sandbox'; | ||
export declare const NEAR_DATA_ENV: string; | ||
export declare const GRAPHQL_ENDPOINT: string; | ||
export declare const QUERY_OPS_PREFIX = "mintbase_js_data_"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GRAPHQL_ENDPOINT = exports.NEAR_DATA_ENV = void 0; | ||
exports.QUERY_OPS_PREFIX = exports.GRAPHQL_ENDPOINT = exports.NEAR_DATA_ENV = void 0; | ||
exports.NEAR_DATA_ENV = process.env.NEAR_DATA_ENV || 'mainnet'; | ||
exports.GRAPHQL_ENDPOINT = `https://interop-${exports.NEAR_DATA_ENV}.hasura.app/v1/graphql`; | ||
exports.QUERY_OPS_PREFIX = 'mintbase_js_data_'; | ||
//# sourceMappingURL=constants.js.map |
export * from './tokenListingCounts/tokenListingCountsByMetaId'; | ||
export * from './ownedTokens/ownedTokens'; | ||
export * from './codegen/index'; |
@@ -18,3 +18,4 @@ "use strict"; | ||
__exportStar(require("./tokenListingCounts/tokenListingCountsByMetaId"), exports); | ||
__exportStar(require("./ownedTokens/ownedTokens"), exports); | ||
__exportStar(require("./codegen/index"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,4 +5,5 @@ "use strict"; | ||
const graphql_request_1 = require("graphql-request"); | ||
const constants_1 = require("../../constants"); | ||
exports.tokenListingCountsByMetaIdQuery = (0, graphql_request_1.gql) ` | ||
query mintbase_js_data_tokenCountsByMetaId ( | ||
query ${constants_1.QUERY_OPS_PREFIX}_tokenCountsByMetaId ( | ||
$metadataId: String! | ||
@@ -9,0 +10,0 @@ ) { |
{ | ||
"name": "@mintbase-js/data", | ||
"version": "0.0.3-rc", | ||
"version": "0.0.4-publish-on-push.0", | ||
"description": "Query wrappers for Mintbase JS SDK", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0744c62a02e4bee86d78cfa9e9999fdccf51bef6" | ||
"gitHead": "84e949cf2494229e3b6b84d0de87080d2736deb6" | ||
} |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
266913
60
5768
1
8
166
318