@looker/wholly-artifact 0.1.15 → 0.1.18

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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -110,6 +110,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110
110
  * devDependencies
111
111
  * @looker/sdk-node bumped from 24.0.0 to 24.2.0
112
112
 
113
+ ### Dependencies
114
+
115
+ * The following workspace dependencies were updated
116
+ * dependencies
117
+ * @looker/sdk bumped from 24.2.0 to 24.2.1
118
+ * devDependencies
119
+ * @looker/sdk-node bumped from 24.2.0 to 24.2.1
120
+
121
+ ### Dependencies
122
+
123
+ * The following workspace dependencies were updated
124
+ * dependencies
125
+ * @looker/sdk bumped from 24.2.1 to 24.4.0
126
+ * devDependencies
127
+ * @looker/sdk-node bumped from 24.2.1 to 24.4.0
128
+
129
+ ### Dependencies
130
+
131
+ * The following workspace dependencies were updated
132
+ * dependencies
133
+ * @looker/sdk bumped from 24.4.0 to 24.8.0
134
+ * devDependencies
135
+ * @looker/sdk-node bumped from 24.4.0 to 24.8.0
136
+
113
137
  ## [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)
114
138
 
115
139
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/wholly-artifact",
3
- "version": "0.1.15",
3
+ "version": "0.1.18",
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.2.0",
40
+ "@looker/sdk-node": "24.8.0",
41
41
  "@types/uuid": "^8.3.4"
42
42
  },
43
43
  "dependencies": {
44
- "@looker/sdk": "24.2.0",
44
+ "@looker/sdk": "24.8.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": "03ab16f5fccfc3030b1963297bb5502873a9c3f0"
55
+ "gitHead": "20f9cc34e05470a413dbc679534a2d32e3eab1ae"
56
56
  }