@fragno-dev/test 0.1.10 → 0.1.11

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,5 +1,5 @@
1
1
 
2
- > @fragno-dev/test@0.1.10 build /home/runner/work/fragno/fragno/packages/fragno-test
2
+ > @fragno-dev/test@0.1.11 build /home/runner/work/fragno/fragno/packages/fragno-test
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.15.12 powered by rolldown v1.0.0-beta.45
@@ -16,4 +16,4 @@
16
16
  ℹ dist/index.d.ts  3.34 kB │ gzip: 0.93 kB
17
17
  ℹ dist/adapters.d.ts  1.28 kB │ gzip: 0.42 kB
18
18
  ℹ 8 files, total: 42.80 kB
19
- ✔ Build complete in 13034ms
19
+ ✔ Build complete in 12193ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fragno-dev/test
2
2
 
3
+ ## 0.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [09a1e13]
8
+ - @fragno-dev/core@0.1.7
9
+ - @fragno-dev/db@0.1.13
10
+
3
11
  ## 0.1.10
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fragno-dev/test",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -16,7 +16,7 @@
16
16
  "@standard-schema/spec": "^1.0.0",
17
17
  "kysely": "^0.28.7",
18
18
  "sqlocal": "^0.15.2",
19
- "@fragno-dev/core": "0.1.6",
19
+ "@fragno-dev/core": "0.1.7",
20
20
  "@fragno-dev/db": "0.1.13"
21
21
  },
22
22
  "peerDependencies": {