@webex/internal-plugin-metrics 2.59.1-next.0 → 2.59.2
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/dist/metrics.js +1 -1
- package/package.json +15 -16
package/dist/metrics.js
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-metrics",
|
|
3
|
+
"version": "2.59.2",
|
|
3
4
|
"description": "",
|
|
4
5
|
"license": "MIT",
|
|
5
6
|
"main": "dist/index.js",
|
|
@@ -21,34 +22,32 @@
|
|
|
21
22
|
"devDependencies": {
|
|
22
23
|
"@babel/core": "^7.17.10",
|
|
23
24
|
"@sinonjs/fake-timers": "^6.0.1",
|
|
24
|
-
"@webex/babel-config-legacy": "
|
|
25
|
-
"@webex/eslint-config-legacy": "
|
|
26
|
-
"@webex/jest-config-legacy": "
|
|
27
|
-
"@webex/legacy-tools": "
|
|
28
|
-
"@webex/test-helper-chai": "
|
|
29
|
-
"@webex/test-helper-mocha": "
|
|
30
|
-
"@webex/test-helper-mock-webex": "
|
|
31
|
-
"@webex/test-helper-test-users": "
|
|
25
|
+
"@webex/babel-config-legacy": "2.59.2",
|
|
26
|
+
"@webex/eslint-config-legacy": "2.59.2",
|
|
27
|
+
"@webex/jest-config-legacy": "2.59.2",
|
|
28
|
+
"@webex/legacy-tools": "2.59.2",
|
|
29
|
+
"@webex/test-helper-chai": "2.59.2",
|
|
30
|
+
"@webex/test-helper-mocha": "2.59.2",
|
|
31
|
+
"@webex/test-helper-mock-webex": "2.59.2",
|
|
32
|
+
"@webex/test-helper-test-users": "2.59.2",
|
|
32
33
|
"eslint": "^8.24.0",
|
|
33
34
|
"prettier": "^2.7.1",
|
|
34
35
|
"sinon": "^9.2.4"
|
|
35
36
|
},
|
|
36
37
|
"dependencies": {
|
|
37
|
-
"@webex/common": "
|
|
38
|
-
"@webex/common-timers": "
|
|
39
|
-
"@webex/test-helper-chai": "
|
|
40
|
-
"@webex/test-helper-mock-webex": "
|
|
41
|
-
"@webex/webex-core": "
|
|
38
|
+
"@webex/common": "2.59.2",
|
|
39
|
+
"@webex/common-timers": "2.59.2",
|
|
40
|
+
"@webex/test-helper-chai": "2.59.2",
|
|
41
|
+
"@webex/test-helper-mock-webex": "2.59.2",
|
|
42
|
+
"@webex/webex-core": "2.59.2"
|
|
42
43
|
},
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "yarn build:src",
|
|
45
46
|
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
|
|
46
|
-
"deploy:npm": "npm publish",
|
|
47
47
|
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
|
|
48
48
|
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
|
|
49
49
|
"test:integration": "webex-legacy-tools test --integration --runner mocha",
|
|
50
50
|
"test:style": "eslint ./src/**/*.*",
|
|
51
51
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
52
|
-
}
|
|
53
|
-
"version": "2.59.1-next.0"
|
|
52
|
+
}
|
|
54
53
|
}
|