pushy-sdk-web
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -7,3 +7,3 @@ { | ||
"comment": "NOTE: Increment src/config.js version code", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"main": "src/lib/pushy.js", | ||
@@ -25,4 +25,2 @@ "types": "src/lib/pushy.d.ts", | ||
"dependencies": { | ||
"promise-polyfill": "^6.0.2", | ||
"whatwg-fetch": "^1.0.0" | ||
}, | ||
@@ -29,0 +27,0 @@ "devDependencies": { |
const config = { | ||
// Web Push SDK version code | ||
version: 1022, | ||
version: 1023, | ||
// SDK platform | ||
@@ -5,0 +5,0 @@ platform: 'web', |
@@ -7,3 +7,2 @@ // Temporarily uncomment this import when building for cdn (leave commented for npm) | ||
import Base64 from '../util/base64'; | ||
import Promise from 'promise-polyfill'; | ||
import { localStorage } from '../util/storage'; | ||
@@ -10,0 +9,0 @@ |
@@ -1,2 +0,1 @@ | ||
import 'whatwg-fetch'; | ||
import config from '../config'; | ||
@@ -3,0 +2,0 @@ import { localStorage } from '../util/storage'; |
Sorry, the diff of this file is too big to display
0
245833
4883
- Removedpromise-polyfill@^6.0.2
- Removedwhatwg-fetch@^1.0.0
- Removedpromise-polyfill@6.1.0(transitive)
- Removedwhatwg-fetch@1.1.1(transitive)