@osdk/generator 1.0.0 → 1.0.2

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,21 @@
1
1
  # @osdk/generator
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c51fc4a9: Block OSDK generation into directories that don't exist or are empty
8
+ - 0b51485b: OSDK generation now works correctly on ontologies that have 0 objects/actions/queries
9
+
10
+ ## 1.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - b07ff14: CLI can now request ontology data directly from the backend
15
+ - Updated dependencies [b07ff14]
16
+ - @osdk/gateway@1.0.1
17
+ - @osdk/api@1.0.1
18
+
3
19
  ## 1.0.0
4
20
 
5
21
  ### Major Changes