@objectstack/types 6.7.1 → 6.8.0

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 +2 -2
package/README.md CHANGED
@@ -387,4 +387,4 @@ When adding new types to this package:
387
387
 
388
388
  ## License
389
389
 
390
- MIT
390
+ Apache-2.0. See [LICENSING.md](../../LICENSING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/types",
3
- "version": "6.7.1",
3
+ "version": "6.8.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Shared interfaces describing the ObjectStack Runtime environment",
6
6
  "main": "dist/index.js",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/spec": "6.7.1"
16
+ "@objectstack/spec": "6.8.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "typescript": "^6.0.3"