objectstack-vscode 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 +1 -1
package/README.md CHANGED
@@ -78,4 +78,4 @@ npm run package
78
78
 
79
79
  ## License
80
80
 
81
- Apache-2.0 see [LICENSE](../../LICENSE) for details.
81
+ Apache-2.0. See [LICENSING.md](../../LICENSING.md).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "objectstack-vscode",
3
3
  "displayName": "ObjectStack",
4
4
  "description": "ObjectStack Protocol — Autocomplete, validation, and inline diagnostics for .object.ts, .view.ts, and objectstack.config.ts files",
5
- "version": "6.7.1",
5
+ "version": "6.8.0",
6
6
  "publisher": "objectstack",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {