@webex/media-helpers 3.0.0-next.30 → 3.0.0-next.31
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 +4 -5
package/package.json
CHANGED
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"build": "yarn run -T tsc --declaration true --declarationDir ./dist",
|
|
17
17
|
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn run -T tsc --declaration true --declarationDir ./dist",
|
|
18
18
|
"test:broken": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
|
|
19
|
-
"test:browser
|
|
20
|
-
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
|
|
19
|
+
"test:browser": "webex-legacy-tools test --integration --runner karma",
|
|
21
20
|
"test:style": "eslint 'src/**/*.ts' --fix",
|
|
22
21
|
"test:unit": "webex-legacy-tools test --unit --runner jest",
|
|
23
22
|
"deploy:npm": "yarn npm publish"
|
|
@@ -39,10 +38,10 @@
|
|
|
39
38
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
40
39
|
"@webex/jest-config-legacy": "0.0.0",
|
|
41
40
|
"@webex/legacy-tools": "0.0.0",
|
|
42
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
43
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
41
|
+
"@webex/test-helper-chai": "2.60.1-next.11",
|
|
42
|
+
"@webex/test-helper-mock-webex": "2.60.1-next.11",
|
|
44
43
|
"eslint": "^8.24.0",
|
|
45
44
|
"sinon": "^9.2.4"
|
|
46
45
|
},
|
|
47
|
-
"version": "3.0.0-next.
|
|
46
|
+
"version": "3.0.0-next.31"
|
|
48
47
|
}
|