smsmslib 1.0.83 → 1.0.84

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.
@@ -17,6 +17,12 @@ import
17
17
  }
18
18
  from "./type.js";
19
19
 
20
+ import
21
+ {
22
+ sj_new_lit,
23
+ }
24
+ from "./new.js";
25
+
20
26
  import
21
27
  {
22
28
  sj_array_new,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smsmslib",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
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.83"
22
+ "smsmslib": "^1.0.84"
23
23
  }
24
24
  }