@osdk/generator 1.0.1 → 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 +7 -0
- package/build/js/index.cjs +1412 -184
- package/build/js/index.cjs.map +1 -1
- package/build/js/index.mjs +1411 -183
- package/build/js/index.mjs.map +1 -1
- package/build/types/MinimalFs.d.ts +2 -0
- package/build/types/util/test/createMockMinimalFiles.d.ts +2 -1
- package/build/types/util/verifyOutdir.d.ts +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 1.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|