@looker/wholly-artifact 0.1.18 → 0.1.20
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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -134,6 +134,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
134
134
|
* devDependencies
|
|
135
135
|
* @looker/sdk-node bumped from 24.4.0 to 24.8.0
|
|
136
136
|
|
|
137
|
+
### Dependencies
|
|
138
|
+
|
|
139
|
+
* The following workspace dependencies were updated
|
|
140
|
+
* dependencies
|
|
141
|
+
* @looker/sdk bumped from 24.8.0 to 24.10.0
|
|
142
|
+
* devDependencies
|
|
143
|
+
* @looker/sdk-node bumped from 24.8.0 to 24.10.0
|
|
144
|
+
|
|
145
|
+
### Dependencies
|
|
146
|
+
|
|
147
|
+
* The following workspace dependencies were updated
|
|
148
|
+
* dependencies
|
|
149
|
+
* @looker/sdk bumped from 24.10.0 to 24.12.0
|
|
150
|
+
* devDependencies
|
|
151
|
+
* @looker/sdk-node bumped from 24.10.0 to 24.12.0
|
|
152
|
+
|
|
137
153
|
## [0.1.2](https://github.com/looker-open-source/sdk-codegen/compare/wholly-artifact-v0.1.1...wholly-artifact-v0.1.2) (2023-03-09)
|
|
138
154
|
|
|
139
155
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/wholly-artifact",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
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": "24.
|
|
40
|
+
"@looker/sdk-node": "24.12.0",
|
|
41
41
|
"@types/uuid": "^8.3.4"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@looker/sdk": "24.
|
|
44
|
+
"@looker/sdk": "24.12.0",
|
|
45
45
|
"@looker/sdk-rtl": "21.6.1",
|
|
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": "060b70161eb69ad92f63ba7ca436409149c9a816"
|
|
56
56
|
}
|