pusher-js 7.0.4 → 7.0.5

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": "pusher-js",
3
- "version": "7.0.4",
3
+ "version": "7.0.5",
4
4
  "description": "Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers",
5
5
  "main": "dist/node/pusher.js",
6
6
  "browser": "dist/web/pusher.js",
@@ -23,7 +23,8 @@ var config = merge(configShared, {
23
23
  output: {
24
24
  library: 'Pusher',
25
25
  path: path.join(__dirname, '../dist/worker'),
26
- filename: filename
26
+ filename: filename,
27
+ libraryTarget: 'umd'
27
28
  },
28
29
  resolve: {
29
30
  // in order to import the appropriate runtime.ts
@@ -1,31 +0,0 @@
1
- {
2
- "yaml.customTags": [
3
- "!And",
4
- "!If",
5
- "!Not",
6
- "!Equals",
7
- "!Or",
8
- "!FindInMap",
9
- "!Base64",
10
- "!Cidr",
11
- "!Ref",
12
- "!Sub",
13
- "!GetAtt",
14
- "!GetAZs",
15
- "!ImportValue",
16
- "!Select",
17
- "!Split",
18
- "!Join",
19
- "!And sequence",
20
- "!If sequence",
21
- "!Not sequence",
22
- "!Equals sequence",
23
- "!Or sequence",
24
- "!FindInMap sequence",
25
- "!Join sequence",
26
- "!Sub sequence",
27
- "!ImportValue sequence",
28
- "!Select sequence",
29
- "!Split sequence"
30
- ]
31
- }