@lisergia/utilities 17.0.0 → 19.0.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @lisergia/utilities@16.0.0 build
3
+ > @lisergia/utilities@18.0.0 build
4
4
  > tsup src/index.ts --format cjs,esm --dts
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -9,12 +9,12 @@
9
9
  CLI Target: node16
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.cjs 7.71 KB
13
- CJS ⚡️ Build success in 15ms
14
12
  ESM dist/index.js 6.50 KB
15
13
  ESM ⚡️ Build success in 15ms
14
+ CJS dist/index.cjs 7.71 KB
15
+ CJS ⚡️ Build success in 15ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 704ms
17
+ DTS ⚡️ Build success in 677ms
18
18
  DTS dist/index.d.cts 1.32 KB
19
19
  DTS dist/index.d.ts 1.32 KB
20
20
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @lisergia/utilities
2
2
 
3
+ ## 19.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Cleanup elements from Component on destroy.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @lisergia/config-tsconfig@19.0.0
13
+
14
+ ## 18.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - Fix memory leak from DOMParser.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @lisergia/config-tsconfig@18.0.0
24
+
3
25
  ## 17.0.0
4
26
 
5
27
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lisergia/utilities",
3
- "version": "17.0.0",
3
+ "version": "19.0.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "dev": "tsup src/index.ts --format cjs,esm --dts --watch"
10
10
  },
11
11
  "dependencies": {
12
- "@lisergia/config-tsconfig": "17.0.0",
12
+ "@lisergia/config-tsconfig": "19.0.0",
13
13
  "gsap": "^3.13.0",
14
14
  "tsup": "^8.5.0"
15
15
  }