@goldfishjs/route
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,3 +0,3 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
@@ -4,0 +4,0 @@ var BaseRouter = |
@@ -1,8 +0,8 @@ | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn.js"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf.js"; | ||
import _get from "@babel/runtime/helpers/get.js"; | ||
import _inherits from "@babel/runtime/helpers/inherits.js"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _get from "@babel/runtime/helpers/get"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
import BaseRouter from './BaseRouter'; | ||
@@ -9,0 +9,0 @@ import { parse, stringify } from 'qs'; |
@@ -1,7 +0,7 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn.js"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf.js"; | ||
import _get from "@babel/runtime/helpers/get.js"; | ||
import _inherits from "@babel/runtime/helpers/inherits.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _get from "@babel/runtime/helpers/get"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
import StackedRouter, { format } from './StackedRouter'; | ||
@@ -8,0 +8,0 @@ |
@@ -1,5 +0,5 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn.js"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf.js"; | ||
import _inherits from "@babel/runtime/helpers/inherits.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; | ||
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; | ||
import _inherits from "@babel/runtime/helpers/inherits"; | ||
import Route from './Route'; | ||
@@ -6,0 +6,0 @@ import { TinyAppRouter as BaseTinyappRoute } from './container-router'; |
@@ -1,3 +0,3 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
@@ -4,0 +4,0 @@ var Route = |
{ | ||
"name": "@goldfishjs/route", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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
30594