@osdk/generator 1.0.1 → 1.0.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @osdk/generator
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 52ff84a8: Fix 2.0 OSDK generation for ontologies with no objects in them"
8
+ - 693478bd: Alphabetize property names when generating object definitions
9
+
10
+ ## 1.0.2
11
+
12
+ ### Patch Changes
13
+
14
+ - c51fc4a9: Block OSDK generation into directories that don't exist or are empty
15
+ - 0b51485b: OSDK generation now works correctly on ontologies that have 0 objects/actions/queries
16
+
3
17
  ## 1.0.1
4
18
 
5
19
  ### Patch Changes