@thi.ng/hdom-components 5.1.44 → 5.1.46
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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/fps-counter.d.ts +1 -1
- package/fps-counter.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/fps-counter.d.ts
CHANGED
package/fps-counter.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { step } from "@thi.ng/transducers/step";
|
|
2
1
|
import { sma } from "@thi.ng/transducers-stats/sma";
|
|
2
|
+
import { step } from "@thi.ng/transducers/step";
|
|
3
3
|
import { sparkline } from "./sparkline.js";
|
|
4
4
|
/**
|
|
5
5
|
* Customizable FPS counter with sparkline visualization of N previous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom-components",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.46",
|
|
4
4
|
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/adapt-dpi": "^2.2.
|
|
38
|
-
"@thi.ng/api": "^8.7.
|
|
39
|
-
"@thi.ng/checks": "^3.3.
|
|
40
|
-
"@thi.ng/math": "^5.4.
|
|
41
|
-
"@thi.ng/transducers": "^8.4.
|
|
42
|
-
"@thi.ng/transducers-stats": "^2.1.
|
|
37
|
+
"@thi.ng/adapt-dpi": "^2.2.11",
|
|
38
|
+
"@thi.ng/api": "^8.7.6",
|
|
39
|
+
"@thi.ng/checks": "^3.3.12",
|
|
40
|
+
"@thi.ng/math": "^5.4.7",
|
|
41
|
+
"@thi.ng/transducers": "^8.4.2",
|
|
42
|
+
"@thi.ng/transducers-stats": "^2.1.46"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.34.4",
|
|
46
|
-
"@thi.ng/testament": "^0.3.
|
|
47
|
-
"rimraf": "^4.4.
|
|
46
|
+
"@thi.ng/testament": "^0.3.15",
|
|
47
|
+
"rimraf": "^4.4.1",
|
|
48
48
|
"tools": "^0.0.1",
|
|
49
|
-
"typedoc": "^0.23.
|
|
50
|
-
"typescript": "^
|
|
49
|
+
"typedoc": "^0.23.28",
|
|
50
|
+
"typescript": "^5.0.4"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
53
53
|
"browser",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"status": "beta",
|
|
111
111
|
"year": 2018
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "abcedd9e4e06a4b631f363610eec572f79b571c1\n"
|
|
114
114
|
}
|