@objectstack/types 0.9.2 → 1.0.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/CHANGELOG.md +20 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @objectstack/types
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@1.0.1
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - Major version release for ObjectStack Protocol v1.0.
14
+ - Stabilized Protocol Definitions
15
+ - Enhanced Runtime Plugin Support
16
+ - Fixed Type Compliance across Monorepo
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @objectstack/spec@1.0.0
22
+
3
23
  ## 0.9.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@objectstack/types",
3
- "version": "0.9.2",
3
+ "version": "1.0.1",
4
+ "license": "Apache-2.0",
4
5
  "description": "Shared interfaces describing the ObjectStack Runtime environment",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
7
8
  "dependencies": {
8
- "@objectstack/spec": "0.9.2"
9
+ "@objectstack/spec": "1.0.1"
9
10
  },
10
11
  "devDependencies": {
11
12
  "typescript": "^5.0.0"