@applitools/utils
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,6 @@ # Changelog | ||
## 1.1.3 - 2021/4/12 | ||
- add utility types | ||
## 1.1.2 - 2021/3/31 | ||
@@ -8,0 +12,0 @@ |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.geometry = exports.general = exports.guard = exports.types = void 0; | ||
__exportStar(require("./src/utility-types"), exports); | ||
exports.types = require("./src/types"); | ||
@@ -5,0 +16,0 @@ exports.guard = require("./src/guard"); |
{ | ||
"name": "@applitools/utils", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"keywords": [ | ||
@@ -15,5 +15,4 @@ "applitools", | ||
"homepage": "https://applitools.com", | ||
"author": { | ||
"name": "Applitools Team", | ||
"email": "team@applitools.com" | ||
"bugs": { | ||
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues" | ||
}, | ||
@@ -24,8 +23,12 @@ "repository": { | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues" | ||
"license": "SEE LICENSE IN LICENSE", | ||
"author": { | ||
"name": "Applitools Team", | ||
"email": "team@applitools.com" | ||
}, | ||
"main": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"directories": { | ||
"src": "./src", | ||
"test": "./test" | ||
"test": "./test", | ||
"src": "./src" | ||
}, | ||
@@ -36,4 +39,16 @@ "files": [ | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint '**/*.ts'", | ||
"build": "tsc", | ||
"preversion": "bongo preversion && yarn build", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification", | ||
"deps": "bongo deps", | ||
"prepublish:setup": "echo 'setup is a no-op. Move along, nothing to see here.'" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn bongo lint" | ||
} | ||
}, | ||
"dependencies": {}, | ||
@@ -52,20 +67,5 @@ "devDependencies": { | ||
}, | ||
"scripts": { | ||
"lint": "eslint '**/*.ts'", | ||
"build": "tsc", | ||
"preversion": "bongo preversion && yarn build", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification", | ||
"deps": "bongo deps", | ||
"prepublish:setup": "echo 'setup is a no-op. Move along, nothing to see here.'" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"engines": { | ||
"node": ">= 8.9.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn bongo lint" | ||
} | ||
} | ||
} |
@@ -0,1 +1,2 @@ | ||
export * from './src/utility-types'; | ||
export * as types from './src/types'; | ||
@@ -2,0 +3,0 @@ export * as guard from './src/guard'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
71444
31
611