@osdk/generator-utils 2.6.0-rc.16 → 2.7.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -12
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,6 @@
1
1
  # @osdk/generator-utils
2
2
 
3
- ## 2.6.0-rc.16
4
-
5
- ## 2.6.0-rc.15
6
-
7
- ## 2.6.0-rc.14
8
-
9
- ### Patch Changes
10
-
11
- - af4f3bf: Remove the following features for RC:
12
- - Property formatting
13
- - Branching
14
- - Constant RDPs
3
+ ## 2.7.0-beta.2
15
4
 
16
5
  ## 2.6.0-beta.13
17
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator-utils",
3
- "version": "2.6.0-rc.16",
3
+ "version": "2.7.0-beta.2",
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.api-extractor": "~0.5.0-beta.1",
39
- "@osdk/monorepo.tsconfig": "~0.5.0-beta.1"
38
+ "@osdk/monorepo.api-extractor": "~0.6.0-beta.1",
39
+ "@osdk/monorepo.tsconfig": "~0.6.0-beta.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"