@apigames/highres-timer
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ export declare type HighresTimeType = [number, number]; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export { HighresTimeType } from './highres.timer'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -6,8 +6,10 @@ { | ||
"license": "MIT", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"ms:build": "rmdir /s /q lib & tsc & jest --config build.jest.config.js", | ||
"mac:build": "rm -rf lib;tsc;jest --config build.jest.config.js", | ||
"win:build": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js --coverage", | ||
"unx:build": "rm -rf lib && tsc && jest && jest --config build.jest.config.js --coverage", | ||
"win:publish": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js && npm publish", | ||
"unx:publish": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish", | ||
"test:coverage": "jest --coverage", | ||
@@ -18,11 +20,15 @@ "test:watch": "jest --watch" | ||
"devDependencies": { | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.10", | ||
"@types/jest": "^26.0.19", | ||
"@types/node": "^14.14.14", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.15.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"jest": "^26.6.3", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -29,0 +35,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
6870
13