@lisergia/utilities 22.0.0 → 23.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@21.0.0 build
3
+ > @lisergia/utilities@22.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 37ms
14
12
  ESM dist/index.js 6.50 KB
15
- ESM ⚡️ Build success in 36ms
13
+ ESM ⚡️ Build success in 134ms
14
+ CJS dist/index.cjs 7.71 KB
15
+ CJS ⚡️ Build success in 135ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 673ms
17
+ DTS ⚡️ Build success in 685ms
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
+ ## 23.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Add IS_LINKS_ENABLED flag.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @lisergia/config-tsconfig@23.0.0
13
+
3
14
  ## 22.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": "22.0.0",
3
+ "version": "23.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": "22.0.0",
12
+ "@lisergia/config-tsconfig": "23.0.0",
13
13
  "gsap": "^3.13.0",
14
14
  "tsup": "^8.5.0"
15
15
  }