jupyter-ijavascript-utils 1.42.0 → 1.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DOCS.md CHANGED
@@ -75,6 +75,7 @@ Give it a try here:
75
75
 
76
76
  ## What's New
77
77
 
78
+ * 1.43 - esm module fix since still not supported yet in ijavascript
78
79
  * 1.41 - {@link module:object.propertyInherit|object.propertyInherit} - to simplify inheriting values from one record to the next
79
80
  * 1.40 - {@link module:array.extract|array.extract} and {@link module:array.applyArrayValues|array.applyArrayValues} to allow for extracting values from arrays, transforming them on a separate process and applying them deeply and safely
80
81
  * 1.39 - {@link module:format.extractWords|format.exportWords} - to identify distinct words in strings using unicode character properties
package/Dockerfile CHANGED
@@ -1,3 +1,3 @@
1
1
  # syntax=docker/dockerfile:1
2
2
 
3
- FROM darkbluestudios/jupyter-ijavascript-utils:binder_1.42.0
3
+ FROM darkbluestudios/jupyter-ijavascript-utils:binder_1.43.0
package/README.md CHANGED
@@ -55,6 +55,7 @@ This is not intended to be the only way to accomplish many of these tasks, and a
55
55
 
56
56
  # What's New
57
57
 
58
+ * 1.43 - esm module fix since still not supported yet in ijavascript
58
59
  * 1.41 - object.propertyInherit - to simplify inheriting values from one record to the next
59
60
  * 1.40 - array.extract and array.applyArrayValue to allow for extracting values from arrays, transforming them on a separate process and applying them back
60
61
  * 1.39 - format.exportWords - to identify distinct words in strings using unicode character properties
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyter-ijavascript-utils",
3
- "version": "1.42.0",
3
+ "version": "1.43.0",
4
4
  "description": "Utilities for working with iJavaScript - a Jupyter Kernel",
5
5
  "homepage": "https://jupyter-ijavascript-utils.onrender.com/",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "pino-pretty": "^5.1.2",
55
55
  "plantuml-encoder": "^1.4.0",
56
56
  "promise-sequential": "^1.1.1",
57
- "svgdom": "^0.1.10",
57
+ "svgdom": "0.1.16",
58
58
  "uuid": "^8.3.2",
59
59
  "vega": "^5.22.1",
60
60
  "vega-datasets": "2.3.0",