timingsrc 1.1.16 → 1.1.20
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/build/es5/bundle.js +3 -3
- package/package.json +23 -23
package/build/es5/bundle.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('subscribable-things'), require('timing-object'), require('@babel/runtime/helpers/defineProperty')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', 'subscribable-things', 'timing-object', '@babel/runtime/helpers/defineProperty'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.timingsrc = {}, global.subscribableThings, global.timingObject, global._defineProperty));
|
|
5
|
-
}(this, (function (exports, subscribableThings, timingObject, _defineProperty) { 'use strict';
|
|
5
|
+
})(this, (function (exports, subscribableThings, timingObject, _defineProperty) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
|
|
142
142
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (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] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty__default[
|
|
144
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { 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) {
|
|
@@ -233,4 +233,4 @@
|
|
|
233
233
|
|
|
234
234
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
235
235
|
|
|
236
|
-
}))
|
|
236
|
+
}));
|
package/package.json
CHANGED
|
@@ -9,51 +9,51 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.
|
|
13
|
-
"subscribable-things": "^
|
|
14
|
-
"timing-object": "^3.1.
|
|
12
|
+
"@babel/runtime": "^7.16.3",
|
|
13
|
+
"subscribable-things": "^2.0.3",
|
|
14
|
+
"timing-object": "^3.1.40",
|
|
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.
|
|
20
|
-
"@babel/plugin-external-helpers": "^7.
|
|
21
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
22
|
-
"@babel/preset-env": "^7.
|
|
23
|
-
"@commitlint/cli": "^
|
|
24
|
-
"@commitlint/config-angular": "^
|
|
19
|
+
"@babel/core": "^7.16.0",
|
|
20
|
+
"@babel/plugin-external-helpers": "^7.16.0",
|
|
21
|
+
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
22
|
+
"@babel/preset-env": "^7.16.4",
|
|
23
|
+
"@commitlint/cli": "^15.0.0",
|
|
24
|
+
"@commitlint/config-angular": "^15.0.0",
|
|
25
25
|
"@rollup/plugin-babel": "^5.3.0",
|
|
26
26
|
"chai": "^4.3.4",
|
|
27
27
|
"commitizen": "^4.2.4",
|
|
28
28
|
"cz-conventional-changelog": "^3.3.0",
|
|
29
29
|
"eslint": "^7.32.0",
|
|
30
|
-
"eslint-config-holy-grail": "^50.
|
|
30
|
+
"eslint-config-holy-grail": "^50.1.20",
|
|
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
|
-
"husky": "^7.0.
|
|
36
|
-
"karma": "^6.3.
|
|
35
|
+
"husky": "^7.0.4",
|
|
36
|
+
"karma": "^6.3.9",
|
|
37
37
|
"karma-browserstack-launcher": "^1.6.0",
|
|
38
38
|
"karma-chrome-launcher": "^3.1.0",
|
|
39
|
-
"karma-firefox-launcher": "^2.1.
|
|
39
|
+
"karma-firefox-launcher": "^2.1.2",
|
|
40
40
|
"karma-mocha": "^2.0.1",
|
|
41
41
|
"karma-safari-launcher": "^1.0.0",
|
|
42
42
|
"karma-sinon-chai": "^2.0.2",
|
|
43
43
|
"karma-webpack": "^5.0.0",
|
|
44
|
-
"load-grunt-config": "^4.0.
|
|
45
|
-
"mocha": "^9.
|
|
46
|
-
"prettier": "^2.
|
|
47
|
-
"pretty-quick": "^3.1.
|
|
48
|
-
"rollup": "^2.
|
|
44
|
+
"load-grunt-config": "^4.0.1",
|
|
45
|
+
"mocha": "^9.1.3",
|
|
46
|
+
"prettier": "^2.5.0",
|
|
47
|
+
"pretty-quick": "^3.1.2",
|
|
48
|
+
"rollup": "^2.60.2",
|
|
49
49
|
"sinon": "^11.1.2",
|
|
50
50
|
"sinon-chai": "^3.7.0",
|
|
51
|
-
"ts-loader": "^9.2.
|
|
52
|
-
"tsconfig-holy-grail": "^11.1.
|
|
51
|
+
"ts-loader": "^9.2.6",
|
|
52
|
+
"tsconfig-holy-grail": "^11.1.19",
|
|
53
53
|
"tslint": "^6.1.3",
|
|
54
54
|
"tslint-config-holy-grail": "^53.2.25",
|
|
55
|
-
"typescript": "^4.
|
|
56
|
-
"webpack": "^5.
|
|
55
|
+
"typescript": "^4.5.2",
|
|
56
|
+
"webpack": "^5.64.4"
|
|
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.20"
|
|
79
79
|
}
|