@trinsic/trinsic
Advanced tools
Comparing version 1.11.3-pre.5 to 1.11.3-pre.6
import "@azure/core-asynciterator-polyfill"; | ||
import "fastestsmallesttextencoderdecoder"; | ||
import { WalletService } from "./WalletService"; | ||
@@ -14,2 +13,3 @@ import { ProviderService } from "./ProviderService"; | ||
export * from "./XHRTransport"; | ||
export * from "./ConnectClient"; | ||
export { TrinsicService, WalletService, ProviderService, TrustRegistryService, CredentialService, TemplateService, ServiceBase, }; |
@@ -23,3 +23,2 @@ "use strict"; | ||
require("@azure/core-asynciterator-polyfill"); | ||
require("fastestsmallesttextencoderdecoder"); | ||
const WalletService_1 = require("./WalletService"); | ||
@@ -43,2 +42,3 @@ Object.defineProperty(exports, "WalletService", { enumerable: true, get: function () { return WalletService_1.WalletService; } }); | ||
__exportStar(require("./XHRTransport"), exports); | ||
__exportStar(require("./ConnectClient"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -23,5 +23,5 @@ "use strict"; | ||
lib: { | ||
entry: path_1.default.resolve(__dirname, 'index.browser.ts'), | ||
name: 'Trinsic', | ||
formats: ['es', 'umd'] | ||
entry: path_1.default.resolve(__dirname, "index.browser.ts"), | ||
name: "Trinsic", | ||
formats: ["es", "umd"], | ||
}, | ||
@@ -31,5 +31,5 @@ rollupOptions: { | ||
// into your library | ||
} | ||
} | ||
}, | ||
}, | ||
}); | ||
//# sourceMappingURL=vite.config.js.map |
{ | ||
"name": "@trinsic/trinsic", | ||
"version": "1.11.3-pre.5", | ||
"version": "1.11.3-pre.6", | ||
"description": "Node and Browser wrapper for the Trinsic services", | ||
"main": "lib/index.js", | ||
"browser": "lib/index.browser.js", | ||
"types": "lib/index.d.ts", | ||
@@ -43,6 +42,4 @@ "files": [ | ||
"buffer": "6.0.3", | ||
"fastestsmallesttextencoderdecoder": "1.0.22", | ||
"google-protobuf": "3.21.2", | ||
"js-base64": "3.7.5", | ||
"long": "5.2.3", | ||
"nice-grpc-web": "3.2.4", | ||
@@ -49,0 +46,0 @@ "oidc-client-ts": "2.2.5", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7934151
7
158
84803
1
- Removedlong@5.2.3
- Removedfastestsmallesttextencoderdecoder@1.0.22(transitive)