@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1025.0-38244 to 0.1025.0-38844
@@ -50,3 +50,3 @@ ## API Report File for "@fluidframework/protocol-definitions" | ||
// (undocumented) | ||
encoding: BufferEncoding; | ||
encoding: "utf-8" | "base64"; | ||
} | ||
@@ -53,0 +53,0 @@ |
@@ -5,3 +5,2 @@ /*! | ||
*/ | ||
/// <reference types="node" /> | ||
export interface IDocumentAttributes { | ||
@@ -37,3 +36,3 @@ /** | ||
contents: string; | ||
encoding: BufferEncoding; | ||
encoding: "utf-8" | "base64"; | ||
} | ||
@@ -40,0 +39,0 @@ export interface IAttachment { |
@@ -5,3 +5,2 @@ /*! | ||
*/ | ||
/// <reference types="node" /> | ||
export interface IDocumentAttributes { | ||
@@ -37,3 +36,3 @@ /** | ||
contents: string; | ||
encoding: BufferEncoding; | ||
encoding: "utf-8" | "base64"; | ||
} | ||
@@ -40,0 +39,0 @@ export interface IAttachment { |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1025.0-38244", | ||
"version": "0.1025.0-38844", | ||
"description": "Fluid protocol definitions", | ||
@@ -42,3 +42,2 @@ "homepage": "https://fluidframework.com", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@types/node": "^12.19.0", | ||
"@typescript-eslint/eslint-plugin": "~4.14.0", | ||
@@ -45,0 +44,0 @@ "@typescript-eslint/parser": "~4.14.0", |
@@ -43,4 +43,4 @@ /*! | ||
// The encoding of the contents string (utf-8 or base64) | ||
encoding: BufferEncoding; | ||
// The encoding of the contents string | ||
encoding: "utf-8" | "base64"; | ||
} | ||
@@ -47,0 +47,0 @@ |
@@ -9,4 +9,3 @@ { | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"types": ["node"] | ||
"outDir": "./dist" | ||
}, | ||
@@ -13,0 +12,0 @@ "include": [ |
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
18
263893
2686