@polywrap/sys-config-bundle-js
Advanced tools
Comparing version 0.12.0-pre.1 to 0.12.0
@@ -1,3 +0,14 @@ | ||
import { Bundle } from "@polywrap/config-bundle-types-js"; | ||
import { Bundle, BundlePackage } from "@polywrap/config-bundle-types-js"; | ||
export declare const ipfsProviders: string[]; | ||
export declare const bundle: Bundle; | ||
export interface SysCommonBundle extends Bundle { | ||
logger: BundlePackage; | ||
datetime: BundlePackage; | ||
concurrent: BundlePackage; | ||
http: BundlePackage; | ||
githubResolver: BundlePackage; | ||
httpResolver: BundlePackage; | ||
wrapscanResolver: BundlePackage; | ||
ipfsHttpClient: BundlePackage; | ||
ipfsResolver: BundlePackage; | ||
} | ||
export declare const bundle: SysCommonBundle; |
@@ -44,4 +44,4 @@ "use strict"; | ||
package: (0, logger_plugin_js_1.loggerPlugin)({}), | ||
implements: ["ens/wraps.eth:logger@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:logger@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/logger@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/logger@1.0"], | ||
}, | ||
@@ -51,4 +51,4 @@ datetime: { | ||
package: (0, datetime_plugin_js_1.dateTimePlugin)({}), | ||
implements: ["ens/wraps.eth:datetime@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:datetime@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/datetime@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/datetime@1.0"], | ||
}, | ||
@@ -58,4 +58,4 @@ concurrent: { | ||
package: (0, concurrent_plugin_js_1.concurrentPromisePlugin)({}), | ||
implements: ["ens/wraps.eth:concurrent@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:concurrent@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/concurrent@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/concurrent@1.0"], | ||
}, | ||
@@ -65,13 +65,17 @@ http: { | ||
package: (0, http_plugin_js_1.httpPlugin)({}), | ||
implements: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/http@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/http@1.0"], | ||
}, | ||
githubResolver: { | ||
uri: "wrapscan.io/polywrap/github-uri-resolver@1.0", | ||
implements: [uri_resolver_extensions_js_1.ExtendableUriResolver.defaultExtInterfaceUris[0].uri], | ||
}, | ||
httpResolver: { | ||
uri: "embed/http-uri-resolver-ext@1.0.1", | ||
uri: "embed/http-uri-resolver@1.0.0", | ||
package: httpResolver.wasmPackage, | ||
implements: [ | ||
"ens/wraps.eth:http-uri-resolver-ext@1.0.1", | ||
uri_resolver_extensions_js_1.ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
"wrapscan.io/polywrap/http-uri-resolver@1.0", | ||
uri_resolver_extensions_js_1.ExtendableUriResolver.defaultExtInterfaceUris[0].uri | ||
], | ||
redirectFrom: ["ens/wraps.eth:http-uri-resolver-ext@1.0.1"], | ||
redirectFrom: ["wrapscan.io/polywrap/http-uri-resolver@1.0"], | ||
}, | ||
@@ -81,6 +85,6 @@ wrapscanResolver: { | ||
implements: [ | ||
"wrapscan/polywrap/wrapscan-uri-resolver@1.0", | ||
uri_resolver_extensions_js_1.ExtendableUriResolver.defaultExtInterfaceUris[2].uri, | ||
"wrapscan.io/polywrap/wrapscan-uri-resolver@1.0", | ||
uri_resolver_extensions_js_1.ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
], | ||
redirectFrom: ["wrapscan/polywrap/wrapscan-uri-resolver@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/wrapscan-uri-resolver@1.0"], | ||
}, | ||
@@ -90,13 +94,13 @@ ipfsHttpClient: { | ||
package: ipfsHttpClient.wasmPackage, | ||
implements: ["ens/wraps.eth:ipfs-http-client@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:ipfs-http-client@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/ipfs-http-client@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/ipfs-http-client@1.0"], | ||
}, | ||
ipfsResolver: { | ||
uri: "embed/async-ipfs-uri-resolver-ext@1.0.1", | ||
uri: "embed/async-ipfs-uri-resolver@1.0.0", | ||
package: ipfsResolver.wasmPackage, | ||
implements: [ | ||
"ens/wraps.eth:async-ipfs-uri-resolver-ext@1.0.1", | ||
"wrapscan.io/polywrap/async-ipfs-uri-resolver@1.0", | ||
uri_resolver_extensions_js_1.ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
], | ||
redirectFrom: ["ens/wraps.eth:async-ipfs-uri-resolver-ext@1.0.1"], | ||
redirectFrom: ["wrapscan.io/polywrap/async-ipfs-uri-resolver@1.0"], | ||
env: { | ||
@@ -103,0 +107,0 @@ provider: exports.ipfsProviders[0], |
@@ -1,2 +0,8 @@ | ||
import { Bundle } from "@polywrap/config-bundle-types-js"; | ||
export declare const bundle: Bundle; | ||
import * as Common from "./common"; | ||
import { BundlePackage } from "@polywrap/config-bundle-types-js"; | ||
interface SysNodeBundle extends Common.SysCommonBundle { | ||
fileSystem: BundlePackage; | ||
fileSystemResolver: BundlePackage; | ||
} | ||
export declare const bundle: SysNodeBundle; | ||
export {}; |
@@ -45,16 +45,16 @@ "use strict"; | ||
exports.bundle = __assign(__assign({}, Common.bundle), { fileSystem: { | ||
uri: "plugin/file-system@1.0.0", | ||
uri: "plugin/file-system@1.0", | ||
package: (0, file_system_plugin_js_1.fileSystemPlugin)({}), | ||
implements: ["ens/wraps.eth:file-system@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:file-system@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/file-system@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/file-system@1.0"], | ||
}, fileSystemResolver: { | ||
uri: "embed/file-system-uri-resolver-ext@1.0.1", | ||
uri: "embed/file-system-uri-resolver@1.0.1", | ||
package: fileSystemResolver.wasmPackage, | ||
implements: [ | ||
"ens/wraps.eth:file-system-uri-resolver-ext@1.0.1", | ||
"wrapscan.io/polywrap/file-system-uri-resolver@1.0", | ||
uri_resolver_extensions_js_1.ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
], | ||
redirectFrom: ["ens/wraps.eth:file-system-uri-resolver-ext@1.0.1"], | ||
redirectFrom: ["wrapscan.io/polywrap/file-system-uri-resolver@1.0"], | ||
} }); | ||
// $end | ||
//# sourceMappingURL=node.js.map |
{ | ||
"name": "@polywrap/sys-config-bundle-js", | ||
"version": "0.12.0-pre.1", | ||
"version": "0.12.0", | ||
"license": "MIT", | ||
@@ -21,12 +21,16 @@ "repository": { | ||
"dependencies": { | ||
"@polywrap/concurrent-plugin-js": "~0.10.0", | ||
"@polywrap/config-bundle-types-js": "0.12.0-pre.1", | ||
"@polywrap/datetime-plugin-js": "~0.10.0", | ||
"@polywrap/file-system-plugin-js": "~0.10.0", | ||
"@polywrap/http-plugin-js": "~0.10.0", | ||
"@polywrap/logger-plugin-js": "~0.10.0", | ||
"@polywrap/uri-resolver-extensions-js": "0.12.0-pre.1", | ||
"@polywrap/concurrent-plugin-js": "~0.12.0-pre.0", | ||
"@polywrap/config-bundle-types-js": "0.12.0", | ||
"@polywrap/datetime-plugin-js": "~0.12.0-pre.0", | ||
"@polywrap/file-system-plugin-js": "~0.12.0-pre.0", | ||
"@polywrap/http-plugin-js": "~0.12.0-pre.0", | ||
"@polywrap/logger-plugin-js": "~0.12.0-pre.0", | ||
"@polywrap/uri-resolver-extensions-js": "0.12.0", | ||
"base64-to-uint8array": "1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@polywrap/msgpack-js": "0.12.0-pre.1" | ||
}, | ||
"devDependencies": { | ||
"@polywrap/wrap-manifest-types-js": "0.12.0", | ||
"doc-snippets": "~1.0.0", | ||
@@ -33,0 +37,0 @@ "rimraf": "3.0.2", |
@@ -21,8 +21,20 @@ # Sys Config Bundle | ||
export const bundle: Bundle = { | ||
export interface SysCommonBundle extends Bundle { | ||
logger: BundlePackage; | ||
datetime: BundlePackage; | ||
concurrent: BundlePackage; | ||
http: BundlePackage; | ||
githubResolver: BundlePackage; | ||
httpResolver: BundlePackage; | ||
wrapscanResolver: BundlePackage; | ||
ipfsHttpClient: BundlePackage; | ||
ipfsResolver: BundlePackage; | ||
} | ||
export const bundle: SysCommonBundle = { | ||
logger: { | ||
uri: "plugin/logger@1.0.0", | ||
package: loggerPlugin({}) as IWrapPackage, | ||
implements: ["ens/wraps.eth:logger@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:logger@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/logger@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/logger@1.0"], | ||
}, | ||
@@ -32,4 +44,4 @@ datetime: { | ||
package: dateTimePlugin({}) as IWrapPackage, | ||
implements: ["ens/wraps.eth:datetime@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:datetime@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/datetime@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/datetime@1.0"], | ||
}, | ||
@@ -39,4 +51,4 @@ concurrent: { | ||
package: concurrentPromisePlugin({}) as IWrapPackage, | ||
implements: ["ens/wraps.eth:concurrent@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:concurrent@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/concurrent@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/concurrent@1.0"], | ||
}, | ||
@@ -46,13 +58,17 @@ http: { | ||
package: httpPlugin({}) as IWrapPackage, | ||
implements: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/http@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/http@1.0"], | ||
}, | ||
githubResolver: { | ||
uri: "wrapscan.io/polywrap/github-uri-resolver@1.0", | ||
implements: [ExtendableUriResolver.defaultExtInterfaceUris[0].uri], | ||
}, | ||
httpResolver: { | ||
uri: "embed/http-uri-resolver-ext@1.0.1", | ||
uri: "embed/http-uri-resolver@1.0.0", | ||
package: httpResolver.wasmPackage, | ||
implements: [ | ||
"ens/wraps.eth:http-uri-resolver-ext@1.0.1", | ||
ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
"wrapscan.io/polywrap/http-uri-resolver@1.0", | ||
ExtendableUriResolver.defaultExtInterfaceUris[0].uri | ||
], | ||
redirectFrom: ["ens/wraps.eth:http-uri-resolver-ext@1.0.1"], | ||
redirectFrom: ["wrapscan.io/polywrap/http-uri-resolver@1.0"], | ||
}, | ||
@@ -62,6 +78,6 @@ wrapscanResolver: { | ||
implements: [ | ||
"wrapscan/polywrap/wrapscan-uri-resolver@1.0", | ||
ExtendableUriResolver.defaultExtInterfaceUris[2].uri, | ||
"wrapscan.io/polywrap/wrapscan-uri-resolver@1.0", | ||
ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
], | ||
redirectFrom: ["wrapscan/polywrap/wrapscan-uri-resolver@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/wrapscan-uri-resolver@1.0"], | ||
}, | ||
@@ -71,13 +87,13 @@ ipfsHttpClient: { | ||
package: ipfsHttpClient.wasmPackage, | ||
implements: ["ens/wraps.eth:ipfs-http-client@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:ipfs-http-client@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/ipfs-http-client@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/ipfs-http-client@1.0"], | ||
}, | ||
ipfsResolver: { | ||
uri: "embed/async-ipfs-uri-resolver-ext@1.0.1", | ||
uri: "embed/async-ipfs-uri-resolver@1.0.0", | ||
package: ipfsResolver.wasmPackage, | ||
implements: [ | ||
"ens/wraps.eth:async-ipfs-uri-resolver-ext@1.0.1", | ||
"wrapscan.io/polywrap/async-ipfs-uri-resolver@1.0", | ||
ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
], | ||
redirectFrom: ["ens/wraps.eth:async-ipfs-uri-resolver-ext@1.0.1"], | ||
redirectFrom: ["wrapscan.io/polywrap/async-ipfs-uri-resolver@1.0"], | ||
env: { | ||
@@ -99,20 +115,25 @@ provider: ipfsProviders[0], | ||
export const bundle: Bundle = { | ||
interface SysNodeBundle extends Common.SysCommonBundle { | ||
fileSystem: BundlePackage; | ||
fileSystemResolver: BundlePackage; | ||
} | ||
export const bundle: SysNodeBundle = { | ||
...Common.bundle, | ||
fileSystem: { | ||
uri: "plugin/file-system@1.0.0", | ||
uri: "plugin/file-system@1.0", | ||
package: fileSystemPlugin({}) as IWrapPackage, | ||
implements: ["ens/wraps.eth:file-system@1.0.0"], | ||
redirectFrom: ["ens/wraps.eth:file-system@1.0.0"], | ||
implements: ["wrapscan.io/polywrap/file-system@1.0"], | ||
redirectFrom: ["wrapscan.io/polywrap/file-system@1.0"], | ||
}, | ||
fileSystemResolver: { | ||
uri: "embed/file-system-uri-resolver-ext@1.0.1", | ||
uri: "embed/file-system-uri-resolver@1.0.1", | ||
package: fileSystemResolver.wasmPackage, | ||
implements: [ | ||
"ens/wraps.eth:file-system-uri-resolver-ext@1.0.1", | ||
"wrapscan.io/polywrap/file-system-uri-resolver@1.0", | ||
ExtendableUriResolver.defaultExtInterfaceUris[0].uri, | ||
], | ||
redirectFrom: ["ens/wraps.eth:file-system-uri-resolver-ext@1.0.1"], | ||
redirectFrom: ["wrapscan.io/polywrap/file-system-uri-resolver@1.0"], | ||
}, | ||
}; | ||
``` |
Sorry, the diff of this file is not supported yet
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 too big to display
Sorry, the diff of this file is not supported yet
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
133
913285
9
5
3755
+ Added@polywrap/asyncify-js@0.12.0(transitive)
+ Added@polywrap/concurrent-plugin-js@0.12.0(transitive)
+ Added@polywrap/config-bundle-types-js@0.12.0(transitive)
+ Added@polywrap/core-js@0.12.00.12.2(transitive)
+ Added@polywrap/datetime-plugin-js@0.12.0(transitive)
+ Added@polywrap/file-system-plugin-js@0.12.0(transitive)
+ Added@polywrap/http-plugin-js@0.12.0(transitive)
+ Added@polywrap/logger-plugin-js@0.12.0(transitive)
+ Added@polywrap/msgpack-js@0.12.2(transitive)
+ Added@polywrap/plugin-js@0.12.2(transitive)
+ Added@polywrap/result@0.12.00.12.2(transitive)
+ Added@polywrap/tracing-js@0.12.00.12.2(transitive)
+ Added@polywrap/uri-resolver-extensions-js@0.12.0(transitive)
+ Added@polywrap/uri-resolvers-js@0.12.0(transitive)
+ Added@polywrap/wasm-js@0.12.0(transitive)
+ Added@polywrap/wrap-manifest-types-js@0.12.00.12.2(transitive)
+ Addedsemver@7.5.4(transitive)
- Removed@apidevtools/json-schema-ref-parser@9.0.9(transitive)
- Removed@jsdevtools/ono@7.1.3(transitive)
- Removed@polywrap/asyncify-js@0.12.0-pre.1(transitive)
- Removed@polywrap/concurrent-plugin-js@0.10.0(transitive)
- Removed@polywrap/config-bundle-types-js@0.12.0-pre.1(transitive)
- Removed@polywrap/core-js@0.10.00.10.10.12.0-pre.1(transitive)
- Removed@polywrap/datetime-plugin-js@0.10.1(transitive)
- Removed@polywrap/file-system-plugin-js@0.10.0(transitive)
- Removed@polywrap/http-plugin-js@0.10.0(transitive)
- Removed@polywrap/logger-plugin-js@0.10.1(transitive)
- Removed@polywrap/msgpack-js@0.10.00.10.1(transitive)
- Removed@polywrap/plugin-js@0.10.00.10.1(transitive)
- Removed@polywrap/result@0.10.00.10.10.12.0-pre.1(transitive)
- Removed@polywrap/tracing-js@0.10.00.10.10.12.0-pre.1(transitive)
- Removed@polywrap/uri-resolver-extensions-js@0.12.0-pre.1(transitive)
- Removed@polywrap/uri-resolvers-js@0.12.0-pre.1(transitive)
- Removed@polywrap/wasm-js@0.12.0-pre.1(transitive)
- Removed@polywrap/wrap-manifest-types-js@0.10.00.10.10.12.0-pre.1(transitive)
- Removed@types/json-schema@7.0.15(transitive)
- Removedargparse@2.0.1(transitive)
- Removedcall-me-maybe@1.0.2(transitive)
- Removedjs-yaml@4.1.0(transitive)
- Removedjsonschema@1.4.0(transitive)
- Removedsemver@7.4.0(transitive)