@tryghost/timezone-data 0.2.47 → 0.2.51

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.
@@ -198,5 +198,5 @@ var index = [{
198
198
  label: '(GMT +12:00) International Date Line West'
199
199
  }];
200
200
 
201
- export default index;
201
+ export { index as default };
202
202
  //# sourceMappingURL=timezone-data.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/timezone-data",
3
- "version": "0.2.47",
3
+ "version": "0.2.51",
4
4
  "repository": "https://github.com/TryGhost/SDK/tree/master/packages/timezone-data",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@
20
20
  "scripts": {
21
21
  "dev": "echo \"Implement me!\"",
22
22
  "pretest": "yarn build",
23
- "test": "NODE_ENV=testing mocha './test/**/*.test.js'",
23
+ "test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
24
24
  "build": "rollup -c",
25
25
  "lint": "eslint . --ext .js --cache",
26
26
  "prepare": "NODE_ENV=production yarn build",
@@ -30,10 +30,11 @@
30
30
  "access": "public"
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/core": "7.14.6",
34
- "@babel/preset-env": "7.14.7",
33
+ "@babel/core": "7.16.0",
34
+ "@babel/preset-env": "7.16.0",
35
+ "c8": "7.10.0",
35
36
  "mocha": "7.2.0",
36
- "rollup": "2.52.7",
37
+ "rollup": "2.59.0",
37
38
  "rollup-plugin-babel": "4.4.0",
38
39
  "rollup-plugin-commonjs": "10.1.0",
39
40
  "rollup-plugin-node-resolve": "5.2.0",
@@ -41,5 +42,5 @@
41
42
  "should": "13.2.3",
42
43
  "sinon": "9.2.4"
43
44
  },
44
- "gitHead": "f9fa8339dd67acf2e81b619410da92b4a7ef5b03"
45
+ "gitHead": "93b42d8e27b3d8bd73fe17e200b5e9afe09dffa2"
45
46
  }