@osdk/generator-utils 2.2.0-beta.22 → 2.2.0-beta.23
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 +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @osdk/generator-utils
|
|
2
2
|
|
|
3
|
+
## 2.2.0-beta.23
|
|
4
|
+
|
|
3
5
|
## 2.2.0-beta.22
|
|
4
6
|
|
|
5
7
|
## 2.2.0-beta.21
|
|
@@ -50,6 +52,14 @@
|
|
|
50
52
|
|
|
51
53
|
## 2.2.0-beta.2
|
|
52
54
|
|
|
55
|
+
## 2.1.0
|
|
56
|
+
|
|
57
|
+
### Minor Changes
|
|
58
|
+
|
|
59
|
+
- 25fd9f0: Updating package.json to have better entry points to support react native bundlers.
|
|
60
|
+
- 0beaf9d: Introduces generator utils
|
|
61
|
+
- c691c8b: Package now has experimental support for commonjs
|
|
62
|
+
|
|
53
63
|
## 2.1.0-beta.31
|
|
54
64
|
|
|
55
65
|
## 2.1.0-beta.30
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/generator-utils",
|
|
3
|
-
"version": "2.2.0-beta.
|
|
3
|
+
"version": "2.2.0-beta.23",
|
|
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.3",
|
|
37
37
|
"typescript": "~5.5.4",
|
|
38
|
-
"@osdk/monorepo.
|
|
39
|
-
"@osdk/monorepo.
|
|
38
|
+
"@osdk/monorepo.tsconfig": "~0.1.0-beta.1",
|
|
39
|
+
"@osdk/monorepo.api-extractor": "~0.1.0-beta.1"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|