rapidoc-core
Advanced tools
Comparing version 0.0.1-alfa.19 to 0.0.1-alfa.20
@@ -1,3 +0,12 @@ | ||
module.exports = | ||
/******/ (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 | ||
@@ -1679,2 +1688,3 @@ /******/ var installedModules = {}; | ||
/***/ }) | ||
/******/ ]); | ||
/******/ ]); | ||
}); |
{ | ||
"name": "rapidoc-core", | ||
"version": "0.0.1-alfa.19", | ||
"version": "0.0.1-alfa.20", | ||
"description": "", | ||
@@ -18,2 +18,3 @@ "main": "dist/rapidoc-core.js", | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-transform-runtime": "^7.9.6", | ||
"babel-loader": "^8.1.0", | ||
@@ -24,4 +25,5 @@ "webpack": "^4.43.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.9.6", | ||
"@popeindustries/lit-html-server": "^3.1.0" | ||
} | ||
} |
@@ -8,3 +8,3 @@ const path = require('path'); | ||
filename: 'rapidoc-core.js', | ||
libraryTarget: 'commonjs2', | ||
libraryTarget: 'umd', | ||
}, | ||
@@ -11,0 +11,0 @@ node: { |
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
854650
17826
2
5
+ Added@babel/runtime@^7.9.6
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)