@lmzhen/dsh-evolution-io 0.3.64 → 0.3.66
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.
- package/lib/index.js +0 -4
- package/lib/types/index.d.ts +0 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -47,10 +47,6 @@ var EvolutionIoRegistry = class extends Service {
|
|
|
47
47
|
this.disposals.set(provider.name, dispose);
|
|
48
48
|
return dispose;
|
|
49
49
|
}
|
|
50
|
-
/** Whether a provider with this exact name is mounted. */
|
|
51
|
-
hasProvider(name) {
|
|
52
|
-
return this.providers.has(name);
|
|
53
|
-
}
|
|
54
50
|
provider(name) {
|
|
55
51
|
if (name) {
|
|
56
52
|
const provider = this.providers.get(name);
|
package/lib/types/index.d.ts
CHANGED
|
@@ -49,8 +49,6 @@ export declare class EvolutionIoRegistry extends Service {
|
|
|
49
49
|
registerProvider(provider: EvolutionIo, options?: {
|
|
50
50
|
default?: boolean;
|
|
51
51
|
}): () => void;
|
|
52
|
-
/** Whether a provider with this exact name is mounted. */
|
|
53
|
-
hasProvider(name: string): boolean;
|
|
54
52
|
provider(name?: string): EvolutionIo;
|
|
55
53
|
}
|
|
56
54
|
export default EvolutionIoRegistry;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-io",
|
|
3
3
|
"description": "IO seam for evolution providers (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.66",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@lmzhen/dsh-evolution-core": "^0.3.
|
|
33
|
+
"@lmzhen/dsh-evolution-core": "^0.3.66"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|