@looker/sdk-codegen-utils 21.0.13 → 21.0.15
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 +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### Dependencies
|
|
4
|
+
|
|
5
|
+
* The following workspace dependencies were updated
|
|
6
|
+
* devDependencies
|
|
7
|
+
* @looker/sdk bumped from 24.16.1 to 24.16.2
|
|
8
|
+
* @looker/sdk-node bumped from 24.16.1 to 24.16.2
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* The following workspace dependencies were updated
|
|
13
|
+
* devDependencies
|
|
14
|
+
* @looker/sdk bumped from 24.16.2 to 24.18.0
|
|
15
|
+
* @looker/sdk-node bumped from 24.16.2 to 24.18.0
|
|
16
|
+
|
|
3
17
|
## [21.0.13](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-utils-v21.0.12...sdk-codegen-utils-v21.0.13) (2024-09-14)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-codegen-utils",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.15",
|
|
4
4
|
"description": "Looker SDK Codegen utils",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-utils --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@looker/sdk": "24.
|
|
35
|
-
"@looker/sdk-node": "24.
|
|
34
|
+
"@looker/sdk": "24.18.0",
|
|
35
|
+
"@looker/sdk-node": "24.18.0",
|
|
36
36
|
"@looker/sdk-rtl": "21.6.3",
|
|
37
37
|
"@manypkg/find-root": "2.2.1",
|
|
38
38
|
"@types/js-yaml": "4.0.9",
|
|
39
39
|
"js-yaml": "4.1.0",
|
|
40
40
|
"lodash": "4.17.21"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "87b09765f6bbf98d6a0c7295a31cabef3eaa250c"
|
|
43
43
|
}
|