@nsshunt/stsvueutils 2.0.87 → 2.0.89

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.cjs CHANGED
@@ -70,7 +70,7 @@ var import_tiny_emitter = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin
70
70
  };
71
71
  module.exports = E;
72
72
  module.exports.TinyEmitter = E;
73
- })))());
73
+ })))(), 1);
74
74
  var useSTSEmitterPlugin = () => (0, vue.inject)(STSEmitterPluginKey);
75
75
  var STSEmitterPlugin = { install: (app) => {
76
76
  const tinyEmitter = new import_tiny_emitter.TinyEmitter();
package/dist/index.mjs CHANGED
@@ -69,7 +69,7 @@ var import_tiny_emitter = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin
69
69
  };
70
70
  module.exports = E;
71
71
  module.exports.TinyEmitter = E;
72
- })))());
72
+ })))(), 1);
73
73
  var useSTSEmitterPlugin = () => inject(STSEmitterPluginKey);
74
74
  var STSEmitterPlugin = { install: (app) => {
75
75
  const tinyEmitter = new import_tiny_emitter.TinyEmitter();
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@nsshunt/stsvueutils",
3
- "version": "2.0.87",
3
+ "version": "2.0.89",
4
4
  "description": "Vue 3 framework utilities and plugins",
5
- "type": "commonjs",
5
+ "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.mjs",
8
8
  "types": "./types/index.d.ts",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "homepage": "https://github.com/nsshunt/stsvueutils#readme",
50
50
  "dependencies": {
51
- "@nsshunt/stsutils": "^1.19.91",
51
+ "@nsshunt/stsutils": "^1.19.92",
52
52
  "js-cookie": "^3.0.5",
53
53
  "tiny-emitter": "^2.1.0"
54
54
  },