@osdk/foundry-sdk-generator 1.3.9 → 1.3.11
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 +12 -0
- package/build/browser/index.js +1 -1
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.cjs +1 -1
- package/build/cjs/index.cjs.map +1 -1
- package/build/esm/index.js +1 -1
- package/build/esm/index.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @osdk/foundry-sdk-generator
|
|
2
2
|
|
|
3
|
+
## 1.3.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 232f0f0: Update beta generator.
|
|
8
|
+
|
|
9
|
+
## 1.3.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8fc2c9a: Updating the beta generator version on stable branch.
|
|
14
|
+
|
|
3
15
|
## 1.3.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/build/browser/index.js
CHANGED
|
@@ -558,7 +558,7 @@ function isValidSemver(semverString) {
|
|
|
558
558
|
}
|
|
559
559
|
|
|
560
560
|
// src/utils/UserAgent.ts
|
|
561
|
-
var USER_AGENT = `typescript-sdk-generator/${"1.3.
|
|
561
|
+
var USER_AGENT = `typescript-sdk-generator/${"1.3.11"}`;
|
|
562
562
|
async function createRollupBuild(absolutePackagePath, packageName) {
|
|
563
563
|
const inputPath = `${absolutePackagePath}/${packageName}/index.js`;
|
|
564
564
|
const {
|