@looker/sdk-codegen-scripts 21.4.7 → 21.4.8
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 +18 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [21.4.8](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.7...sdk-codegen-scripts-v21.4.8) (2022-12-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Hack App Wholly Artifact Refactor ([#1210](https://www.github.com/looker-open-source/sdk-codegen/issues/1210)) ([d508fa8](https://www.github.com/looker-open-source/sdk-codegen/commit/d508fa878ca23f6ed298359d3ec1b25a3f333fac))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @looker/sdk bumped from ^22.20.0 to ^22.20.1
|
|
16
|
+
* @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
|
|
17
|
+
* @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
|
|
18
|
+
* @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
19
|
+
|
|
3
20
|
### [21.4.7](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.6...sdk-codegen-scripts-v21.4.7) (2022-11-10)
|
|
4
21
|
|
|
5
22
|
|
|
@@ -514,4 +531,4 @@
|
|
|
514
531
|
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
|
515
532
|
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
|
|
516
533
|
* @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
|
|
517
|
-
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
534
|
+
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-codegen-scripts",
|
|
3
|
-
"version": "21.4.
|
|
3
|
+
"version": "21.4.8",
|
|
4
4
|
"description": "Looker SDK Codegen scripts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-scripts --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@looker/sdk": "^22.20.
|
|
31
|
-
"@looker/sdk-codegen": "^21.7.
|
|
30
|
+
"@looker/sdk": "^22.20.1",
|
|
31
|
+
"@looker/sdk-codegen": "^21.7.4",
|
|
32
32
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
|
33
|
-
"@looker/sdk-node": "^22.20.
|
|
34
|
-
"@looker/sdk-rtl": "^21.
|
|
33
|
+
"@looker/sdk-node": "^22.20.1",
|
|
34
|
+
"@looker/sdk-rtl": "^21.5.0",
|
|
35
35
|
"config": "^3.3.1",
|
|
36
36
|
"cross-env": "^7.0.2"
|
|
37
37
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"prettier": "^2.4.1",
|
|
49
49
|
"swagger2openapi": "^7.0.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5545803533abe44ccef1f1b87e99d9f3e5bdc316"
|
|
52
52
|
}
|