mongo-iots-wrapper
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,3 +6,3 @@ import { Db } from 'mongodb'; | ||
type DefineStructure = { | ||
export type DefineStructure = { | ||
/** | ||
@@ -25,3 +25,3 @@ * Collections consist from documents | ||
type Structure<Definition extends DefineStructure, Collections = Definition['Collections']> = Readonly<{ | ||
export type Structure<Definition extends DefineStructure, Collections = Definition['Collections']> = Readonly<{ | ||
/** | ||
@@ -28,0 +28,0 @@ * Collections consist from documents |
{ | ||
"name": "mongo-iots-wrapper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Strongly typed MongoDB", | ||
"main": "lib/Index.ts", | ||
"main": "dist/Index.js", | ||
"keywords": [ | ||
@@ -12,3 +12,4 @@ "typescript", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc" | ||
}, | ||
@@ -19,4 +20,4 @@ "author": { | ||
}, | ||
"types": "lib/Index.d.ts", | ||
"typings": "lib/Index.d.ts", | ||
"types": "dist/Index.d.ts", | ||
"typings": "dist/Index.d.ts", | ||
"license": "MIT", | ||
@@ -23,0 +24,0 @@ "devDependencies": { |
@@ -14,6 +14,6 @@ { | ||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ | ||
// "declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
// "sourceMap": true, /* Generates corresponding '.map' file. */ | ||
// "outFile": "./", /* Concatenate and emit output to single file. */ | ||
// "outDir": "./", /* Redirect output structure to the directory. */ | ||
"outDir": "./dir", /* Redirect output structure to the directory. */ | ||
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
@@ -20,0 +20,0 @@ // "removeComments": true, /* Do not emit comments to output. */ |
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
66973
23
1058