@objectstack/service-package 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 +2 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > Runtime package publishing, retrieval, and lifecycle management for ObjectStack — the storage layer behind the dynamic marketplace.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@objectstack/service-package.svg)](https://www.npmjs.com/package/@objectstack/service-package)
6
- [![License: BUSL-1.1](https://img.shields.io/badge/License-BUSL--1.1-blue.svg)](../../../LICENSING.md)
6
+ [![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](../../../LICENSING.md)
7
7
 
8
8
  ## Overview
9
9
 
@@ -122,5 +122,4 @@ CREATE INDEX IF NOT EXISTS idx_packages_latest
122
122
 
123
123
  ## License
124
124
 
125
- BUSL-1.1 with a four-year conversion to Apache-2.0. See
126
- [LICENSING.md](../../../LICENSING.md).
125
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/service-package",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.8.1",
4
+ "license": "Apache-2.0",
5
5
  "description": "Package management service for ObjectStack — publish, install, and manage packages",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
@@ -14,8 +14,8 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "6.8.0",
18
- "@objectstack/spec": "6.8.0"
17
+ "@objectstack/core": "6.8.1",
18
+ "@objectstack/spec": "6.8.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.9.1",