@looker/wholly-artifact 0.1.2 → 0.1.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ### Dependencies
9
+
10
+ * The following workspace dependencies were updated
11
+ * dependencies
12
+ * @looker/sdk bumped from * to 23.4.0
13
+ * devDependencies
14
+ * @looker/sdk-node bumped from * to 23.4.0
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @looker/sdk bumped from 23.4.0 to 23.6.0
21
+ * devDependencies
22
+ * @looker/sdk-node bumped from 23.4.0 to 23.6.0
23
+
8
24
  ## [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)
9
25
 
10
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/wholly-artifact",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
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": "*",
40
+ "@looker/sdk-node": "23.6.0",
41
41
  "@types/uuid": "^8.3.4"
42
42
  },
43
43
  "dependencies": {
44
- "@looker/sdk": "*",
44
+ "@looker/sdk": "23.6.0",
45
45
  "@looker/sdk-rtl": "*",
46
46
  "lodash": "^4.17.21",
47
47
  "uuid": "^9.0.0"
@@ -52,5 +52,5 @@
52
52
  "API",
53
53
  "SDK"
54
54
  ],
55
- "gitHead": "377c6d19301905720ccd942acacedd70da466e96"
55
+ "gitHead": "3c3b027b71bced8fb05d5b0d88b15f71c12b97bd"
56
56
  }