@pikku/kysely 0.9.0 → 0.9.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 CHANGED
@@ -1,12 +1,32 @@
1
1
  # @pikku/kysely
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a5905a9: chore: updating all dependencies
8
+ - Updated dependencies [1256238]
9
+ - Updated dependencies [6cf8efd]
10
+ - Updated dependencies [d3a9a09]
11
+ - Updated dependencies [840e078]
12
+ - Updated dependencies [667d23c]
13
+ - Updated dependencies [a5905a9]
14
+ - @pikku/core@0.9.2
15
+
16
+ ## 0.9.1
17
+
18
+ ### Patch Changes
19
+
20
+ - fdb1593: core: bumping everything with a patch to sync up the major release inconsistencies in dependencies
21
+ - Updated dependencies [fdb1593]
22
+ - @pikku/core@0.9.1
23
+
3
24
  ## 0.9.0
4
25
 
5
26
  ### Breaking Changes
6
27
 
7
28
  - Normalized all transports to use "wirings" instead of events/routes/transports for consistency across the framework
8
29
 
9
-
10
30
  ## 0.8.0
11
31
 
12
32
  - Updated to match the 0.8 version
File without changes
@@ -1 +1 @@
1
- {"root":["../src/index.ts","../src/kysely-channel-store.ts","../src/kysely-eventhub-store.ts","../src/pikku-kysely.ts","../bin/pikku-kysely-pure.ts"],"version":"5.8.3"}
1
+ {"root":["../src/index.ts","../src/kysely-channel-store.ts","../src/kysely-eventhub-store.ts","../src/pikku-kysely.ts","../bin/pikku-kysely-pure.ts"],"version":"5.9.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikku/kysely",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "author": "yasser.fadl@gmail.com",
5
5
  "license": "MIT",
6
6
  "module": "dist/src/index.js",
@@ -17,18 +17,18 @@
17
17
  "release": "npm run build && npm test"
18
18
  },
19
19
  "peerDependencies": {
20
- "@pikku/core": "^0.8.0"
20
+ "@pikku/core": "^0.9.2"
21
21
  },
22
22
  "dependencies": {
23
- "kysely": "^0.27.6",
23
+ "kysely": "^0.28.5",
24
24
  "kysely-postgres-js": "^2.0.0",
25
- "postgres": "^3.4.5"
25
+ "postgres": "^3.4.7"
26
26
  },
27
27
  "devDependencies": {
28
- "kysely": "^0.27.6",
29
- "kysely-codegen": "^0.16.6",
28
+ "kysely": "^0.28.5",
29
+ "kysely-codegen": "^0.18.5",
30
30
  "kysely-postgres-js": "^2.0.0",
31
- "postgres": "^3.4.5",
32
- "typescript": "^5.6"
31
+ "postgres": "^3.4.7",
32
+ "typescript": "^5.9"
33
33
  }
34
34
  }