@objectstack/service-storage 6.8.0 → 6.8.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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -138,7 +138,7 @@ The plugin registers two system objects via the manifest service:
138
138
 
139
139
  ## License
140
140
 
141
- Apache-2.0
141
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
142
142
 
143
143
  ## UI-driven configuration
144
144
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/service-storage",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.8.1",
4
+ "license": "Apache-2.0",
5
5
  "description": "Storage Service for ObjectStack — implements IStorageService with local filesystem and S3 adapter skeleton",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
@@ -14,9 +14,9 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "6.8.0",
18
- "@objectstack/observability": "6.8.0",
19
- "@objectstack/spec": "6.8.0"
17
+ "@objectstack/core": "6.8.1",
18
+ "@objectstack/observability": "6.8.1",
19
+ "@objectstack/spec": "6.8.1"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@aws-sdk/client-s3": "^3.0.0",