@fluidframework/container-utils
Advanced tools
Comparing version 0.26.9 to 0.26.10
@@ -6,4 +6,7 @@ "use strict"; | ||
*/ | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const assert_1 = require("assert"); | ||
const assert_1 = __importDefault(require("assert")); | ||
const container_definitions_1 = require("@fluidframework/container-definitions"); | ||
@@ -35,3 +38,3 @@ const telemetry_utils_1 = require("@fluidframework/telemetry-utils"); | ||
var _a; | ||
assert_1.strict(error !== undefined); | ||
assert_1.default(error !== undefined); | ||
if (typeof error === "object" && error !== null) { | ||
@@ -38,0 +41,0 @@ const err = error; |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/container-utils"; | ||
export declare const pkgVersion = "0.26.9"; | ||
export declare const pkgVersion = "0.26.10"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -10,3 +10,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/container-utils"; | ||
exports.pkgVersion = "0.26.9"; | ||
exports.pkgVersion = "0.26.10"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import { strict as assert } from "assert"; | ||
import assert from "assert"; | ||
import { ContainerErrorType } from "@fluidframework/container-definitions"; | ||
@@ -8,0 +8,0 @@ import { CustomErrorWithProps } from "@fluidframework/telemetry-utils"; |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/container-utils"; | ||
export declare const pkgVersion = "0.26.9"; | ||
export declare const pkgVersion = "0.26.10"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/container-utils"; | ||
export const pkgVersion = "0.26.9"; | ||
export const pkgVersion = "0.26.10"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/container-utils", | ||
"version": "0.26.9", | ||
"version": "0.26.10", | ||
"description": "Fluid container utils", | ||
@@ -54,4 +54,4 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/container-definitions": "^0.26.9", | ||
"@fluidframework/telemetry-utils": "^0.26.9" | ||
"@fluidframework/container-definitions": "^0.26.10", | ||
"@fluidframework/telemetry-utils": "^0.26.10" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"@fluidframework/eslint-config-fluid": "^0.19.1", | ||
"@fluidframework/mocha-test-setup": "^0.26.9", | ||
"@fluidframework/mocha-test-setup": "^0.26.10", | ||
"@microsoft/api-extractor": "^7.7.2", | ||
@@ -64,0 +64,0 @@ "@types/mocha": "^5.2.5", |
@@ -6,3 +6,3 @@ /*! | ||
import { strict as assert } from "assert"; | ||
import assert from "assert"; | ||
import { ContainerErrorType, IGenericError, ICriticalContainerError } from "@fluidframework/container-definitions"; | ||
@@ -9,0 +9,0 @@ import { CustomErrorWithProps } from "@fluidframework/telemetry-utils"; |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/container-utils"; | ||
export const pkgVersion = "0.26.9"; | ||
export const pkgVersion = "0.26.10"; |
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
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
25846
336