@pikku/kysely 0.8.0 → 0.9.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @pikku/kysely
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fdb1593: core: bumping everything with a patch to sync up the major release inconsistencies in dependencies
8
+ - Updated dependencies [fdb1593]
9
+ - @pikku/core@0.9.1
10
+
11
+ ## 0.9.0
12
+
13
+ ### Breaking Changes
14
+
15
+ - Normalized all transports to use "wirings" instead of events/routes/transports for consistency across the framework
16
+
3
17
  ## 0.8.0
4
18
 
5
19
  - Updated to match the 0.8 version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikku/kysely",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "author": "yasser.fadl@gmail.com",
5
5
  "license": "MIT",
6
6
  "module": "dist/src/index.js",
@@ -17,7 +17,7 @@
17
17
  "release": "npm run build && npm test"
18
18
  },
19
19
  "peerDependencies": {
20
- "@pikku/core": "^0.8.0"
20
+ "@pikku/core": "^0.9.1"
21
21
  },
22
22
  "dependencies": {
23
23
  "kysely": "^0.27.6",