particle-api-js 11.1.3 → 11.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "particle-api-js",
3
- "version": "11.1.3",
3
+ "version": "11.1.4",
4
4
  "description": "Particle API Client",
5
5
  "main": "src/Particle.js",
6
6
  "scripts": {
package/src/Agent.js CHANGED
@@ -1,22 +1,3 @@
1
- /*
2
- ******************************************************************************
3
- Copyright (c) 2016 Particle Industries, Inc. All rights reserved.
4
-
5
- This program is free software; you can redistribute it and/or
6
- modify it under the terms of the GNU Lesser General Public
7
- License as published by the Free Software Foundation, either
8
- version 3 of the License, or (at your option) any later version.
9
-
10
- This program is distributed in the hope that it will be useful,
11
- but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
- Lesser General Public License for more details.
14
-
15
- You should have received a copy of the GNU Lesser General Public
16
- License along with this program; if not, see <http://www.gnu.org/licenses/>.
17
- ******************************************************************************
18
- */
19
-
20
1
  const fetch = require('node-fetch');
21
2
  const FormData = require('form-data');
22
3
  const qs = require('qs');
@@ -1,22 +1,3 @@
1
- /*
2
- ******************************************************************************
3
- Copyright (c) 2016 Particle Industries, Inc. All rights reserved.
4
-
5
- This program is free software; you can redistribute it and/or
6
- modify it under the terms of the GNU Lesser General Public
7
- License as published by the Free Software Foundation, either
8
- version 3 of the License, or (at your option) any later version.
9
-
10
- This program is distributed in the hope that it will be useful,
11
- but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
- Lesser General Public License for more details.
14
-
15
- You should have received a copy of the GNU Lesser General Public
16
- License along with this program; if not, see <http://www.gnu.org/licenses/>.
17
- ******************************************************************************
18
- */
19
-
20
1
  /**
21
2
  * Tests for real the Agent class using an external service.
22
3
  */