@apigames/highres-timer
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -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,7 +6,8 @@ { | ||
"license": "MIT", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "rmdir /s /q lib & tsc & jest --config build.jest.config.js", | ||
"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", | ||
"test:coverage": "jest --coverage", | ||
@@ -18,3 +19,3 @@ "test:watch": "jest --watch" | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.9", | ||
"@types/node": "^14.14.10", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
@@ -21,0 +22,0 @@ "@typescript-eslint/parser": "^3.10.1", |
Sorry, the diff of this file is not supported yet
6327