@lisergia/utilities 14.0.0 → 16.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@11.0.0 build
3
+ > @lisergia/utilities@15.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
- DTS Build start
13
- ESM dist/index.js 6.50 KB
14
- ESM ⚡️ Build success in 335ms
15
12
  CJS dist/index.cjs 7.71 KB
16
- CJS ⚡️ Build success in 336ms
17
- DTS ⚡️ Build success in 895ms
13
+ CJS ⚡️ Build success in 144ms
14
+ ESM dist/index.js 6.50 KB
15
+ ESM ⚡️ Build success in 144ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 683ms
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
+ ## 16.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Update routing popState logic.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @lisergia/config-tsconfig@16.0.0
13
+
14
+ ## 15.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - Fix Link class URL redirect and build from Changesets.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @lisergia/config-tsconfig@15.0.0
24
+
3
25
  ## 14.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": "14.0.0",
3
+ "version": "16.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": "14.0.0",
12
+ "@lisergia/config-tsconfig": "16.0.0",
13
13
  "gsap": "^3.13.0",
14
14
  "tsup": "^8.5.0"
15
15
  }