subscribable-things 2.1.0 → 2.1.3
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TEmitNotSupportedErrorFunction, TSubscribableThing, TWindow, TWrapSubscribeFunctionFunction } from '../types';
|
|
2
|
-
export declare const createGeolocation: (emitNotSupportedError: TEmitNotSupportedErrorFunction, window: null | TWindow, wrapSubscribeFunction: TWrapSubscribeFunctionFunction) => (options?: PositionOptions
|
|
2
|
+
export declare const createGeolocation: (emitNotSupportedError: TEmitNotSupportedErrorFunction, window: null | TWindow, wrapSubscribeFunction: TWrapSubscribeFunctionFunction) => (options?: PositionOptions) => TSubscribableThing<GeolocationPosition>;
|
|
3
3
|
//# sourceMappingURL=geolocation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geolocation.d.ts","sourceRoot":"","sources":["../../../src/factories/geolocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,kBAAkB,EAAE,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAEvH,eAAO,MAAM,iBAAiB,0BACH,8BAA8B,UAC7C,IAAI,GAAG,OAAO,yBACC,8BAA8B,
|
|
1
|
+
{"version":3,"file":"geolocation.d.ts","sourceRoot":"","sources":["../../../src/factories/geolocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,kBAAkB,EAAE,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAEvH,eAAO,MAAM,iBAAiB,0BACH,8BAA8B,UAC7C,IAAI,GAAG,OAAO,yBACC,8BAA8B,gBAEnC,eAAe,KAAG,mBAAmB,mBAAmB,CAoB7E,CAAC"}
|
package/package.json
CHANGED
|
@@ -15,36 +15,36 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "^7.
|
|
18
|
+
"@babel/runtime": "^7.18.0",
|
|
19
19
|
"rxjs-interop": "^2.0.0",
|
|
20
|
-
"tslib": "^2.
|
|
20
|
+
"tslib": "^2.4.0"
|
|
21
21
|
},
|
|
22
22
|
"description": "A collection of reactive wrappers for various browser APIs.",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@babel/core": "^7.
|
|
25
|
-
"@babel/plugin-external-helpers": "^7.
|
|
26
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
27
|
-
"@babel/preset-env": "^7.
|
|
28
|
-
"@commitlint/cli": "^
|
|
29
|
-
"@commitlint/config-angular": "^
|
|
30
|
-
"@rollup/plugin-babel": "^5.3.
|
|
24
|
+
"@babel/core": "^7.18.0",
|
|
25
|
+
"@babel/plugin-external-helpers": "^7.17.12",
|
|
26
|
+
"@babel/plugin-transform-runtime": "^7.18.0",
|
|
27
|
+
"@babel/preset-env": "^7.18.0",
|
|
28
|
+
"@commitlint/cli": "^17.0.0",
|
|
29
|
+
"@commitlint/config-angular": "^17.0.0",
|
|
30
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
31
31
|
"baconjs": "^3.0.17",
|
|
32
|
-
"body-parser": "^1.
|
|
32
|
+
"body-parser": "^1.20.0",
|
|
33
33
|
"callbag-basics": "^4.0.0",
|
|
34
34
|
"chai": "^4.3.6",
|
|
35
35
|
"commitizen": "^4.2.4",
|
|
36
36
|
"cz-conventional-changelog": "^3.3.0",
|
|
37
|
-
"eslint": "^8.
|
|
38
|
-
"eslint-config-holy-grail": "^52.0.
|
|
39
|
-
"grunt": "^1.
|
|
37
|
+
"eslint": "^8.16.0",
|
|
38
|
+
"eslint-config-holy-grail": "^52.0.13",
|
|
39
|
+
"grunt": "^1.5.3",
|
|
40
40
|
"grunt-cli": "^1.4.3",
|
|
41
|
-
"grunt-contrib-clean": "^2.0.
|
|
41
|
+
"grunt-contrib-clean": "^2.0.1",
|
|
42
42
|
"grunt-sh": "^0.2.0",
|
|
43
|
-
"husky": "^
|
|
43
|
+
"husky": "^8.0.1",
|
|
44
44
|
"hyperf": "^1.3.0",
|
|
45
|
-
"karma": "^6.3.
|
|
45
|
+
"karma": "^6.3.20",
|
|
46
46
|
"karma-browserstack-launcher": "^1.6.0",
|
|
47
|
-
"karma-chrome-launcher": "^3.1.
|
|
47
|
+
"karma-chrome-launcher": "^3.1.1",
|
|
48
48
|
"karma-firefox-launcher": "^2.1.2",
|
|
49
49
|
"karma-mocha": "^2.0.1",
|
|
50
50
|
"karma-safari-launcher": "^1.0.0",
|
|
@@ -52,21 +52,21 @@
|
|
|
52
52
|
"karma-webpack": "^5.0.0",
|
|
53
53
|
"kefir": "^3.8.8",
|
|
54
54
|
"load-grunt-config": "^4.0.1",
|
|
55
|
-
"midi-test": "^1.2.
|
|
56
|
-
"mocha": "^
|
|
57
|
-
"prettier": "^2.
|
|
55
|
+
"midi-test": "^1.2.1",
|
|
56
|
+
"mocha": "^10.0.0",
|
|
57
|
+
"prettier": "^2.6.2",
|
|
58
58
|
"pretty-quick": "^3.1.3",
|
|
59
|
-
"rollup": "^2.
|
|
60
|
-
"rxjs": "^7.5.
|
|
59
|
+
"rollup": "^2.74.1",
|
|
60
|
+
"rxjs": "^7.5.5",
|
|
61
61
|
"rxjs-for-await": "^1.0.0",
|
|
62
|
-
"sinon": "^
|
|
62
|
+
"sinon": "^14.0.0",
|
|
63
63
|
"sinon-chai": "^3.7.0",
|
|
64
|
-
"ts-loader": "^9.
|
|
65
|
-
"tsconfig-holy-grail": "^11.1.
|
|
64
|
+
"ts-loader": "^9.3.0",
|
|
65
|
+
"tsconfig-holy-grail": "^11.1.32",
|
|
66
66
|
"tslint": "^6.1.3",
|
|
67
|
-
"tslint-config-holy-grail": "^53.2.
|
|
68
|
-
"typescript": "^4.
|
|
69
|
-
"webpack": "^5.
|
|
67
|
+
"tslint-config-holy-grail": "^53.2.28",
|
|
68
|
+
"typescript": "^4.7.2",
|
|
69
|
+
"webpack": "^5.72.1",
|
|
70
70
|
"xstream": "^11.14.0"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"test": "grunt lint && grunt test"
|
|
96
96
|
},
|
|
97
97
|
"types": "build/es2019/module.d.ts",
|
|
98
|
-
"version": "2.1.
|
|
98
|
+
"version": "2.1.3"
|
|
99
99
|
}
|