@looker/wholly-artifact 0.1.42 → 0.1.43
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.
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -303,6 +303,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
303
303
|
* devDependencies
|
|
304
304
|
* @looker/sdk-node bumped from 26.4.0 to 26.6.0
|
|
305
305
|
|
|
306
|
+
### Dependencies
|
|
307
|
+
|
|
308
|
+
* The following workspace dependencies were updated
|
|
309
|
+
* dependencies
|
|
310
|
+
* @looker/sdk-rtl bumped from 21.6.4 to 21.6.5
|
|
311
|
+
* @looker/sdk bumped from 26.6.0 to 26.6.1
|
|
312
|
+
* devDependencies
|
|
313
|
+
* @looker/sdk-node bumped from 26.6.0 to 26.6.1
|
|
314
|
+
|
|
306
315
|
## [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)
|
|
307
316
|
|
|
308
317
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/wholly-artifact",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.43",
|
|
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": "26.6.
|
|
40
|
+
"@looker/sdk-node": "26.6.1",
|
|
41
41
|
"@types/uuid": "^8.3.4"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@looker/sdk": "26.6.
|
|
45
|
-
"@looker/sdk-rtl": "21.6.
|
|
44
|
+
"@looker/sdk": "26.6.1",
|
|
45
|
+
"@looker/sdk-rtl": "21.6.5",
|
|
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": "
|
|
55
|
+
"gitHead": "77fc3b4d67ce3c1f12a0a0670f3d04f4b07d9d63"
|
|
56
56
|
}
|