@zaber/motion 9.3.0 → 9.3.1

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/LICENSE CHANGED
@@ -2188,9 +2188,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2188
2188
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2189
2189
 
2190
2190
  ------------------
2191
- golang.org/x/mod v0.34.0
2191
+ golang.org/x/mod v0.12.0
2192
2192
  ------------------
2193
- Copyright 2009 The Go Authors.
2193
+ Copyright (c) 2009 The Go Authors. All rights reserved.
2194
2194
 
2195
2195
  Redistribution and use in source and binary forms, with or without
2196
2196
  modification, are permitted provided that the following conditions are
@@ -2202,7 +2202,7 @@ notice, this list of conditions and the following disclaimer.
2202
2202
  copyright notice, this list of conditions and the following disclaimer
2203
2203
  in the documentation and/or other materials provided with the
2204
2204
  distribution.
2205
- * Neither the name of Google LLC nor the names of its
2205
+ * Neither the name of Google Inc. nor the names of its
2206
2206
  contributors may be used to endorse or promote products derived from
2207
2207
  this software without specific prior written permission.
2208
2208
 
@@ -2250,9 +2250,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2250
2250
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2251
2251
 
2252
2252
  ------------------
2253
- golang.org/x/sync v0.10.0
2253
+ golang.org/x/sync v0.3.0
2254
2254
  ------------------
2255
- Copyright 2009 The Go Authors.
2255
+ Copyright (c) 2009 The Go Authors. All rights reserved.
2256
2256
 
2257
2257
  Redistribution and use in source and binary forms, with or without
2258
2258
  modification, are permitted provided that the following conditions are
@@ -2264,7 +2264,7 @@ notice, this list of conditions and the following disclaimer.
2264
2264
  copyright notice, this list of conditions and the following disclaimer
2265
2265
  in the documentation and/or other materials provided with the
2266
2266
  distribution.
2267
- * Neither the name of Google LLC nor the names of its
2267
+ * Neither the name of Google Inc. nor the names of its
2268
2268
  contributors may be used to endorse or promote products derived from
2269
2269
  this software without specific prior written permission.
2270
2270
 
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Constants = void 0;
4
4
  // The version string is updated automatically with `npx gulp set_version`. Do not edit manually.
5
5
  exports.Constants = {
6
- version: '9.3.0',
6
+ version: '9.3.1',
7
7
  };
8
8
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/gateway/constants.ts"],"names":[],"mappings":";;;AAAA,iGAAiG;AACpF,QAAA,SAAS,GAAG;IACvB,OAAO,EAAE,OAAO;CACjB,CAAC","sourcesContent":["// The version string is updated automatically with `npx gulp set_version`. Do not edit manually.\nexport const Constants = {\n version: '9.3.0',\n};\n"]}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/gateway/constants.ts"],"names":[],"mappings":";;;AAAA,iGAAiG;AACpF,QAAA,SAAS,GAAG;IACvB,OAAO,EAAE,OAAO;CACjB,CAAC","sourcesContent":["// The version string is updated automatically with `npx gulp set_version`. Do not edit manually.\nexport const Constants = {\n version: '9.3.1',\n};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zaber/motion",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "description": "Zaber Motion Library is a multi-platform library used to operate Zaber devices.",
5
5
  "keywords": [],
6
6
  "main": "dist/lib/index.js",