@observertc/sample-schemas-js
Advanced tools
Comparing version 2.2.1 to 2.2.2
export * from "./samples/Samples"; | ||
export * as W3CStats from "./w3c/W3cStatsIdentifiers"; | ||
export declare const version = "2.2.1"; | ||
export declare const version = "2.2.2"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -32,2 +32,2 @@ "use strict"; | ||
exports.W3CStats = __importStar(require("./w3c/W3cStatsIdentifiers")); | ||
exports.version = "2.2.1"; | ||
exports.version = "2.2.2"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.schemaVersion = void 0; | ||
exports.schemaVersion = "2.2.1"; | ||
exports.schemaVersion = "2.2.2"; |
{ | ||
"name": "@observertc/sample-schemas-js", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "ObserveRTC Generated Library for Sample Schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -748,2 +748,10 @@ ObserveRTC Schemas | ||
## Changelog | ||
## 2.2.2 | ||
* Bugfix for Decoder library decoding IceCandidatePairs | ||
* remove `schemaVersion` from Reports | ||
## 2.2.1 | ||
* Encoder and Decoder libraries are added | ||
* added `schemaVersion` to each generated Samples anre Reports | ||
## 2.2.0 | ||
@@ -750,0 +758,0 @@ |
export * from "./samples/Samples"; | ||
export * as W3CStats from "./w3c/W3cStatsIdentifiers"; | ||
export const version = "2.2.1"; | ||
export const version = "2.2.2"; |
export const schemaVersion = "2.2.1"; | ||
export const schemaVersion = "2.2.2"; | ||
@@ -4,0 +4,0 @@ /** |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
256874
888
0