feathers-solr
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "feathers-solr", | ||
"description": "A service plugin for Solr", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"keywords": [ | ||
@@ -28,2 +28,3 @@ "feathers", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"prepublish": "npm run build", | ||
@@ -30,0 +31,0 @@ "lint": "eslint src/**/*.ts test/**/*.ts --fix", |
@@ -57,8 +57,11 @@ { | ||
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ | ||
"outDir": "lib" | ||
"outDir": "./lib" | ||
}, | ||
"include": [ | ||
"src/**/*.ts", | ||
"test/**/*.ts" | ||
// "test/**/*.ts" | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
] | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
79329
25
1161
2