@observertc/sample-schemas-js
Advanced tools
Comparing version 2.2.10 to 2.2.11
export * from "./samples/Samples"; | ||
export * as W3CStats from "./w3c/W3cStatsIdentifiers"; | ||
export declare const version = "2.2.10"; | ||
export declare const version = "2.2.11"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -32,2 +32,2 @@ "use strict"; | ||
exports.W3CStats = __importStar(require("./w3c/W3cStatsIdentifiers")); | ||
exports.version = "2.2.10"; | ||
exports.version = "2.2.11"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.schemaVersion = void 0; | ||
exports.schemaVersion = "2.2.10"; | ||
exports.schemaVersion = "2.2.11"; |
{ | ||
"name": "@observertc/sample-schemas-js", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"description": "ObserveRTC Generated Library for Sample Schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
export * from "./samples/Samples"; | ||
export * as W3CStats from "./w3c/W3cStatsIdentifiers"; | ||
export const version = "2.2.10"; | ||
export const version = "2.2.11"; |
export const schemaVersion = "2.2.10"; | ||
export const schemaVersion = "2.2.11"; | ||
@@ -4,0 +4,0 @@ /** |
Sorry, the diff of this file is too big to display