@webex/plugin-attachment-actions 2.60.1-next.1 → 2.60.1-next.11
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/attachmentActions.js +1 -1
- package/package.json +16 -18
|
@@ -302,7 +302,7 @@ var AttachmentActions = _webexCore.WebexPlugin.extend({
|
|
|
302
302
|
return null;
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
|
-
version: "2.60.1-next.
|
|
305
|
+
version: "2.60.1-next.11"
|
|
306
306
|
});
|
|
307
307
|
var _default = exports.default = AttachmentActions;
|
|
308
308
|
//# sourceMappingURL=attachmentActions.js.map
|
package/package.json
CHANGED
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@webex/common": "2.60.1-next.
|
|
26
|
-
"@webex/internal-plugin-conversation": "2.60.1-next.
|
|
27
|
-
"@webex/internal-plugin-mercury": "2.60.1-next.
|
|
28
|
-
"@webex/plugin-logger": "2.60.1-next.
|
|
29
|
-
"@webex/plugin-messages": "2.60.1-next.
|
|
30
|
-
"@webex/plugin-people": "2.60.1-next.
|
|
31
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
32
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
33
|
-
"@webex/webex-core": "2.60.1-next.
|
|
25
|
+
"@webex/common": "2.60.1-next.11",
|
|
26
|
+
"@webex/internal-plugin-conversation": "2.60.1-next.11",
|
|
27
|
+
"@webex/internal-plugin-mercury": "2.60.1-next.11",
|
|
28
|
+
"@webex/plugin-logger": "2.60.1-next.11",
|
|
29
|
+
"@webex/plugin-messages": "2.60.1-next.11",
|
|
30
|
+
"@webex/plugin-people": "2.60.1-next.11",
|
|
31
|
+
"@webex/test-helper-chai": "2.60.1-next.11",
|
|
32
|
+
"@webex/test-helper-test-users": "2.60.1-next.11",
|
|
33
|
+
"@webex/webex-core": "2.60.1-next.11",
|
|
34
34
|
"debug": "^4.3.4",
|
|
35
35
|
"lodash": "^4.17.21"
|
|
36
36
|
},
|
|
@@ -39,10 +39,8 @@
|
|
|
39
39
|
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
|
|
40
40
|
"deploy:npm": "yarn npm publish",
|
|
41
41
|
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
|
|
42
|
-
"test:browser": "webex-legacy-tools test --integration --
|
|
43
|
-
"test:
|
|
44
|
-
"test:style": "eslint ./src/**/*.*",
|
|
45
|
-
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
42
|
+
"test:browser:broken": "webex-legacy-tools test --integration --runner karma",
|
|
43
|
+
"test:style": "eslint ./src/**/*.*"
|
|
46
44
|
},
|
|
47
45
|
"devDependencies": {
|
|
48
46
|
"@babel/core": "^7.17.10",
|
|
@@ -50,12 +48,12 @@
|
|
|
50
48
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
51
49
|
"@webex/jest-config-legacy": "0.0.0",
|
|
52
50
|
"@webex/legacy-tools": "0.0.0",
|
|
53
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
54
|
-
"@webex/test-helper-mocha": "2.60.1-next.
|
|
55
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
56
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
51
|
+
"@webex/test-helper-chai": "2.60.1-next.11",
|
|
52
|
+
"@webex/test-helper-mocha": "2.60.1-next.11",
|
|
53
|
+
"@webex/test-helper-mock-webex": "2.60.1-next.11",
|
|
54
|
+
"@webex/test-helper-test-users": "2.60.1-next.11",
|
|
57
55
|
"eslint": "^8.24.0",
|
|
58
56
|
"prettier": "^2.7.1"
|
|
59
57
|
},
|
|
60
|
-
"version": "2.60.1-next.
|
|
58
|
+
"version": "2.60.1-next.11"
|
|
61
59
|
}
|