You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							764 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							764 B
						
					
					
				"use strict";
 | 
						|
Object.defineProperty(exports, "__esModule", { value: true });
 | 
						|
exports.OP_MSG = exports.OP_COMPRESSED = exports.OP_DELETE = exports.OP_QUERY = exports.OP_INSERT = exports.OP_UPDATE = exports.OP_REPLY = exports.MAX_SUPPORTED_WIRE_VERSION = exports.MIN_SUPPORTED_WIRE_VERSION = exports.MAX_SUPPORTED_SERVER_VERSION = exports.MIN_SUPPORTED_SERVER_VERSION = void 0;
 | 
						|
exports.MIN_SUPPORTED_SERVER_VERSION = '3.6';
 | 
						|
exports.MAX_SUPPORTED_SERVER_VERSION = '6.0';
 | 
						|
exports.MIN_SUPPORTED_WIRE_VERSION = 6;
 | 
						|
exports.MAX_SUPPORTED_WIRE_VERSION = 17;
 | 
						|
exports.OP_REPLY = 1;
 | 
						|
exports.OP_UPDATE = 2001;
 | 
						|
exports.OP_INSERT = 2002;
 | 
						|
exports.OP_QUERY = 2004;
 | 
						|
exports.OP_DELETE = 2006;
 | 
						|
exports.OP_COMPRESSED = 2012;
 | 
						|
exports.OP_MSG = 2013;
 | 
						|
//# sourceMappingURL=constants.js.map
 |