@fluidframework/common-utils
Advanced tools
Comparing version 0.30.0 to 0.31.0-26153
@@ -24,2 +24,3 @@ /*! | ||
export * from "./performanceIsomorphic"; | ||
export * from "./delay"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -36,2 +36,3 @@ "use strict"; | ||
__exportStar(require("./performanceIsomorphic"), exports); | ||
__exportStar(require("./delay"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/common-utils"; | ||
export declare const pkgVersion = "0.30.0"; | ||
export declare const pkgVersion = "0.31.0-26153"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/common-utils"; | ||
exports.pkgVersion = "0.30.0"; | ||
exports.pkgVersion = "0.31.0-26153"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -24,2 +24,3 @@ /*! | ||
export * from "./performanceIsomorphic"; | ||
export * from "./delay"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -24,2 +24,3 @@ /*! | ||
export * from "./performanceIsomorphic"; | ||
export * from "./delay"; | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/common-utils"; | ||
export declare const pkgVersion = "0.30.0"; | ||
export declare const pkgVersion = "0.31.0-26153"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/common-utils"; | ||
export const pkgVersion = "0.30.0"; | ||
export const pkgVersion = "0.31.0-26153"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/common-utils", | ||
"version": "0.30.0", | ||
"version": "0.31.0-26153", | ||
"description": "Collection of utility functions for Fluid", | ||
@@ -19,3 +19,3 @@ "homepage": "https://fluidframework.com", | ||
"bench": "ts-node bench/src/index.ts", | ||
"build": "npm run build:genver && concurrently npm:build:compile npm:lint", | ||
"build": "npm run build:genver && concurrently npm:build:compile npm:lint && npm run build:docs", | ||
"build:commonjs": "npm run tsc && npm run build:test", | ||
@@ -33,2 +33,3 @@ "build:compile": "concurrently npm:build:commonjs npm:build:esnext", | ||
"ci:build": "npm run build:genver && npm run build:compile", | ||
"ci:build:docs": "api-extractor run && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/", | ||
"ci:test": "npm run test:report", | ||
@@ -87,6 +88,6 @@ "ci:test:coverage": "npm run test:coverage", | ||
"@types/base64-js": "^1.3.0", | ||
"@types/benchmark": "^1.0.31", | ||
"@types/benchmark": "^2.1.0", | ||
"@types/jest": "22.2.3", | ||
"@types/jest-environment-puppeteer": "2.2.0", | ||
"@types/mocha": "^5.2.5", | ||
"@types/mocha": "^8.2.2", | ||
"@types/puppeteer": "1.3.0", | ||
@@ -109,3 +110,3 @@ "@types/sinon": "^7.0.13", | ||
"jest-puppeteer": "^4.4.0", | ||
"mocha": "^8.1.1", | ||
"mocha": "^8.4.0", | ||
"nyc": "^15.0.0", | ||
@@ -112,0 +113,0 @@ "puppeteer": "^2.1.0", |
@@ -25,1 +25,2 @@ /*! | ||
export * from "./performanceIsomorphic"; | ||
export * from "./delay"; |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/common-utils"; | ||
export const pkgVersion = "0.30.0"; | ||
export const pkgVersion = "0.31.0-26153"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
468345
271
6404