mybase 1.1.35 → 1.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "mybase",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "description": "",
5
5
  "main": "mybase.js",
6
- "types": "./ip6addr.d.ts",
7
6
  "scripts": {
8
7
  "test": "jest --forceExit --verbose"
9
8
  },
@@ -4,6 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.IPAddress = void 0;
7
+ /// <reference path="./../../ip6addr.d.ts" />
7
8
  const debug_1 = __importDefault(require("debug"));
8
9
  const __1 = require("./../");
9
10
  const ip6addr_1 = __importDefault(require("ip6addr"));
@@ -1,3 +1,4 @@
1
+ /// <reference path="./../../ip6addr.d.ts" />
1
2
  import debug from 'debug'
2
3
  import { randomIP, randomIP6, } from "./../"
3
4
  import ip6addr, { Addr, ToStringOpts } from 'ip6addr'