gremlin 3.4.12 → 3.4.13

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.
Files changed (64) hide show
  1. package/doc/AnonymousTraversalSource.html +1 -1
  2. package/doc/Authenticator.html +1 -1
  3. package/doc/Bytecode.html +1 -1
  4. package/doc/Client.html +1 -1
  5. package/doc/Connection.html +1 -1
  6. package/doc/DriverRemoteConnection.html +1 -1
  7. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  8. package/doc/Graph.html +1 -1
  9. package/doc/GraphSON2Reader.html +1 -1
  10. package/doc/GraphSON2Writer.html +1 -1
  11. package/doc/GraphSON3Reader.html +1 -1
  12. package/doc/GraphSON3Writer.html +1 -1
  13. package/doc/GraphTraversal.html +1 -1
  14. package/doc/GraphTraversalSource.html +1 -1
  15. package/doc/HaltedTraverserStrategy.html +1 -1
  16. package/doc/MatchAlgorithmStrategy.html +1 -1
  17. package/doc/P.html +1 -1
  18. package/doc/PartitionStrategy.html +2 -2
  19. package/doc/Path.html +1 -1
  20. package/doc/PlainTextSaslAuthenticator.html +1 -1
  21. package/doc/ProductiveByStrategy.html +288 -0
  22. package/doc/RemoteConnection.html +1 -1
  23. package/doc/RemoteStrategy.html +1 -1
  24. package/doc/RemoteTraversal.html +1 -1
  25. package/doc/ReservedKeysVerificationStrategy.html +2 -2
  26. package/doc/ResponseError.html +1 -1
  27. package/doc/ResultSet.html +1 -1
  28. package/doc/SaslAuthenticator.html +1 -1
  29. package/doc/SaslMechanismBase.html +1 -1
  30. package/doc/SaslMechanismPlain.html +1 -1
  31. package/doc/SeedStrategy.html +288 -0
  32. package/doc/SubgraphStrategy.html +1 -1
  33. package/doc/TextP.html +1 -1
  34. package/doc/Transaction.html +2 -2
  35. package/doc/Translator.html +1 -1
  36. package/doc/TraversalStrategies.html +1 -1
  37. package/doc/TraversalStrategy.html +1 -1
  38. package/doc/TypeSerializer.html +1 -1
  39. package/doc/driver_auth_authenticator.js.html +1 -1
  40. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  41. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  42. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  43. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  44. package/doc/driver_client.js.html +1 -1
  45. package/doc/driver_connection.js.html +1 -1
  46. package/doc/driver_driver-remote-connection.js.html +1 -1
  47. package/doc/driver_remote-connection.js.html +1 -1
  48. package/doc/driver_response-error.js.html +1 -1
  49. package/doc/driver_result-set.js.html +1 -1
  50. package/doc/global.html +1 -1
  51. package/doc/index.html +1 -1
  52. package/doc/process_anonymous-traversal.js.html +1 -1
  53. package/doc/process_bytecode.js.html +1 -1
  54. package/doc/process_graph-traversal.js.html +1 -1
  55. package/doc/process_transaction.js.html +2 -2
  56. package/doc/process_translator.js.html +1 -1
  57. package/doc/process_traversal-strategy.js.html +1 -1
  58. package/doc/process_traversal.js.html +1 -1
  59. package/doc/structure_graph.js.html +1 -1
  60. package/doc/structure_io_graph-serializer.js.html +1 -1
  61. package/doc/structure_io_type-serializers.js.html +1 -1
  62. package/package.json +5 -4
  63. package/.npmignore +0 -26
  64. package/package-lock.json +0 -5828
@@ -549,7 +549,7 @@ module.exports = {
549
549
  <br class="clear">
550
550
 
551
551
  <footer>
552
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Jul 26 2021 08:59:15 GMT+0200 (CEST)
552
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
553
553
  </footer>
554
554
 
555
555
  <script> prettyPrint(); </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gremlin",
3
- "version": "3.4.12",
3
+ "version": "3.4.13",
4
4
  "description": "JavaScript Gremlin Language Variant",
5
5
  "author": "Apache TinkerPop team",
6
6
  "keywords": [
@@ -18,11 +18,12 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "chai": "~4.1.2",
21
+ "colors": "1.4.0",
21
22
  "cucumber": "~4.2.1",
22
- "grunt": "~1.0.4",
23
+ "grunt": "^1.4.1",
23
24
  "grunt-cli": "~1.3.2",
24
- "grunt-jsdoc": "~2.3.1",
25
- "mocha": "~5.2.0"
25
+ "grunt-jsdoc": "^2.4.1",
26
+ "mocha": "^9.1.3"
26
27
  },
27
28
  "repository": {
28
29
  "type": "git",
package/.npmignore DELETED
@@ -1,26 +0,0 @@
1
- # Licensed to the Apache Software Foundation (ASF) under one
2
- # or more contributor license agreements. See the NOTICE file
3
- # distributed with this work for additional information
4
- # regarding copyright ownership. The ASF licenses this file
5
- # to you under the Apache License, Version 2.0 (the
6
- # "License"); you may not use this file except in compliance
7
- # with the License. You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
17
-
18
- *.gz
19
- *.tgz
20
- test/
21
- .DS_Store
22
- .idea
23
- node_modules/
24
- npm-debug.log
25
- # maven plugin com.github.eirslett frontend-maven-plugin installs node.js runtime in "node" folder
26
- node/