create-event 1.0.13 → 1.0.14

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.
Files changed (3) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +13 -13
  3. package/CHANGELOG.md +0 -20
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2014-2016 Kenan Yildirim <http://kenany.me/>
1
+ Copyright 2014-2021 Kenan Yildirim <https://kenany.me/>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of
4
4
  this software and associated documentation files (the "Software"), to deal in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-event",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Create an event object",
5
5
  "keywords": [
6
6
  "browser",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "repository": "KenanY/create-event",
12
12
  "license": "MIT",
13
- "author": "Kenan Yildirim <kenan@kenany.me> (http://kenany.me/)",
13
+ "author": "Kenan Yildirim <kenan@kenany.me> (https://kenany.me/)",
14
14
  "main": "index.js",
15
15
  "files": [
16
16
  "index.js",
@@ -27,20 +27,20 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "global": "^4.4.0",
30
- "keycode": "^2.2.0",
30
+ "keycode": "^2.2.1",
31
31
  "lodash.assign": "^4.2.0",
32
32
  "lodash.isstring": "^4.0.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@kenan/eslint-config": "^8.0.0",
36
- "@kenan/renovate-config": "^1.4.0",
37
- "@semantic-release/changelog": "^5.0.1",
38
- "@semantic-release/git": "^9.0.0",
39
- "browserify": "16.5.1",
40
- "conventional-changelog-conventionalcommits": "^4.3.0",
41
- "eslint": "^7.6.0",
42
- "semantic-release": "^17.1.1",
43
- "tape": "5.0.1",
44
- "tape-run": "^8.0.0"
35
+ "@kenan/eslint-config": "^9.0.4",
36
+ "@kenan/renovate-config": "^1.5.1",
37
+ "@semantic-release/changelog": "^6.0.1",
38
+ "@semantic-release/git": "^10.0.1",
39
+ "browserify": "^17.0.0",
40
+ "conventional-changelog-conventionalcommits": "^4.6.1",
41
+ "eslint": "^7.32.0",
42
+ "semantic-release": "^18.0.1",
43
+ "tape": "^5.3.2",
44
+ "tape-run": "^9.0.0"
45
45
  }
46
46
  }
package/CHANGELOG.md DELETED
@@ -1,20 +0,0 @@
1
- ### [1.0.13](https://github.com/KenanY/create-event/compare/1.0.12...1.0.13) (2020-08-05)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **deps:** lodash.assign@4.2.0 ([c5e28f7](https://github.com/KenanY/create-event/commit/c5e28f7cc464ada40b531d2102757c3dc9e28c7c))
7
-
8
- ### [1.0.12](https://github.com/KenanY/create-event/compare/1.0.11...1.0.12) (2020-08-05)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * **deps:** keycode@2.2.0 ([b3c64c0](https://github.com/KenanY/create-event/commit/b3c64c03a10830c4079c1a067bcd1cc7a387c4ab))
14
-
15
- ### [1.0.11](https://github.com/KenanY/create-event/compare/1.0.10...1.0.11) (2020-08-05)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * **deps:** global@^4.4.0 ([ac97338](https://github.com/KenanY/create-event/commit/ac973381cca50cea8fa9d59fc7e62d7bad2bb8e2))