@nteract/commutable
Advanced tools
Comparing version 7.1.3 to 7.1.4
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import { ImmutableOutput } from "./outputs"; | ||
@@ -5,0 +2,0 @@ import { ExecutionCount } from "./primitives"; |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
export * from "./primitives"; | ||
@@ -5,0 +2,0 @@ export * from "./structures"; |
"use strict"; | ||
/** | ||
* @module commutable | ||
*/ | ||
// API Exports | ||
@@ -6,0 +3,0 @@ function __export(m) { |
/** | ||
* @module commutable | ||
*/ | ||
/** | ||
* | ||
@@ -6,0 +3,0 @@ * This is the top level data structure for in memory data structures, |
@@ -11,5 +11,2 @@ "use strict"; | ||
/** | ||
* @module commutable | ||
*/ | ||
/** | ||
* | ||
@@ -16,0 +13,0 @@ * This is the top level data structure for in memory data structures, |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import { List as ImmutableList, Record, RecordOf } from "immutable"; | ||
@@ -5,0 +2,0 @@ import { ExecutionCount, JSONObject, MediaBundle, MultiLineString, OnDiskMediaBundle } from "./primitives"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module commutable | ||
*/ | ||
const immutable_1 = require("immutable"); | ||
@@ -7,0 +4,0 @@ const primitives_1 = require("./primitives"); |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import * as Immutable from "immutable"; | ||
@@ -5,0 +2,0 @@ export declare type ExecutionCount = number | null; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module commutable | ||
*/ | ||
const immutable_1 = require("immutable"); | ||
@@ -7,0 +4,0 @@ const primitives_1 = require("./primitives"); |
/** | ||
* @module commutable | ||
*/ | ||
/** | ||
* Functions in this module are provided for converting from Jupyter Notebook | ||
@@ -6,0 +3,0 @@ * Format v4 to nteract's in-memory format, affectionately referred to as |
"use strict"; | ||
/** | ||
* @module commutable | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// Due to the on-disk format needing to be written out in an explicit order, | ||
// we disable ordering for this file | ||
// tslint:disable:object-literal-sort-keys. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
@@ -10,0 +7,0 @@ * Functions in this module are provided for converting from Jupyter Notebook |
{ | ||
"name": "@nteract/commutable", | ||
"version": "7.1.3", | ||
"version": "7.1.4", | ||
"description": "library for immutable notebook operations", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "8a388230fea4a35060e555c70ca0feb781c43aec" | ||
"gitHead": "81f0f5c66e0b9ab194719cb0c09eaf7329cd623c" | ||
} |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import { ImmutableOutput } from "./outputs"; | ||
@@ -5,0 +2,0 @@ |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
// API Exports | ||
@@ -5,0 +2,0 @@ |
/** | ||
* @module commutable | ||
*/ | ||
/** | ||
* | ||
@@ -6,0 +3,0 @@ * This is the top level data structure for in memory data structures, |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import { | ||
@@ -5,0 +2,0 @@ fromJS as immutableFromJS, |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import * as Immutable from "immutable"; | ||
@@ -195,4 +192,3 @@ import uuid from "uuid/v4"; | ||
bundle[key] = mediaBundle[key] as string; | ||
} | ||
else if (!isJSONKey(key) && Array.isArray(mediaBundle[key])) { | ||
} else if (!isJSONKey(key) && Array.isArray(mediaBundle[key])) { | ||
bundle[key] = demultiline(mediaBundle[key] as MultiLineString); | ||
@@ -199,0 +195,0 @@ } else { |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import uuid from "uuid/v4"; | ||
@@ -5,0 +2,0 @@ |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
import { | ||
@@ -5,0 +2,0 @@ fromJS as immutableFromJS, |
@@ -1,5 +0,1 @@ | ||
/** | ||
* @module commutable | ||
*/ | ||
// Due to the on-disk format needing to be written out in an explicit order, | ||
@@ -6,0 +2,0 @@ // we disable ordering for this file |
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
98702
2526