@osdk/generator-utils 2.19.0 → 2.20.0-main-9eb67e484674ef3b31366ff805e2a680cb21cb16
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 +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/generator-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0-main-9eb67e484674ef3b31366ff805e2a680cb21cb16",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@types/tmp": "^0.2.6",
|
|
36
36
|
"tmp": "^0.2.5",
|
|
37
37
|
"typescript": "~5.5.4",
|
|
38
|
-
"@osdk/monorepo.
|
|
39
|
-
"@osdk/monorepo.
|
|
38
|
+
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
39
|
+
"@osdk/monorepo.api-extractor": "~0.7.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|