@looker/wholly-artifact 0.1.6 → 0.1.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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -37,6 +37,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
37
  * devDependencies
38
38
  * @looker/sdk-node bumped from 23.8.0 to 23.8.1
39
39
 
40
+ ### Dependencies
41
+
42
+ * The following workspace dependencies were updated
43
+ * dependencies
44
+ * @looker/sdk-rtl bumped from * to 21.6.1
45
+ * @looker/sdk bumped from 23.8.1 to 23.10.0
46
+ * devDependencies
47
+ * @looker/sdk-node bumped from 23.8.1 to 23.10.0
48
+
40
49
  ## [0.1.2](https://github.com/looker-open-source/sdk-codegen/compare/wholly-artifact-v0.1.1...wholly-artifact-v0.1.2) (2023-03-09)
41
50
 
42
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/wholly-artifact",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Looker Artifact API as a Table SDK",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "homepage": "https://github.com/looker-open-source/sdk-codegen/tree/main/packages/wholly-artifact",
39
39
  "devDependencies": {
40
- "@looker/sdk-node": "23.8.1",
40
+ "@looker/sdk-node": "23.10.0",
41
41
  "@types/uuid": "^8.3.4"
42
42
  },
43
43
  "dependencies": {
44
- "@looker/sdk": "23.8.1",
45
- "@looker/sdk-rtl": "*",
44
+ "@looker/sdk": "23.10.0",
45
+ "@looker/sdk-rtl": "21.6.1",
46
46
  "lodash": "^4.17.21",
47
47
  "uuid": "^9.0.0"
48
48
  },
@@ -52,5 +52,5 @@
52
52
  "API",
53
53
  "SDK"
54
54
  ],
55
- "gitHead": "82ff8cf5a2ef34ab98526dbeca2330fa65d8ca88"
55
+ "gitHead": "03f443d0eedb8cd7b06f6e501bd4f28a37db5069"
56
56
  }