@looker/wholly-artifact 0.1.40 → 0.1.42
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 +24 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -295,6 +295,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
295
295
|
* devDependencies
|
|
296
296
|
* @looker/sdk-node bumped from 26.0.0 to 26.2.0
|
|
297
297
|
|
|
298
|
+
### Dependencies
|
|
299
|
+
|
|
300
|
+
* The following workspace dependencies were updated
|
|
301
|
+
* dependencies
|
|
302
|
+
* @looker/sdk bumped from 26.4.0 to 26.6.0
|
|
303
|
+
* devDependencies
|
|
304
|
+
* @looker/sdk-node bumped from 26.4.0 to 26.6.0
|
|
305
|
+
|
|
306
|
+
## [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
|
+
|
|
308
|
+
|
|
309
|
+
### Bug Fixes
|
|
310
|
+
|
|
311
|
+
* **tests:** fix some unit test failures and document remaining issues ([#1643](https://github.com/looker-open-source/sdk-codegen/issues/1643)) ([299ba8b](https://github.com/looker-open-source/sdk-codegen/commit/299ba8bd4ca6c406059da39b5fa2d44852b23ee5))
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
* The following workspace dependencies were updated
|
|
317
|
+
* dependencies
|
|
318
|
+
* @looker/sdk bumped from 26.2.0 to 26.4.0
|
|
319
|
+
* devDependencies
|
|
320
|
+
* @looker/sdk-node bumped from 26.2.0 to 26.4.0
|
|
321
|
+
|
|
298
322
|
## [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)
|
|
299
323
|
|
|
300
324
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/wholly-artifact",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.42",
|
|
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.
|
|
40
|
+
"@looker/sdk-node": "26.6.0",
|
|
41
41
|
"@types/uuid": "^8.3.4"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@looker/sdk": "26.
|
|
44
|
+
"@looker/sdk": "26.6.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": "
|
|
55
|
+
"gitHead": "89328082961f387605dae0e36dd523ca62d2249c"
|
|
56
56
|
}
|