@liquidmetal-ai/drizzle 0.4.9 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @liquidmetal-ai/drizzle
2
2
 
3
+ ## 0.4.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Adding back in riverjack
8
+
9
+ ## 0.4.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Fix broken 0.4.9 package dependencies.
14
+
3
15
  ## 0.4.9
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liquidmetal-ai/drizzle",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "description": "Raindrop core operational libraries",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -20,8 +20,8 @@
20
20
  "typescript-eslint": "^8.7.0",
21
21
  "vitest": "^2.1.1",
22
22
  "@liquidmetal-ai/eslint-config": "0.0.0",
23
- "@liquidmetal-ai/typescript-config": "0.0.0",
24
- "@liquidmetal-ai/raindrop-framework": "0.4.9"
23
+ "@liquidmetal-ai/raindrop-framework": "0.4.11",
24
+ "@liquidmetal-ai/typescript-config": "0.0.0"
25
25
  },
26
26
  "dependencies": {
27
27
  "fflate": "^0.8.2"