@opensaas/stack-storage 0.1.4 → 0.1.6

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @opensaas/stack-storage@0.1.4 build /home/runner/work/stack/stack/packages/storage
2
+ > @opensaas/stack-storage@0.1.6 build /home/runner/work/stack/stack/packages/storage
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @opensaas/stack-storage
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [39996ca]
8
+ - Updated dependencies [39996ca]
9
+ - @opensaas/stack-core@0.1.6
10
+
11
+ ## 0.1.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 17eaafb: Update package urls
16
+ - Updated dependencies [17eaafb]
17
+ - @opensaas/stack-core@0.1.5
18
+
3
19
  ## 0.1.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-storage",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "File and image upload field types with pluggable storage providers for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "exports": {
@@ -27,7 +27,7 @@
27
27
  "mime-types": "^3.0.1",
28
28
  "sharp": "^0.34.4",
29
29
  "zod": "^4.1.12",
30
- "@opensaas/stack-core": "0.1.4"
30
+ "@opensaas/stack-core": "0.1.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/mime-types": "^3.0.1",
@@ -38,7 +38,16 @@
38
38
  "vitest": "^4.0.5"
39
39
  },
40
40
  "peerDependencies": {
41
- "@opensaas/stack-core": "0.1.4"
41
+ "@opensaas/stack-core": "0.1.6"
42
+ },
43
+ "repository": {
44
+ "type": "git",
45
+ "url": "https://github.com/OpenSaasAU/stack.git",
46
+ "directory": "packages/storage"
47
+ },
48
+ "homepage": "https://stack.opensaas.au",
49
+ "bugs": {
50
+ "url": "https://github.com/OpenSaasAU/stack/issues"
42
51
  },
43
52
  "scripts": {
44
53
  "build": "tsc",