We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b433efd commit 6b9b755Copy full SHA for 6b9b755
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cloudevents",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"description": "CloudEvents SDK for JavaScript",
5
"main": "index.js",
6
"scripts": {
@@ -13,7 +13,9 @@
13
"keywords": [
14
"events",
15
"cloudevents",
16
- "sdk"
+ "sdk",
17
+ "javascript",
18
+ "cncf"
19
],
20
"author": "cloudevents.io",
21
"contributors": {
@@ -28,7 +30,7 @@
28
30
"homepage": "https://github.com/cloudevents/sdk-javascript#readme",
29
31
"dependencies": {
32
"axios": "0.18.0",
- "is-empty": "^1.2.0",
33
+ "is-empty": "1.2.0",
34
"uri-js": "4.2.2",
35
"uuid": "3.3.2"
36
},
0 commit comments