@symbo.ls/default-config 3.14.1 → 3.14.2

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @symbo.ls/default-config
2
+
3
+ ## 3.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Auto-generated patch release for changed packages.
@@ -6,7 +6,7 @@
6
6
  * src/srcset/children outputs computed from `el.context.assets`.
7
7
  */
8
8
 
9
- import { describe, it, expect } from '@jest/globals'
9
+ import { describe, it, expect } from 'vitest'
10
10
  import { Img } from '../components/Atoms/Img.js'
11
11
  import { Video } from '../components/Atoms/Video.js'
12
12
  import { Audio } from '../components/Atoms/Audio.js'
@@ -8,7 +8,7 @@
8
8
  * build-time prune can't silently strip entries again.
9
9
  */
10
10
 
11
- import { describe, it, expect } from '@jest/globals'
11
+ import { describe, it, expect } from 'vitest'
12
12
  import { COMPONENTS } from '../components/index.js'
13
13
 
14
14
  const REQUIRED = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-config",
3
- "version": "3.14.1",
3
+ "version": "3.14.2",
4
4
  "source": "./blank/index.js",
5
5
  "main": "./blank/index.js",
6
6
  "type": "module",