Change access level modifier for error codes to public
Swift implementation of JSON-RPC 2.0 Specification.
{ "name": "json-rpc2", "path": "/usr/src/package", "targets": [ { "name": "JSONRPC2Tests", "path": "Tests/JSONRPC2Tests", "type": "test", "c99name": "JSONRPC2Tests", "sources": [ "Public/IdentifierTests.swift", "Public/NotificationTests.swift", "Public/ResponseTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "JSONRPC2" ] }, { "name": "JSONRPC2", "path": "Sources/JSONRPC2", "type": "library", "c99name": "JSONRPC2", "sources": [ "Internal/JSONRPCVersion.swift", "JSONRPC2.swift", "Public/Batch.swift", "Public/Identifier.swift", "Public/JSONRPC2Error.swift", "Public/JSONRPC2ErrorCode.swift", "Public/Notification.swift", "Public/Request.swift", "Public/RequestParameters.swift", "Public/Response.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "JSONRPC2" ], "product_dependencies": [ "JSON" ] } ], "products": [ { "name": "JSONRPC2", "type": { "library": [ "automatic" ] }, "targets": [ "JSONRPC2" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/finsig/json", "type": "sourceControl", "identity": "json", "requirement": { "range": [ { "lower_bound": "0.1.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.5", "manifest_display_name": "json-rpc2" }
{ "name": "json-rpc2", "traits": [], "targets": [ { "name": "JSONRPC2", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "JSON", "JSON", null, null ] } ], "packageAccess": false }, { "name": "JSONRPC2Tests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "JSONRPC2", null ] } ], "packageAccess": false } ], "products": [ { "name": "JSONRPC2", "type": { "library": [ "automatic" ] }, "targets": [ "JSONRPC2" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "traits": [ { "name": "default" } ], "identity": "json", "location": { "remote": [ { "urlString": "https://github.com/finsig/json" } ] }, "requirement": { "range": [ { "lowerBound": "0.1.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.5.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "json-rpc2", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/finsig/json", "name": "json", "path": "/usr/src/package/.build/checkouts/json", "version": "0.1.0", "identity": "json", "dependencies": [] } ] }