@atlaspack/optimizer-htmlnano 2.14.21-typescript-b27501580.0 → 2.14.21-typescript-5b4d3ad41.0

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.
@@ -0,0 +1,3 @@
1
+ import { Optimizer } from '@atlaspack/plugin';
2
+ declare const _default: Optimizer<unknown, unknown>;
3
+ export default _default;
@@ -0,0 +1,6 @@
1
+ export declare const SVG_TAG_NAMES: {
2
+ [key: string]: string;
3
+ };
4
+ export declare const SVG_ATTRS: {
5
+ [key: string]: string;
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/optimizer-htmlnano",
3
- "version": "2.14.21-typescript-b27501580.0",
3
+ "version": "2.14.21-typescript-5b4d3ad41.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,7 +16,7 @@
16
16
  "node": ">= 16.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/plugin": "2.14.21-typescript-b27501580.0",
19
+ "@atlaspack/plugin": "2.14.21-typescript-5b4d3ad41.0",
20
20
  "htmlnano": "^2.0.0",
21
21
  "nullthrows": "^1.1.1",
22
22
  "posthtml": "^0.16.5",
@@ -26,5 +26,5 @@
26
26
  "scripts": {
27
27
  "check-ts": "tsc --emitDeclarationOnly --rootDir src"
28
28
  },
29
- "gitHead": "b275015805a058452afb6fb48c078ecd4de925f2"
29
+ "gitHead": "5b4d3ad41ffa002b989ba77271bb3010a1f05b2a"
30
30
  }