@osdk/maker-experimental 0.5.0-rc.2 → 0.6.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.
- package/CHANGELOG.md +3 -40
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,51 +1,14 @@
|
|
|
1
1
|
# @osdk/maker-experimental
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.6.0-beta.2
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- e462938: Support PSGs in OAC
|
|
8
|
-
- 31cd835: Revert beta changes
|
|
9
|
-
- Updated dependencies [31cd835]
|
|
10
|
-
- @osdk/api@2.7.0-rc.15
|
|
11
|
-
|
|
12
|
-
## 0.4.0
|
|
13
8
|
|
|
14
9
|
### Patch Changes
|
|
15
10
|
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
- af4f3bf: Remove the following features for RC:
|
|
19
|
-
- Property formatting
|
|
20
|
-
- Branching
|
|
21
|
-
- Constant RDPs
|
|
22
|
-
|
|
23
|
-
- Updated dependencies [322c5bc]
|
|
24
|
-
|
|
25
|
-
- Updated dependencies [f7ae38a]
|
|
26
|
-
|
|
27
|
-
- Updated dependencies [486ef7e]
|
|
28
|
-
|
|
29
|
-
- Updated dependencies [ea077c6]
|
|
30
|
-
|
|
31
|
-
- Updated dependencies [3d7dc0a]
|
|
32
|
-
|
|
33
|
-
- Updated dependencies [2556c64]
|
|
34
|
-
|
|
35
|
-
- Updated dependencies [5a9cd8f]
|
|
36
|
-
|
|
37
|
-
- Updated dependencies [b307201]
|
|
38
|
-
|
|
39
|
-
- Updated dependencies [e7bf02a]
|
|
40
|
-
|
|
41
|
-
- Updated dependencies [a1ffb20]
|
|
42
|
-
|
|
43
|
-
- Updated dependencies [b959085]
|
|
44
|
-
|
|
45
|
-
- Updated dependencies [af4f3bf]
|
|
46
|
-
|
|
47
|
-
- Updated dependencies [e62c692]
|
|
48
|
-
- @osdk/api@2.6.0
|
|
11
|
+
- @osdk/api@2.8.0-beta.2
|
|
49
12
|
|
|
50
13
|
## 0.3.0
|
|
51
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/maker-experimental",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0-beta.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tiny-invariant": "^1.3.3",
|
|
31
|
-
"@osdk/api": "~2.
|
|
31
|
+
"@osdk/api": "~2.8.0-beta.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"typescript": "~5.5.4",
|
|
35
35
|
"vitest": "^3.2.4",
|
|
36
|
-
"@osdk/client.unstable": "~2.
|
|
37
|
-
"@osdk/maker": "~0.
|
|
38
|
-
"@osdk/monorepo.api-extractor": "~0.
|
|
39
|
-
"@osdk/monorepo.tsconfig": "~0.
|
|
36
|
+
"@osdk/client.unstable": "~2.8.0-beta.2",
|
|
37
|
+
"@osdk/maker": "~0.16.0-beta.2",
|
|
38
|
+
"@osdk/monorepo.api-extractor": "~0.7.0-beta.1",
|
|
39
|
+
"@osdk/monorepo.tsconfig": "~0.7.0-beta.1"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|