json-midi-encoder-broker 4.0.78 → 4.0.79

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Christoph Guttandin
3
+ Copyright (c) 2023 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -39,6 +39,4 @@
39
39
 
40
40
  exports.load = load;
41
41
 
42
- Object.defineProperty(exports, '__esModule', { value: true });
43
-
44
42
  }));
package/package.json CHANGED
@@ -9,30 +9,30 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "^7.20.6",
13
- "fast-unique-numbers": "^6.0.25",
14
- "json-midi-encoder-worker": "^6.1.14",
15
- "midi-json-parser-worker": "^8.1.14",
12
+ "@babel/runtime": "^7.20.7",
13
+ "fast-unique-numbers": "^7.0.0",
14
+ "json-midi-encoder-worker": "^6.1.15",
15
+ "midi-json-parser-worker": "^8.1.15",
16
16
  "tslib": "^2.4.1"
17
17
  },
18
18
  "description": "The broker which is used by the json-midi-encoder package.",
19
19
  "devDependencies": {
20
- "@babel/core": "^7.20.5",
20
+ "@babel/core": "^7.20.12",
21
21
  "@babel/plugin-external-helpers": "^7.18.6",
22
22
  "@babel/plugin-transform-runtime": "^7.19.6",
23
23
  "@babel/preset-env": "^7.20.2",
24
- "@commitlint/cli": "^17.3.0",
25
- "@commitlint/config-angular": "^17.3.0",
26
- "@rollup/plugin-babel": "^5.3.1",
24
+ "@commitlint/cli": "^17.4.2",
25
+ "@commitlint/config-angular": "^17.4.2",
26
+ "@rollup/plugin-babel": "^6.0.3",
27
27
  "chai": "^4.3.7",
28
- "commitizen": "^4.2.5",
28
+ "commitizen": "^4.2.6",
29
29
  "cz-conventional-changelog": "^3.3.0",
30
- "eslint": "^8.28.0",
31
- "eslint-config-holy-grail": "^52.0.33",
30
+ "eslint": "^8.31.0",
31
+ "eslint-config-holy-grail": "^55.0.1",
32
32
  "grunt": "^1.5.3",
33
33
  "grunt-cli": "^1.4.3",
34
34
  "grunt-sh": "^0.2.0",
35
- "husky": "^8.0.2",
35
+ "husky": "^8.0.3",
36
36
  "karma": "^6.4.1",
37
37
  "karma-chrome-launcher": "^3.1.1",
38
38
  "karma-firefox-launcher": "^2.1.2",
@@ -42,18 +42,18 @@
42
42
  "karma-sinon-chai": "^2.0.2",
43
43
  "karma-webpack": "^5.0.0",
44
44
  "load-grunt-config": "^4.0.1",
45
- "mocha": "^10.1.0",
46
- "prettier": "^2.8.0",
45
+ "mocha": "^10.2.0",
46
+ "prettier": "^2.8.3",
47
47
  "pretty-quick": "^3.1.3",
48
- "rimraf": "^3.0.2",
49
- "rollup": "^2.79.1",
50
- "sinon": "^14.0.2",
48
+ "rimraf": "^4.0.4",
49
+ "rollup": "^3.10.0",
50
+ "sinon": "^15.0.1",
51
51
  "sinon-chai": "^3.7.0",
52
52
  "ts-loader": "^9.4.2",
53
- "tsconfig-holy-grail": "^11.1.36",
53
+ "tsconfig-holy-grail": "^12.0.0",
54
54
  "tslint": "^6.1.3",
55
- "tslint-config-holy-grail": "^53.2.34",
56
- "typescript": "^4.9.3",
55
+ "tslint-config-holy-grail": "^54.0.0",
56
+ "typescript": "^4.9.4",
57
57
  "webpack": "^5.75.0"
58
58
  },
59
59
  "files": [
@@ -76,5 +76,5 @@
76
76
  "test": "grunt lint && grunt test"
77
77
  },
78
78
  "types": "build/es2019/module.d.ts",
79
- "version": "4.0.78"
79
+ "version": "4.0.79"
80
80
  }