@pikku/schema-cfworker 0.9.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 +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,19 @@
1
1
  # @pikku/cfworker-json-schema
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
+
3
11
  ## 0.9.0
4
12
 
5
13
  ### Breaking Changes
6
14
 
7
15
  - Normalized all transports to use "wirings" instead of events/routes/transports for consistency across the framework
8
16
 
9
-
10
17
  ## 0.8.0
11
18
 
12
19
  - Updating to match remaining packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikku/schema-cfworker",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "The pikku schema cfworker-json-schema package",
5
5
  "license": "MIT",
6
6
  "author": "yasser.fadl@gmail.com",
@@ -18,7 +18,7 @@
18
18
  "test:coverage": "bash run-tests.sh --coverage"
19
19
  },
20
20
  "peerDependencies": {
21
- "@pikku/core": "^0.8.0"
21
+ "@pikku/core": "^0.9.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "typescript": "^5.6.3"