smsmslib 1.0.75 → 1.0.76
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/javascr/av_controller/HtmlControl_t.js +1 -1
- package/javascr/av_controller/HtmlMedia_t.js +2 -2
- package/javascr/av_controller/HtmlPlay_t.js +2 -2
- package/javascr/av_controller/HtmlSkipForward_t.js +2 -2
- package/javascr/av_controller/HtmlSkipRewind_t.js +2 -2
- package/javascr/av_controller/HtmlTimerBar_t.js +2 -2
- package/javascr/av_controller/HtmlTimerDigit_t.js +2 -2
- package/javascr/av_controller/HtmlTimerFrame_t.js +2 -2
- package/javascr/av_controller/av_controller.js +2 -2
- package/javascr/core/HtmlElement_t.js +1 -1
- package/javascr/core/SubjectSet_t.js +1 -1
- package/javascr/core/Subject_t.js +1 -1
- package/javascr/util/matnew.js +1 -1
- package/package.json +2 -2
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* Imports.
|
|
17
17
|
* --------------------------------------------------------------------------- */
|
|
18
18
|
|
|
19
|
-
import {HtmlElement_t} from "/javascr/core/index.js";
|
|
19
|
+
import {HtmlElement_t} from "smsmslib/javascr/core/index.js";
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
/** ---------------------------------------------------------------------------
|
|
@@ -20,7 +20,7 @@ import
|
|
|
20
20
|
sj_is_object,
|
|
21
21
|
sj_prop_chg_own,
|
|
22
22
|
}
|
|
23
|
-
from "/javascr/util/index.js";
|
|
23
|
+
from "smsmslib/javascr/util/index.js";
|
|
24
24
|
|
|
25
25
|
import
|
|
26
26
|
{
|
|
@@ -29,7 +29,7 @@ import
|
|
|
29
29
|
sj_Subject_get,
|
|
30
30
|
Subject_t
|
|
31
31
|
}
|
|
32
|
-
from "/javascr/core/index.js";
|
|
32
|
+
from "smsmslib/javascr/core/index.js";
|
|
33
33
|
|
|
34
34
|
import {AvControllerState_t} from "./AvControllerState_t.js"
|
|
35
35
|
|
|
@@ -20,7 +20,7 @@ import
|
|
|
20
20
|
sj_is_object,
|
|
21
21
|
sj_prop_chg_own,
|
|
22
22
|
}
|
|
23
|
-
from "/javascr/util/index.js";
|
|
23
|
+
from "smsmslib/javascr/util/index.js";
|
|
24
24
|
|
|
25
25
|
import
|
|
26
26
|
{
|
|
@@ -29,7 +29,7 @@ import
|
|
|
29
29
|
Subject_t,
|
|
30
30
|
sj_Subject_get,
|
|
31
31
|
}
|
|
32
|
-
from "/javascr/core/index.js";
|
|
32
|
+
from "smsmslib/javascr/core/index.js";
|
|
33
33
|
|
|
34
34
|
import {AvControllerState_t} from "./AvControllerState_t.js"
|
|
35
35
|
|
|
@@ -19,7 +19,7 @@ import
|
|
|
19
19
|
sj_is_object,
|
|
20
20
|
sj_prop_chg_own,
|
|
21
21
|
}
|
|
22
|
-
from "/javascr/util/index.js";
|
|
22
|
+
from "smsmslib/javascr/util/index.js";
|
|
23
23
|
|
|
24
24
|
import
|
|
25
25
|
{
|
|
@@ -28,7 +28,7 @@ import
|
|
|
28
28
|
Subject_t,
|
|
29
29
|
sj_Subject_get,
|
|
30
30
|
}
|
|
31
|
-
from "/javascr/core/index.js";
|
|
31
|
+
from "smsmslib/javascr/core/index.js";
|
|
32
32
|
|
|
33
33
|
import {AvControllerState_t} from "./AvControllerState_t.js"
|
|
34
34
|
|
|
@@ -19,7 +19,7 @@ import
|
|
|
19
19
|
sj_is_object,
|
|
20
20
|
sj_prop_chg_own,
|
|
21
21
|
}
|
|
22
|
-
from "/javascr/util/index.js";
|
|
22
|
+
from "smsmslib/javascr/util/index.js";
|
|
23
23
|
|
|
24
24
|
import
|
|
25
25
|
{
|
|
@@ -28,7 +28,7 @@ import
|
|
|
28
28
|
Subject_t,
|
|
29
29
|
sj_Subject_get,
|
|
30
30
|
}
|
|
31
|
-
from "/javascr/core/index.js";
|
|
31
|
+
from "smsmslib/javascr/core/index.js";
|
|
32
32
|
|
|
33
33
|
import {AvControllerState_t} from "./AvControllerState_t.js"
|
|
34
34
|
|
|
@@ -20,13 +20,13 @@ import
|
|
|
20
20
|
{
|
|
21
21
|
sj_is_object,
|
|
22
22
|
}
|
|
23
|
-
from "/javascr/util/index.js";
|
|
23
|
+
from "smsmslib/javascr/util/index.js";
|
|
24
24
|
|
|
25
25
|
import
|
|
26
26
|
{
|
|
27
27
|
HtmlElement_t,
|
|
28
28
|
}
|
|
29
|
-
from "/javascr/core/index.js";
|
|
29
|
+
from "smsmslib/javascr/core/index.js";
|
|
30
30
|
|
|
31
31
|
import {AvControllerState_t} from "./AvControllerState_t.js"
|
|
32
32
|
|
|
@@ -22,13 +22,13 @@ import
|
|
|
22
22
|
{
|
|
23
23
|
sj_is_object,
|
|
24
24
|
}
|
|
25
|
-
from "/javascr/util/index.js";
|
|
25
|
+
from "smsmslib/javascr/util/index.js";
|
|
26
26
|
|
|
27
27
|
import
|
|
28
28
|
{
|
|
29
29
|
HtmlElement_t,
|
|
30
30
|
}
|
|
31
|
-
from "/javascr/core/index.js";
|
|
31
|
+
from "smsmslib/javascr/core/index.js";
|
|
32
32
|
|
|
33
33
|
import {AvControllerState_t} from "./AvControllerState_t.js"
|
|
34
34
|
|
|
@@ -19,7 +19,7 @@ import
|
|
|
19
19
|
{
|
|
20
20
|
sj_prop_chg_own,
|
|
21
21
|
}
|
|
22
|
-
from "/javascr/util/index.js";
|
|
22
|
+
from "smsmslib/javascr/util/index.js";
|
|
23
23
|
|
|
24
24
|
import
|
|
25
25
|
{
|
|
@@ -28,7 +28,7 @@ import
|
|
|
28
28
|
sj_Subject_get,
|
|
29
29
|
sj_element_key_get,
|
|
30
30
|
}
|
|
31
|
-
from "/javascr/core/index.js";
|
|
31
|
+
from "smsmslib/javascr/core/index.js";
|
|
32
32
|
|
|
33
33
|
import {AvControllerState_t} from "./AvControllerState_t.js"
|
|
34
34
|
|
|
@@ -19,7 +19,7 @@ import
|
|
|
19
19
|
sj_prop_chg_own,
|
|
20
20
|
sj_array_push,
|
|
21
21
|
}
|
|
22
|
-
from "/javascr/util/index.js";
|
|
22
|
+
from "smsmslib/javascr/util/index.js";
|
|
23
23
|
|
|
24
24
|
import
|
|
25
25
|
{
|
|
@@ -31,7 +31,7 @@ import
|
|
|
31
31
|
Subject_t,
|
|
32
32
|
SubjectSet_t
|
|
33
33
|
}
|
|
34
|
-
from "/javascr/core/index.js";
|
|
34
|
+
from "smsmslib/javascr/core/index.js";
|
|
35
35
|
|
|
36
36
|
import {AvControllerState_t} from "./AvControllerState_t.js";
|
|
37
37
|
import {HtmlMedia_t} from "./HtmlMedia_t.js";
|
package/javascr/util/matnew.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smsmslib",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.76",
|
|
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.
|
|
22
|
+
"smsmslib": "^1.0.76"
|
|
23
23
|
}
|
|
24
24
|
}
|