@looker/wholly-artifact 0.1.25 → 0.1.27

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -174,6 +174,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174
174
  * devDependencies
175
175
  * @looker/sdk-node bumped from 24.16.1 to 24.16.2
176
176
 
177
+ ### Dependencies
178
+
179
+ * The following workspace dependencies were updated
180
+ * dependencies
181
+ * @looker/sdk bumped from 24.16.2 to 24.18.0
182
+ * devDependencies
183
+ * @looker/sdk-node bumped from 24.16.2 to 24.18.0
184
+
185
+ ### Dependencies
186
+
187
+ * The following workspace dependencies were updated
188
+ * dependencies
189
+ * @looker/sdk bumped from 24.18.0 to 24.18.1
190
+ * devDependencies
191
+ * @looker/sdk-node bumped from 24.18.0 to 24.18.1
192
+
177
193
  ## [0.1.24](https://github.com/looker-open-source/sdk-codegen/compare/wholly-artifact-v0.1.23...wholly-artifact-v0.1.24) (2024-09-14)
178
194
 
179
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/wholly-artifact",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "description": "Looker Artifact API as a Table SDK",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -37,11 +37,11 @@
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": "24.16.2",
40
+ "@looker/sdk-node": "24.18.1",
41
41
  "@types/uuid": "^8.3.4"
42
42
  },
43
43
  "dependencies": {
44
- "@looker/sdk": "24.16.2",
44
+ "@looker/sdk": "24.18.1",
45
45
  "@looker/sdk-rtl": "21.6.3",
46
46
  "lodash": "4.17.21",
47
47
  "uuid": "9.0.1"
@@ -52,5 +52,5 @@
52
52
  "API",
53
53
  "SDK"
54
54
  ],
55
- "gitHead": "e7e30025690483553a16231c9218cd6f7e65a59b"
55
+ "gitHead": "5e4610005e2fa36e24673541960ac88e65f23fe5"
56
56
  }