@slickgrid-universal/rxjs-observable 1.3.3 → 1.3.6

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2
2
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
3
- [![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-d428ff)](https://github.com/ghiscoding/lerna-lite)
3
+ [![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-e137ff)](https://github.com/ghiscoding/lerna-lite)
4
4
  [![npm](https://img.shields.io/npm/v/@slickgrid-universal/rxjs-observable.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/rxjs-observable)
5
5
  [![npm](https://img.shields.io/npm/dy/@slickgrid-universal/rxjs-observable?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/rxjs-observable)
6
6
 
@@ -45,7 +45,7 @@ export class MyExample {
45
45
  postProcess: () => this.displaySpinner(false),
46
46
 
47
47
  // assuming your Http call is with an RxJS Observable
48
- process: (query) => this.getAllCustomers$(query),
48
+ process: (query) => this.getAllCustomers$(query),
49
49
  } as OdataServiceApi,
50
50
 
51
51
  // ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/rxjs-observable",
3
- "version": "1.3.3",
3
+ "version": "1.3.6",
4
4
  "description": "RxJS Observable Wrapper",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -42,13 +42,13 @@
42
42
  "not dead"
43
43
  ],
44
44
  "dependencies": {
45
- "@slickgrid-universal/common": "1.3.3",
46
- "rxjs": "^7.5.5"
45
+ "@slickgrid-universal/common": "~1.3.5",
46
+ "rxjs": ">=7.5.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "cross-env": "^7.0.3",
50
50
  "npm-run-all2": "^6.0.1",
51
51
  "rimraf": "^3.0.2"
52
52
  },
53
- "gitHead": "e4706ae145bf7f979dff80618f902d186ccb9136"
53
+ "gitHead": "ccdc3f4b899e0abe786e18e19c7e5666b825c0bc"
54
54
  }