alicezetion 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":7478822821755640167,"last_updated":{"seconds":1693005715,"nanos":885351000}}
1
+ {"nonce":1482767162956991553,"last_updated":{"seconds":1693005898,"nanos":360485000}}
@@ -1,5 +1,14 @@
1
- /* eslint-disable no-redeclare */
1
+ /*
2
+
3
+ A L I C E » this project recode by one
4
+ person LeiamNash
5
+ this will only work on
6
+ project alice
7
+
8
+ */
9
+
2
10
  "use strict";
11
+
3
12
  var utils = require("../utils");
4
13
  var log = require("npmlog");
5
14
  var mqtt = require('mqtt');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "mocha",
package/utils.js CHANGED
@@ -7,7 +7,6 @@ A L I C E » this project recode by one
7
7
 
8
8
  */
9
9
 
10
-
11
10
  "use strict";
12
11
 
13
12
  var bluebird = require("bluebird");