smsmslib 1.0.72 → 1.0.74

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.
@@ -65,7 +65,7 @@ from "./tree.js";
65
65
  * @see mat_new_init
66
66
  * @see mat_new_cb
67
67
  */
68
- function sj_mat_new(ai_dim, initial)
68
+ export function sj_mat_new(ai_dim, initial)
69
69
  {
70
70
  let a_root = mat_new_init(ai_dim);
71
71
  let a_mat = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smsmslib",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "description": "Reusable functions for me.",
5
5
  "files": [
6
6
  "javascr/**/*.js",
@@ -19,6 +19,6 @@
19
19
  "author": "",
20
20
  "license": "ISC",
21
21
  "dependencies": {
22
- "smsmslib": "^1.0.72"
22
+ "smsmslib": "^1.0.74"
23
23
  }
24
24
  }