@nsshunt/stsvueutils 2.0.6 → 2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsvueutils",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "Vue 3 framework utilities and plugins",
5
5
  "main": "./dist/stsvueutils.umd.js",
6
6
  "module": "./dist/stsvueutils.mjs",
@@ -48,31 +48,31 @@
48
48
  },
49
49
  "homepage": "https://github.com/nsshunt/stsvueutils#readme",
50
50
  "devDependencies": {
51
- "@babel/preset-env": "^7.24.5",
52
- "@babel/preset-typescript": "^7.24.1",
51
+ "@babel/preset-env": "^7.24.7",
52
+ "@babel/preset-typescript": "^7.24.7",
53
53
  "@tsconfig/node20": "^20.1.4",
54
54
  "@types/js-cookie": "^3.0.6",
55
55
  "@types/lodash.clonedeep": "^4.5.9",
56
56
  "@types/uuid": "^9.0.8",
57
- "@typescript-eslint/eslint-plugin": "^7.8.0",
58
- "@typescript-eslint/parser": "^7.8.0",
59
- "@vitejs/plugin-vue": "^5.0.4",
57
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
58
+ "@typescript-eslint/parser": "^7.12.0",
59
+ "@vitejs/plugin-vue": "^5.0.5",
60
60
  "@vue/eslint-config-typescript": "^13.0.0",
61
61
  "@vue/tsconfig": "^0.5.1",
62
62
  "eslint": "^8.57.0",
63
- "eslint-plugin-vue": "^9.25.0",
63
+ "eslint-plugin-vue": "^9.26.0",
64
64
  "jest": "^29.7.0",
65
65
  "typescript": "^5.4.5",
66
- "vite": "^5.2.11",
67
- "vite-plugin-dts": "^3.9.0",
68
- "vite-plugin-lib-inject-css": "^2.0.1",
69
- "vitest": "^1.5.3",
70
- "vue": "^3.4.26",
71
- "vue-tsc": "^2.0.16"
66
+ "vite": "^5.2.13",
67
+ "vite-plugin-dts": "^3.9.1",
68
+ "vite-plugin-lib-inject-css": "^2.1.1",
69
+ "vitest": "^1.6.0",
70
+ "vue": "^3.4.27",
71
+ "vue-tsc": "^2.0.21"
72
72
  },
73
73
  "dependencies": {
74
- "@nsshunt/stsobservability": "^1.0.28",
75
- "@nsshunt/stsutils": "^1.16.59",
74
+ "@nsshunt/stsobservability": "^1.0.30",
75
+ "@nsshunt/stsutils": "^1.16.61",
76
76
  "chalk": "^4.1.2",
77
77
  "js-cookie": "^3.0.5",
78
78
  "lodash.clonedeep": "^4.5.0",
@@ -1,5 +1,5 @@
1
- import { IObservabilitySubscriberManagerOptions } from './../commonTypes';
2
1
  import { ISubscriptions, ISubscriptionPayload } from '@nsshunt/stsobservability';
2
+ import { IObservabilitySubscriberManagerOptions } from './../commonTypes';
3
3
 
4
4
  export declare class ObservabilitySubscriberManager {
5
5
  #private;
@@ -1,5 +1,5 @@
1
- import { IIWMessagePayloadContentBase, IIWMessagePayload, IAsyncRunnerContext } from './../commonTypes';
2
1
  import { PublishInstrumentController } from '@nsshunt/stsobservability';
2
+ import { IIWMessagePayloadContentBase, IIWMessagePayload, IAsyncRunnerContext } from './../commonTypes';
3
3
 
4
4
  export interface ISTSAgentWorkerMessagePort extends IIWMessagePayloadContentBase {
5
5
  port: MessagePort;
@@ -1,5 +1,5 @@
1
- import { RequestResponseHelper } from './requestResponseHelper';
2
1
  import { IRunner } from './stsTestWorkerDefinitions';
2
+ import { RequestResponseHelper } from './requestResponseHelper';
3
3
 
4
4
  export interface IWorkerInstanceOptions {
5
5
  }
@@ -1,6 +1,6 @@
1
- import { ObservabilitySubscriberManager } from './../plugins/observabilitySubscriberManager';
2
- import { JSONObject } from '@nsshunt/stsutils';
3
1
  import { ISubscriptionKey } from '@nsshunt/stsobservability';
2
+ import { JSONObject } from '@nsshunt/stsutils';
3
+ import { ObservabilitySubscriberManager } from './../plugins/observabilitySubscriberManager';
4
4
 
5
5
  export interface IModelMeta {
6
6
  detailView: boolean;