@e-mc/compress 0.8.19 → 0.8.20
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/README.md +4 -4
- package/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
## Interface
|
|
11
11
|
|
|
12
|
-
- https://www.unpkg.com/@e-mc/types@0.8.
|
|
12
|
+
- https://www.unpkg.com/@e-mc/types@0.8.20/lib/index.d.ts
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
15
|
import type { CompressLevel } from "./squared";
|
|
@@ -51,9 +51,9 @@ interface CompressConstructor extends ModuleConstructor {
|
|
|
51
51
|
|
|
52
52
|
## References
|
|
53
53
|
|
|
54
|
-
- https://www.unpkg.com/@e-mc/types@0.8.
|
|
55
|
-
- https://www.unpkg.com/@e-mc/types@0.8.
|
|
56
|
-
- https://www.unpkg.com/@e-mc/types@0.8.
|
|
54
|
+
- https://www.unpkg.com/@e-mc/types@0.8.20/lib/squared.d.ts
|
|
55
|
+
- https://www.unpkg.com/@e-mc/types@0.8.20/lib/compress.d.ts
|
|
56
|
+
- https://www.unpkg.com/@e-mc/types@0.8.20/lib/settings.d.ts
|
|
57
57
|
|
|
58
58
|
## LICENSE
|
|
59
59
|
|
package/index.js
CHANGED
|
@@ -6,9 +6,9 @@ const stream = require("stream");
|
|
|
6
6
|
const zlib = require("zlib");
|
|
7
7
|
const wawoff2 = require("wawoff2");
|
|
8
8
|
const { toSfnt, toWoff } = require('woff2sfnt-sfnt2woff');
|
|
9
|
+
const module_1 = require("@e-mc/module");
|
|
9
10
|
const types_1 = require("@e-mc/types");
|
|
10
11
|
const lib_v4_1 = require("@e-mc/module/lib-v4");
|
|
11
|
-
const module_1 = require("@e-mc/module");
|
|
12
12
|
const CACHE_IMAGE = {};
|
|
13
13
|
const CACHE_FONT = {};
|
|
14
14
|
const CACHE_FONTFROM = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-mc/compress",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.20",
|
|
4
4
|
"description": "Compress constructor for E-mc.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"homepage": "https://github.com/anpham6/e-mc#readme",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@e-mc/module": "0.8.
|
|
27
|
-
"@e-mc/types": "0.8.
|
|
26
|
+
"@e-mc/module": "0.8.20",
|
|
27
|
+
"@e-mc/types": "0.8.20",
|
|
28
28
|
"tinify": "^1.7.1",
|
|
29
29
|
"wawoff2": "^2.0.1",
|
|
30
30
|
"woff2sfnt-sfnt2woff": "^1.0.0"
|