@webex/plugin-attachment-actions 2.59.2 → 2.59.3-next.1

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/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["require","_webexCore","_attachmentActions","_interopRequireDefault","registerPlugin","AttachmentActions","_default","exports","default"],"sources":["index.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport '@webex/internal-plugin-conversation'; // decrypt mercury activities\nimport '@webex/internal-plugin-mercury';\n\nimport {registerPlugin} from '@webex/webex-core';\n\nimport AttachmentActions from './attachmentActions';\n\nregisterPlugin('attachmentActions', AttachmentActions);\n\nexport default AttachmentActions;\n"],"mappings":";;;;;;;;AAIAA,OAAA;AACAA,OAAA;AAEA,IAAAC,UAAA,GAAAD,OAAA;AAEA,IAAAE,kBAAA,GAAAC,sBAAA,CAAAH,OAAA;AATA;AACA;AACA;;AAE8C;;AAO9C,IAAAI,yBAAc,EAAC,mBAAmB,EAAEC,0BAAiB,CAAC;AAAC,IAAAC,QAAA,GAExCD,0BAAiB;AAAAE,OAAA,CAAAC,OAAA,GAAAF,QAAA"}
1
+ {"version":3,"names":["require","_webexCore","_attachmentActions","_interopRequireDefault","registerPlugin","AttachmentActions","_default","exports","default"],"sources":["index.js"],"sourcesContent":["/*!\r\n * Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.\r\n */\r\n\r\nimport '@webex/internal-plugin-conversation'; // decrypt mercury activities\r\nimport '@webex/internal-plugin-mercury';\r\n\r\nimport {registerPlugin} from '@webex/webex-core';\r\n\r\nimport AttachmentActions from './attachmentActions';\r\n\r\nregisterPlugin('attachmentActions', AttachmentActions);\r\n\r\nexport default AttachmentActions;\r\n"],"mappings":";;;;;;;;AAIAA,OAAA;AACAA,OAAA;AAEA,IAAAC,UAAA,GAAAD,OAAA;AAEA,IAAAE,kBAAA,GAAAC,sBAAA,CAAAH,OAAA;AATA;AACA;AACA;;AAE8C;;AAO9C,IAAAI,yBAAc,EAAC,mBAAmB,EAAEC,0BAAiB,CAAC;AAAC,IAAAC,QAAA,GAExCD,0BAAiB;AAAAE,OAAA,CAAAC,OAAA,GAAAF,QAAA"}
package/jest.config.js CHANGED
@@ -1,3 +1,3 @@
1
- const config = require('@webex/jest-config-legacy');
2
-
3
- module.exports = config;
1
+ const config = require('@webex/jest-config-legacy');
2
+
3
+ module.exports = config;
package/package.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "name": "@webex/plugin-attachment-actions",
3
- "version": "2.59.2",
4
3
  "description": "",
5
4
  "license": "MIT",
6
5
  "contributors": [
@@ -23,21 +22,22 @@
23
22
  ]
24
23
  },
25
24
  "dependencies": {
26
- "@webex/common": "2.59.2",
27
- "@webex/internal-plugin-conversation": "2.59.2",
28
- "@webex/internal-plugin-mercury": "2.59.2",
29
- "@webex/plugin-logger": "2.59.2",
30
- "@webex/plugin-messages": "2.59.2",
31
- "@webex/plugin-people": "2.59.2",
32
- "@webex/test-helper-chai": "2.59.2",
33
- "@webex/test-helper-test-users": "2.59.2",
34
- "@webex/webex-core": "2.59.2",
25
+ "@webex/common": "^2.59.3-next.1",
26
+ "@webex/internal-plugin-conversation": "^2.59.3-next.1",
27
+ "@webex/internal-plugin-mercury": "^2.59.3-next.1",
28
+ "@webex/plugin-logger": "^2.59.3-next.1",
29
+ "@webex/plugin-messages": "^2.59.3-next.1",
30
+ "@webex/plugin-people": "^2.59.3-next.1",
31
+ "@webex/test-helper-chai": "^2.59.3-next.1",
32
+ "@webex/test-helper-test-users": "^2.59.3-next.1",
33
+ "@webex/webex-core": "^2.59.3-next.1",
35
34
  "debug": "^4.3.4",
36
35
  "lodash": "^4.17.21"
37
36
  },
38
37
  "scripts": {
39
38
  "build": "yarn build:src",
40
39
  "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
40
+ "deploy:npm": "yarn npm publish",
41
41
  "test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
42
42
  "test:browser": "webex-legacy-tools test --integration --unit --runner karma",
43
43
  "test:integration": "webex-legacy-tools test --integration --runner mocha",
@@ -46,15 +46,16 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@babel/core": "^7.17.10",
49
- "@webex/babel-config-legacy": "2.59.2",
50
- "@webex/eslint-config-legacy": "2.59.2",
51
- "@webex/jest-config-legacy": "2.59.2",
52
- "@webex/legacy-tools": "2.59.2",
53
- "@webex/test-helper-chai": "2.59.2",
54
- "@webex/test-helper-mocha": "2.59.2",
55
- "@webex/test-helper-mock-webex": "2.59.2",
56
- "@webex/test-helper-test-users": "2.59.2",
49
+ "@webex/babel-config-legacy": "^0.0.0",
50
+ "@webex/eslint-config-legacy": "^0.0.0",
51
+ "@webex/jest-config-legacy": "^0.0.0",
52
+ "@webex/legacy-tools": "^0.0.0",
53
+ "@webex/test-helper-chai": "^2.59.3-next.1",
54
+ "@webex/test-helper-mocha": "^2.59.3-next.1",
55
+ "@webex/test-helper-mock-webex": "^2.59.3-next.1",
56
+ "@webex/test-helper-test-users": "^2.59.3-next.1",
57
57
  "eslint": "^8.24.0",
58
58
  "prettier": "^2.7.1"
59
- }
60
- }
59
+ },
60
+ "version": "2.59.3-next.1"
61
+ }
package/process CHANGED
@@ -1 +1 @@
1
- module.exports = {browser: true};
1
+ module.exports = {browser: true};