@goldfishjs/route
Advanced tools
Comparing version 1.0.0 to 1.1.0
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
var BaseRouter = | ||
/*#__PURE__*/ | ||
function () { | ||
var BaseRouter = /*#__PURE__*/function () { | ||
function BaseRouter() { | ||
@@ -8,0 +6,0 @@ _classCallCheck(this, BaseRouter); |
@@ -34,5 +34,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
var StackedRouter = | ||
/*#__PURE__*/ | ||
function (_BaseRouter) { | ||
var StackedRouter = /*#__PURE__*/function (_BaseRouter) { | ||
_inherits(StackedRouter, _BaseRouter); | ||
@@ -39,0 +37,0 @@ |
@@ -9,5 +9,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
var TinyAppRouter = | ||
/*#__PURE__*/ | ||
function (_StackedRouter) { | ||
var TinyAppRouter = /*#__PURE__*/function (_StackedRouter) { | ||
_inherits(TinyAppRouter, _StackedRouter); | ||
@@ -14,0 +12,0 @@ |
@@ -8,5 +8,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
var TinyappRoute = | ||
/*#__PURE__*/ | ||
function (_Route) { | ||
var TinyappRoute = /*#__PURE__*/function (_Route) { | ||
_inherits(TinyappRoute, _Route); | ||
@@ -13,0 +11,0 @@ |
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
var Route = | ||
/*#__PURE__*/ | ||
function () { | ||
var Route = /*#__PURE__*/function () { | ||
function Route() { | ||
@@ -8,0 +6,0 @@ _classCallCheck(this, Route); |
{ | ||
"name": "@goldfishjs/route", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "goldfish-route", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
29997
903