@looker/wholly-artifact 0.1.44 → 0.1.46

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
@@ -320,6 +320,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320
320
  * devDependencies
321
321
  * @looker/sdk-node bumped from 26.6.1 to 26.8.0
322
322
 
323
+ ### Dependencies
324
+
325
+ * The following workspace dependencies were updated
326
+ * dependencies
327
+ * @looker/sdk bumped from 26.8.0 to 26.10.0
328
+ * devDependencies
329
+ * @looker/sdk-node bumped from 26.8.0 to 26.10.0
330
+
331
+ ### Dependencies
332
+
333
+ * The following workspace dependencies were updated
334
+ * dependencies
335
+ * @looker/sdk bumped from 26.10.0 to 26.12.0
336
+ * devDependencies
337
+ * @looker/sdk-node bumped from 26.10.0 to 26.12.0
338
+
323
339
  ## [0.1.41](https://github.com/looker-open-source/sdk-codegen/compare/wholly-artifact-v0.1.40...wholly-artifact-v0.1.41) (2026-03-11)
324
340
 
325
341
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/wholly-artifact",
3
- "version": "0.1.44",
3
+ "version": "0.1.46",
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": "26.8.0",
40
+ "@looker/sdk-node": "26.12.0",
41
41
  "@types/uuid": "^8.3.4"
42
42
  },
43
43
  "dependencies": {
44
- "@looker/sdk": "26.8.0",
44
+ "@looker/sdk": "26.12.0",
45
45
  "@looker/sdk-rtl": "21.6.5",
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": "2eef678cbe8af38ea6070b08e80895df7c5f5ee0"
55
+ "gitHead": "c2bf549bdb6bf02117875712094195a7b48701fb"
56
56
  }