@mayajs/mongo
Advanced tools
Comparing version 0.5.1 to 0.6.0
export * from "./mongodb.module"; | ||
export * from "./mongodb.service"; |
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ /// <reference types="mongoose-paginate" /> |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { CustomModule, ModuleWithProviders } from "@mayajs/router"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="mongoose-paginate" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@mayajs/mongo", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "MayaJS Mongo decorators and modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ <p align="center"><img src="https://github.com/mayajs/maya/blob/master/maya.svg"></p> |
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
11657