@osdk/cli 0.0.5 → 0.0.7

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 +17 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @osdk/cli
2
2
 
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - f3120fb: Move 2.0 client into @osdk/client to fix typescript 4.9 compatability in @osdk/api"
8
+ - 848404c: Handle conflicts between object, action, and query names
9
+ - Updated dependencies [f3120fb]
10
+ - Updated dependencies [848404c]
11
+ - @osdk/api@0.0.11
12
+
13
+ ## 0.0.6
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [9167059]
18
+ - @osdk/api@0.0.10
19
+
3
20
  ## 0.0.5
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/cli",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -22,11 +22,10 @@
22
22
  "consola": "^3.2.3",
23
23
  "find-up": "^6.3.0",
24
24
  "yargs": "^17.7.2",
25
- "@osdk/api": "0.0.9"
25
+ "@osdk/api": "0.0.11"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/archiver": "^6.0.0",
29
- "@types/luxon": "^3.3.3",
30
29
  "@types/ngeohash": "^0.6.4",
31
30
  "@types/node": "^18.0.0",
32
31
  "@types/yargs": "^17.0.29",