@laserfiche/lf-repository-api-client-v2 1.0.7 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  //----------------------
2
2
  // <auto-generated>
3
- // Generated using the NSwag toolchain v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0)) (http://NSwag.org)
3
+ // Generated using the NSwag toolchain v14.2.0.0 (NJsonSchema v11.1.0.0 (Newtonsoft.Json v13.0.0.0)) (http://NSwag.org)
4
4
  // </auto-generated>
5
5
  //----------------------
6
6
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@laserfiche/lf-repository-api-client-v2",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "description": "The TypeScript Laserfiche Repository API Client library for accessing the v2 Laserfiche Repository APIs.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -40,8 +40,8 @@
40
40
  "typescript": "^4.5.5"
41
41
  },
42
42
  "dependencies": {
43
- "@laserfiche/lf-api-client-core": "^1.1.16",
44
- "@laserfiche/lf-js-utils": "^4.0.11"
43
+ "@laserfiche/lf-api-client-core": "^1.1.17",
44
+ "@laserfiche/lf-js-utils": "^4.0.12"
45
45
  },
46
46
  "scripts": {
47
47
  "test": "npm run test:node",