@tanem/svg-injector 10.1.6 → 10.1.7

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.
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
3
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.SVGInjector = {}));
5
- }(this, (function (exports) { 'use strict';
5
+ })(this, (function (exports) { 'use strict';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -545,5 +545,5 @@
545
545
 
546
546
  Object.defineProperty(exports, '__esModule', { value: true });
547
547
 
548
- })));
548
+ }));
549
549
  //# sourceMappingURL=svg-injector.umd.development.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanem/svg-injector",
3
- "version": "10.1.6",
3
+ "version": "10.1.7",
4
4
  "description": "Fast, caching, dynamic inline SVG DOM injection library.",
5
5
  "author": "Tane Morgan (https://github.com/tanem)",
6
6
  "main": "dist/index.js",
@@ -42,8 +42,8 @@
42
42
  "@types/sinon": "9.0.11",
43
43
  "@types/ua-parser-js": "0.7.36",
44
44
  "@types/webpack-env": "1.16.2",
45
- "@typescript-eslint/eslint-plugin": "4.31.0",
46
- "@typescript-eslint/parser": "4.31.0",
45
+ "@typescript-eslint/eslint-plugin": "4.33.0",
46
+ "@typescript-eslint/parser": "4.33.0",
47
47
  "babel-loader": "8.2.2",
48
48
  "babel-plugin-istanbul": "6.0.0",
49
49
  "chai": "4.3.4",
@@ -58,12 +58,12 @@
58
58
  "karma-sourcemap-loader": "0.3.8",
59
59
  "karma-spec-reporter": "0.0.32",
60
60
  "karma-webpack": "5.0.0",
61
- "mocha": "9.1.1",
61
+ "mocha": "9.1.2",
62
62
  "npm-run-all": "4.1.5",
63
63
  "null-loader": "4.0.1",
64
64
  "prettier": "2.4.1",
65
65
  "query-string": "7.0.1",
66
- "rollup": "2.56.3",
66
+ "rollup": "2.58.0",
67
67
  "rollup-plugin-babel": "4.4.0",
68
68
  "rollup-plugin-commonjs": "10.1.0",
69
69
  "rollup-plugin-filesize": "9.1.1",
@@ -73,8 +73,8 @@
73
73
  "rollup-plugin-terser": "7.0.2",
74
74
  "shx": "0.3.3",
75
75
  "sinon": "9.2.4",
76
- "tanem-scripts": "6.0.33",
77
- "typescript": "4.4.2",
76
+ "tanem-scripts": "6.0.35",
77
+ "typescript": "4.4.3",
78
78
  "ua-parser-js": "0.7.28",
79
79
  "webpack": "5.54.0"
80
80
  },