sofa-hessian-node
Advanced tools
Comparing version 1.8.0 to 1.8.1
1.8.1 / 2020-09-21 | ||
================== | ||
**fixes** | ||
* [[`ac0f345`](http://github.com/sofastack/sofa-hessian-node/commit/ac0f3452534a4ffe2b81598e94f87ec75da68ce2)] - fix: fix set encode (#31) (killa <<killa123@126.com>>) | ||
1.8.0 / 2020-05-13 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -33,3 +33,3 @@ 'use strict'; | ||
'java.util.List': require('./primitive_type/java.util.list'), | ||
'java.util.Set': require('./primitive_type/java.util.list'), | ||
'java.util.Set': require('./primitive_type/java.util.set'), | ||
'java.util.Collection': require('./primitive_type/java.util.list'), | ||
@@ -36,0 +36,0 @@ 'java.util.ArrayList': require('./primitive_type/java.util.arraylist'), |
{ | ||
"name": "sofa-hessian-node", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "An internal improved version of Hessian powered by Ant Financial.", | ||
@@ -58,2 +58,5 @@ "main": "index.js", | ||
}, | ||
"publishConfig": { | ||
"tag": "latest-1" | ||
}, | ||
"ci": { | ||
@@ -60,0 +63,0 @@ "version": "8, 10, 12" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43978
29
810