Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "a1pubsub", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "GCP PubSub wrapper to add idempotency", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -20,13 +21,13 @@ "test": "jest", | ||
"devDependencies": { | ||
"@types/jest": "^25.1.3", | ||
"@typescript-eslint/eslint-plugin": "^2.22.0", | ||
"@typescript-eslint/parser": "^2.22.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jest": "^25.1.0", | ||
"prettier": "^1.19.1", | ||
"ts-jest": "^25.2.1", | ||
"typescript": "^3.8.3" | ||
"@types/jest": "25.1.4", | ||
"@typescript-eslint/eslint-plugin": "2.22.0", | ||
"@typescript-eslint/parser": "2.22.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-prettier": "6.10.0", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"jest": "25.1.0", | ||
"prettier": "1.19.1", | ||
"ts-jest": "25.2.1", | ||
"typescript": "3.8.3" | ||
} | ||
} |
21898
8
231