@xapp/stentor-service 1.37.43 → 1.38.0

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 +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  ## @xapp/stentor-service
2
2
 
3
- Service for :mega: stentor
3
+ Service for :mega: stentor, provides base functionality for the service to be extended to build API specific services.
package/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.37.43",
8
- "description": "Models for Stentor",
7
+ "version": "1.38.0",
8
+ "description": "Base service to be extended for making API calls",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
11
11
  "files": [
@@ -25,15 +25,15 @@
25
25
  "fetch-mock": "9.11.0",
26
26
  "sinon": "9.0.1",
27
27
  "sinon-chai": "3.7.0",
28
- "stentor-constants": "1.48.7",
29
- "stentor-context": "1.48.8",
30
- "stentor-models": "1.48.7",
31
- "stentor-request": "1.48.8",
32
- "stentor-utils": "1.48.8",
28
+ "stentor-constants": "1.48.12",
29
+ "stentor-context": "1.48.12",
30
+ "stentor-models": "1.48.12",
31
+ "stentor-request": "1.48.12",
32
+ "stentor-utils": "1.48.12",
33
33
  "typescript": "4.4.4"
34
34
  },
35
35
  "dependencies": {
36
- "@xapp/stentor-app": "1.37.43",
36
+ "@xapp/stentor-app": "1.37.52",
37
37
  "isomorphic-fetch": "2.2.1",
38
38
  "jsonpath": "1.1.1",
39
39
  "lodash.find": "4.6.0",
@@ -55,5 +55,5 @@
55
55
  "build": "tsc -d true -p .",
56
56
  "clean": "rm -rf ./lib/*"
57
57
  },
58
- "gitHead": "10f97bc786df3bef87245e8065210437b088aa17"
58
+ "gitHead": "818a1831c079ad13cc1e26ca27697195da2e8ed6"
59
59
  }