@lisergia/utilities 6.0.0 → 7.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@4.0.0 build
3
+ > @lisergia/utilities@6.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
- ESM dist/index.js 2.97 KB
13
- ESM ⚡️ Build success in 18ms
14
- CJS dist/index.cjs 4.10 KB
15
- CJS ⚡️ Build success in 18ms
12
+ CJS dist/index.cjs 7.71 KB
13
+ CJS ⚡️ Build success in 130ms
14
+ ESM dist/index.js 6.50 KB
15
+ ESM ⚡️ Build success in 130ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 695ms
18
- DTS dist/index.d.cts 1.02 KB
19
- DTS dist/index.d.ts 1.02 KB
17
+ DTS ⚡️ Build success in 699ms
18
+ DTS dist/index.d.cts 1.32 KB
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
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Fix hash querySelector.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @lisergia/config-tsconfig@7.0.0
13
+
3
14
  ## 6.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": "6.0.0",
3
+ "version": "7.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": "6.0.0",
12
+ "@lisergia/config-tsconfig": "7.0.0",
13
13
  "gsap": "^3.13.0",
14
14
  "tsup": "^8.5.0"
15
15
  }