@fluidframework/runtime-utils
Advanced tools
Comparing version 0.26.0-3177 to 0.26.0
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -10,3 +7,3 @@ /*! | ||
*/ | ||
const assert_1 = __importDefault(require("assert")); | ||
const assert_1 = require("assert"); | ||
async function requestFluidObject(router, url) { | ||
@@ -18,3 +15,3 @@ const request = typeof url === "string" ? { url } : url; | ||
} | ||
assert_1.default(response.value); | ||
assert_1.strict(response.value); | ||
return response.value; | ||
@@ -21,0 +18,0 @@ } |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/runtime-utils"; | ||
export declare const pkgVersion = "0.26.0-3177"; | ||
export declare const pkgVersion = "0.26.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -10,3 +10,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/runtime-utils"; | ||
exports.pkgVersion = "0.26.0-3177"; | ||
exports.pkgVersion = "0.26.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import assert from "assert"; | ||
import { strict as assert } from "assert"; | ||
export async function requestFluidObject(router, url) { | ||
@@ -8,0 +8,0 @@ const request = typeof url === "string" ? { url } : url; |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/runtime-utils"; | ||
export declare const pkgVersion = "0.26.0-3177"; | ||
export declare const pkgVersion = "0.26.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/runtime-utils"; | ||
export const pkgVersion = "0.26.0-3177"; | ||
export const pkgVersion = "0.26.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/runtime-utils", | ||
"version": "0.26.0-3177", | ||
"version": "0.26.0", | ||
"description": "Collection of utility functions for Fluid Runtime", | ||
@@ -56,14 +56,14 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/common-definitions": "^0.19.1-0", | ||
"@fluidframework/common-utils": "^0.23.0-0", | ||
"@fluidframework/core-interfaces": "^0.26.0-3177", | ||
"@fluidframework/datastore-definitions": "^0.26.0-3177", | ||
"@fluidframework/protocol-base": "^0.1012.0-0", | ||
"@fluidframework/protocol-definitions": "^0.1012.0-0", | ||
"@fluidframework/runtime-definitions": "^0.26.0-3177" | ||
"@fluidframework/common-definitions": "^0.19.1", | ||
"@fluidframework/common-utils": "^0.23.0", | ||
"@fluidframework/core-interfaces": "^0.26.0", | ||
"@fluidframework/datastore-definitions": "^0.26.0", | ||
"@fluidframework/protocol-base": "^0.1012.0", | ||
"@fluidframework/protocol-definitions": "^0.1012.0", | ||
"@fluidframework/runtime-definitions": "^0.26.0" | ||
}, | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^0.19.2-0", | ||
"@fluidframework/eslint-config-fluid": "^0.19.1-0", | ||
"@fluidframework/mocha-test-setup": "^0.26.0-3177", | ||
"@fluidframework/build-common": "^0.19.2", | ||
"@fluidframework/eslint-config-fluid": "^0.19.1", | ||
"@fluidframework/mocha-test-setup": "^0.26.0", | ||
"@microsoft/api-extractor": "^7.7.2", | ||
@@ -70,0 +70,0 @@ "@types/benchmark": "^1.0.31", |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import assert from "assert"; | ||
import { strict as assert } from "assert"; | ||
import { | ||
@@ -8,0 +8,0 @@ IFluidObject, |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/runtime-utils"; | ||
export const pkgVersion = "0.26.0-3177"; | ||
export const pkgVersion = "0.26.0"; |
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
471603
5227