timingsrc 1.1.20 → 1.1.24
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 +1 -1
- package/build/es5/bundle.js +2 -2
- package/package.json +22 -22
package/LICENSE
CHANGED
package/build/es5/bundle.js
CHANGED
|
@@ -139,9 +139,9 @@
|
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
141
|
|
|
142
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
142
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
143
143
|
|
|
144
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
144
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
145
145
|
|
|
146
146
|
var createUpdateStepwiseFactory = function createUpdateStepwiseFactory(translateTimingStateVector) {
|
|
147
147
|
return function (tolerance) {
|
package/package.json
CHANGED
|
@@ -9,31 +9,31 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.16.
|
|
13
|
-
"subscribable-things": "^2.0.
|
|
14
|
-
"timing-object": "^3.1.
|
|
12
|
+
"@babel/runtime": "^7.16.7",
|
|
13
|
+
"subscribable-things": "^2.0.7",
|
|
14
|
+
"timing-object": "^3.1.42",
|
|
15
15
|
"tslib": "^2.3.1"
|
|
16
16
|
},
|
|
17
17
|
"description": "A library to synchronize a MediaElement with a TimingObject.",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@babel/core": "^7.16.
|
|
20
|
-
"@babel/plugin-external-helpers": "^7.16.
|
|
21
|
-
"@babel/plugin-transform-runtime": "^7.16.
|
|
22
|
-
"@babel/preset-env": "^7.16.
|
|
23
|
-
"@commitlint/cli": "^
|
|
24
|
-
"@commitlint/config-angular": "^
|
|
19
|
+
"@babel/core": "^7.16.12",
|
|
20
|
+
"@babel/plugin-external-helpers": "^7.16.7",
|
|
21
|
+
"@babel/plugin-transform-runtime": "^7.16.10",
|
|
22
|
+
"@babel/preset-env": "^7.16.11",
|
|
23
|
+
"@commitlint/cli": "^16.1.0",
|
|
24
|
+
"@commitlint/config-angular": "^16.0.0",
|
|
25
25
|
"@rollup/plugin-babel": "^5.3.0",
|
|
26
|
-
"chai": "^4.3.
|
|
26
|
+
"chai": "^4.3.6",
|
|
27
27
|
"commitizen": "^4.2.4",
|
|
28
28
|
"cz-conventional-changelog": "^3.3.0",
|
|
29
|
-
"eslint": "^
|
|
30
|
-
"eslint-config-holy-grail": "^
|
|
29
|
+
"eslint": "^8.8.0",
|
|
30
|
+
"eslint-config-holy-grail": "^51.0.2",
|
|
31
31
|
"grunt": "^1.4.1",
|
|
32
32
|
"grunt-cli": "^1.4.3",
|
|
33
33
|
"grunt-contrib-clean": "^2.0.0",
|
|
34
34
|
"grunt-sh": "^0.2.0",
|
|
35
35
|
"husky": "^7.0.4",
|
|
36
|
-
"karma": "^6.3.
|
|
36
|
+
"karma": "^6.3.13",
|
|
37
37
|
"karma-browserstack-launcher": "^1.6.0",
|
|
38
38
|
"karma-chrome-launcher": "^3.1.0",
|
|
39
39
|
"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": "^9.
|
|
46
|
-
"prettier": "^2.5.
|
|
47
|
-
"pretty-quick": "^3.1.
|
|
48
|
-
"rollup": "^2.
|
|
45
|
+
"mocha": "^9.2.0",
|
|
46
|
+
"prettier": "^2.5.1",
|
|
47
|
+
"pretty-quick": "^3.1.3",
|
|
48
|
+
"rollup": "^2.67.0",
|
|
49
49
|
"sinon": "^11.1.2",
|
|
50
50
|
"sinon-chai": "^3.7.0",
|
|
51
51
|
"ts-loader": "^9.2.6",
|
|
52
|
-
"tsconfig-holy-grail": "^11.1.
|
|
52
|
+
"tsconfig-holy-grail": "^11.1.25",
|
|
53
53
|
"tslint": "^6.1.3",
|
|
54
|
-
"tslint-config-holy-grail": "^53.2.
|
|
55
|
-
"typescript": "^4.5.
|
|
56
|
-
"webpack": "^5.
|
|
54
|
+
"tslint-config-holy-grail": "^53.2.26",
|
|
55
|
+
"typescript": "^4.5.5",
|
|
56
|
+
"webpack": "^5.68.0"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"build/es2019/",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"test": "grunt lint && grunt test"
|
|
76
76
|
},
|
|
77
77
|
"types": "build/es2019/module.d.ts",
|
|
78
|
-
"version": "1.1.
|
|
78
|
+
"version": "1.1.24"
|
|
79
79
|
}
|