@looker/wholly-artifact 0.1.31 → 0.1.33

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -222,6 +222,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222
222
  * devDependencies
223
223
  * @looker/sdk-node bumped from 25.0.1 to 25.2.0
224
224
 
225
+ ### Dependencies
226
+
227
+ * The following workspace dependencies were updated
228
+ * dependencies
229
+ * @looker/sdk-rtl bumped from 21.6.3 to 21.6.4
230
+ * @looker/sdk bumped from 25.2.0 to 25.4.0
231
+ * devDependencies
232
+ * @looker/sdk-node bumped from 25.2.0 to 25.4.0
233
+
234
+ ### Dependencies
235
+
236
+ * The following workspace dependencies were updated
237
+ * dependencies
238
+ * @looker/sdk bumped from 25.4.0 to 25.6.0
239
+ * devDependencies
240
+ * @looker/sdk-node bumped from 25.4.0 to 25.6.0
241
+
225
242
  ## [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)
226
243
 
227
244
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/wholly-artifact",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
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": "25.2.0",
40
+ "@looker/sdk-node": "25.6.0",
41
41
  "@types/uuid": "^8.3.4"
42
42
  },
43
43
  "dependencies": {
44
- "@looker/sdk": "25.2.0",
45
- "@looker/sdk-rtl": "21.6.3",
44
+ "@looker/sdk": "25.6.0",
45
+ "@looker/sdk-rtl": "21.6.4",
46
46
  "lodash": "4.17.21",
47
47
  "uuid": "9.0.1"
48
48
  },
@@ -52,5 +52,5 @@
52
52
  "API",
53
53
  "SDK"
54
54
  ],
55
- "gitHead": "dfc063713f27a24d440b88817c4f16b448c872f3"
55
+ "gitHead": "382327fb1a1381d6c6ded3f443c6e6c8f1d399eb"
56
56
  }