@lisergia/utilities 17.0.0 → 18.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@17.0.0 build
4
4
  > tsup src/index.ts --format cjs,esm --dts
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -10,11 +10,11 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  CJS dist/index.cjs 7.71 KB
13
- CJS ⚡️ Build success in 15ms
13
+ CJS ⚡️ Build success in 41ms
14
14
  ESM dist/index.js 6.50 KB
15
- ESM ⚡️ Build success in 15ms
15
+ ESM ⚡️ Build success in 41ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 704ms
17
+ DTS ⚡️ Build success in 621ms
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,16 @@
1
1
  # @lisergia/utilities
2
2
 
3
+ ## 18.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Fix memory leak from DOMParser.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @lisergia/config-tsconfig@18.0.0
13
+
3
14
  ## 17.0.0
4
15
 
5
16
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lisergia/utilities",
3
- "version": "17.0.0",
3
+ "version": "18.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": "18.0.0",
13
13
  "gsap": "^3.13.0",
14
14
  "tsup": "^8.5.0"
15
15
  }