@looker/wholly-artifact 0.1.34 → 0.1.36

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
@@ -247,6 +247,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
247
247
  * devDependencies
248
248
  * @looker/sdk-node bumped from 25.6.0 to 25.8.0
249
249
 
250
+ ### Dependencies
251
+
252
+ * The following workspace dependencies were updated
253
+ * dependencies
254
+ * @looker/sdk bumped from 25.8.0 to 25.10.0
255
+ * devDependencies
256
+ * @looker/sdk-node bumped from 25.8.0 to 25.10.0
257
+
258
+ ### Dependencies
259
+
260
+ * The following workspace dependencies were updated
261
+ * dependencies
262
+ * @looker/sdk bumped from 25.10.0 to 25.16.0
263
+ * devDependencies
264
+ * @looker/sdk-node bumped from 25.10.0 to 25.16.0
265
+
250
266
  ## [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)
251
267
 
252
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/wholly-artifact",
3
- "version": "0.1.34",
3
+ "version": "0.1.36",
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": "25.8.0",
40
+ "@looker/sdk-node": "25.16.0",
41
41
  "@types/uuid": "^8.3.4"
42
42
  },
43
43
  "dependencies": {
44
- "@looker/sdk": "25.8.0",
44
+ "@looker/sdk": "25.16.0",
45
45
  "@looker/sdk-rtl": "21.6.4",
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": "8e80ac50b2b223492e9cdb4a813471083426870e"
55
+ "gitHead": "aa870fc9d9f899f116b3f9ae3378e53652c0121b"
56
56
  }