create-event 1.0.13 → 1.0.15
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/LICENSE.txt +2 -1
- package/package.json +22 -21
- package/CHANGELOG.md +0 -20
package/LICENSE.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
Copyright 2014
|
|
1
|
+
Copyright 2013-2014 Ian Storm Taylor <https://ianstormtaylor.com/>
|
|
2
|
+
Copyright 2014-2023 Kenan Yildirim <https://kenany.me/>
|
|
2
3
|
|
|
3
4
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4
5
|
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.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Create an event object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browser",
|
|
@@ -8,9 +8,12 @@
|
|
|
8
8
|
"dispatch",
|
|
9
9
|
"event"
|
|
10
10
|
],
|
|
11
|
-
"repository":
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/kenany/create-event.git"
|
|
14
|
+
},
|
|
12
15
|
"license": "MIT",
|
|
13
|
-
"author": "Kenan Yildirim <kenan@kenany.me> (
|
|
16
|
+
"author": "Kenan Yildirim <kenan@kenany.me> (https://kenany.me/)",
|
|
14
17
|
"main": "index.js",
|
|
15
18
|
"files": [
|
|
16
19
|
"index.js",
|
|
@@ -19,28 +22,26 @@
|
|
|
19
22
|
"directories": {
|
|
20
23
|
"test": "test"
|
|
21
24
|
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"lint": "eslint *.js test/*.js",
|
|
24
|
-
"test": "browserify test/*.js | tape-run",
|
|
25
|
-
"posttest": "npm run lint",
|
|
26
|
-
"release": "semantic-release"
|
|
27
|
-
},
|
|
28
25
|
"dependencies": {
|
|
29
26
|
"global": "^4.4.0",
|
|
30
|
-
"keycode": "^2.2.
|
|
27
|
+
"keycode": "^2.2.1",
|
|
31
28
|
"lodash.assign": "^4.2.0",
|
|
32
29
|
"lodash.isstring": "^4.0.1"
|
|
33
30
|
},
|
|
34
31
|
"devDependencies": {
|
|
35
|
-
"@
|
|
36
|
-
"@kenan/
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
32
|
+
"@containerbase/semantic-release-pnpm": "1.3.21",
|
|
33
|
+
"@kenan/eslint-config": "11.1.16",
|
|
34
|
+
"browserify": "17.0.1",
|
|
35
|
+
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
36
|
+
"eslint": "8.57.1",
|
|
37
|
+
"semantic-release": "25.0.3",
|
|
38
|
+
"tape": "5.9.0",
|
|
39
|
+
"tape-run": "11.0.0"
|
|
40
|
+
},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"lint": "eslint *.js test/*.js",
|
|
43
|
+
"test": "browserify test/*.js | tape-run",
|
|
44
|
+
"posttest": "npm run lint",
|
|
45
|
+
"release": "semantic-release"
|
|
45
46
|
}
|
|
46
|
-
}
|
|
47
|
+
}
|
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))
|