tering-serieuze-cli 1.4.0 → 1.5.2

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/dist/index.mjs CHANGED
@@ -30,7 +30,7 @@ async function initCompletion(api2) {
30
30
  }
31
31
 
32
32
  // package.json
33
- var version = "1.3.0";
33
+ var version = "1.4.0";
34
34
 
35
35
  // src/index.ts
36
36
  var Commands = /* @__PURE__ */ ((Commands2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tering-serieuze-cli",
3
- "version": "1.4.0",
3
+ "version": "1.5.2",
4
4
  "description": "Teringserieuze CLI",
5
5
  "author": "Frank",
6
6
  "main": "dist/index.mjs",
@@ -27,7 +27,7 @@
27
27
  "figlet": "^1.5.2",
28
28
  "inquirer": "^9.1.4",
29
29
  "omelette": "^0.4.17",
30
- "tering-serieuze-sdk": "^3.0.0",
30
+ "tering-serieuze-sdk": "^3.1.3",
31
31
  "tering-serieuze-types": "^1.14.1"
32
32
  },
33
33
  "devDependencies": {
package/src/index.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  import { Command } from "commander";
4
4
  import figlet from "figlet";
5
5
  import inquirer from "inquirer";
6
- import { TssApi, FilesystemCache, OnePasswordCache } from "tering-serieuze-sdk";
6
+ import { TssApi, FilesystemCache } from "tering-serieuze-sdk";
7
7
  import { initCompletion } from "./completion";
8
8
  // @ts-ignore
9
9
  import { version } from "../package.json";