maishu-chitu-service
Advanced tools
Comparing version 1.0.5 to 1.0.8
/*! | ||
* CHITU SERVICE v1.0.5 | ||
* CHITU SERVICE v1.0.8 | ||
* https://github.com/ansiboy/chitu-service | ||
@@ -8,3 +8,13 @@ * | ||
*/ | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
else if(typeof define === 'function' && define.amd) | ||
define([], factory); | ||
else { | ||
var a = factory(); | ||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; | ||
} | ||
})(window, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -157,2 +167,3 @@ /******/ var installedModules = {}; | ||
/******/ }); | ||
/******/ }); | ||
}); |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.0.5", | ||
"version": "1.0.8", | ||
"name": "maishu-chitu-service", | ||
@@ -10,0 +10,0 @@ "main": "./dist/index.js", |
@@ -16,3 +16,4 @@ const path = require('path'); | ||
path: path.resolve(__dirname, 'dist'), | ||
filename: 'index.js' | ||
filename: 'index.js', | ||
libraryTarget: 'umd' | ||
}, | ||
@@ -19,0 +20,0 @@ mode: 'development', // production |
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
30853
673