@servicetitan/log-service 26.3.0 → 27.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/log-service",
3
- "version": "26.3.0",
3
+ "version": "27.0.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/log-service",
6
6
  "repository": {
@@ -16,7 +16,7 @@
16
16
  "src"
17
17
  ],
18
18
  "devDependencies": {
19
- "@servicetitan/react-ioc": "26.3.0",
19
+ "@servicetitan/react-ioc": "27.0.0",
20
20
  "@testing-library/dom": "^10.4.0",
21
21
  "@testing-library/react": "^16.0.0",
22
22
  "@types/lodash.throttle": "~4.1.6",
@@ -25,7 +25,7 @@
25
25
  "react": "~18.3.1"
26
26
  },
27
27
  "peerDependencies": {
28
- "@servicetitan/react-ioc": "26.3.0",
28
+ "@servicetitan/react-ioc": "27.0.0",
29
29
  "axios": "~0.28.1",
30
30
  "mobx": ">=6.13.1",
31
31
  "react": ">=17.0.2"
@@ -39,5 +39,5 @@
39
39
  "cli": {
40
40
  "webpack": false
41
41
  },
42
- "gitHead": "f7879b7fbad9bf75b8659c3c5fc04d22c8c82b8e"
42
+ "gitHead": "7076608156b454b875fedf0fcb1fa07ff573c899"
43
43
  }
@@ -128,7 +128,7 @@ describe(`[log-service] ${Log.name}`, () => {
128
128
  });
129
129
 
130
130
  describe('when browser has plugins', () => {
131
- const plugins: Partial<typeof window.navigator.plugins[0]>[] = [
131
+ const plugins: Partial<(typeof window.navigator.plugins)[0]>[] = [
132
132
  { name: 'foo', filename: 'filename', description: 'description' },
133
133
  { name: 'bar', filename: 'filename', description: 'description' },
134
134
  ];