@liquidmetal-ai/drizzle 0.6.0 → 0.6.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.
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.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Releasing tenant infrastructure applications with the correct/updated framework version.
8
+
9
+ ## 0.6.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Patch summary
14
+
3
15
  ## 0.6.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liquidmetal-ai/drizzle",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
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/raindrop-framework": "0.6.0",
24
- "@liquidmetal-ai/typescript-config": "0.0.0"
23
+ "@liquidmetal-ai/typescript-config": "0.0.0",
24
+ "@liquidmetal-ai/raindrop-framework": "0.6.2"
25
25
  },
26
26
  "dependencies": {
27
27
  "fflate": "^0.8.2"