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 8cf1697 commit eb5d06cCopy full SHA for eb5d06c
lib/index.js
@@ -1,6 +1,9 @@
1
"use strict";
2
3
-const VERSION = require('../package.json').version;
+//(todo) re-enable this after SAM migration:
4
+// const VERSION = require('../package.json').version;
5
+const VERSION = '0.5.3';
6
+
7
const assert = require('assert');
8
const AWS = require('aws-sdk');
9
const http = require('https');
package.json
@@ -1,6 +1,6 @@
{
"name": "scanii-lambda",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "",
"main": "index.js",
"scripts": {
0 commit comments