@pikku/kysely 0.8.0 → 0.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pikku/kysely
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Breaking Changes
6
+
7
+ - Normalized all transports to use "wirings" instead of events/routes/transports for consistency across the framework
8
+
9
+
3
10
  ## 0.8.0
4
11
 
5
12
  - Updated to match the 0.8 version
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikku/kysely",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "author": "yasser.fadl@gmail.com",
5
5
  "license": "MIT",
6
6
  "module": "dist/src/index.js",