@ddd-qc/agent-directory 6.34.3 → 6.36.0

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/README.md CHANGED
File without changes
@@ -5,6 +5,6 @@ export declare class AgentDirectoryList extends ZomeElement<AgentDirectoryPerspe
5
5
  private _initialized;
6
6
  firstUpdated(): Promise<void>;
7
7
  refresh(_e?: any): Promise<void>;
8
- render(): import("lit").TemplateResult<1>;
8
+ render(): import("lit-html").TemplateResult<1>;
9
9
  }
10
10
  //# sourceMappingURL=agent-directory-list.d.ts.map
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "name": "@ddd-qc/agent-directory",
3
- "version": "6.34.3",
4
- "license" : "CAL-1.0",
5
- "keywords": ["holochain", "zome"],
6
- "main": "./dist/index.js",
7
- "module": "./dist/index.js",
8
- "typings": "./dist/index.d.ts",
9
- "exports": {
10
- ".": "./dist/index.js",
11
- "./agent-directory-list": "./dist/elements/agent-directory-list.js"
12
- },
13
- "files": [
14
- "dist"
15
- ],
16
- "scripts": {
17
- "build": "tsc",
18
- "build:watch": "tsc --watch --preserveWatchOutput",
19
- "analyze": "lit-analyzer src --failFast"
20
- },
21
- "devDependencies": {
22
- "lit-analyzer": "^1.2.1",
23
- "@types/libsodium-wrappers" : "~0.7.14",
24
- "watch-cli": "^0.2.3",
25
- "tslib": "^2.8",
26
- "typescript": "~5.9"
27
- },
28
- "dependencies": {
29
- "@holochain/client": "=0.20.4-rc.0",
30
- "@ddd-qc/lit-happ": "file:../lit-happ",
31
- "@holochain-open-dev/core-types": "0.601.0",
32
- "@lit/context": "1.0.1",
33
- "lit": "3.0.2"
34
- },
35
- "type": "module",
36
- "publishConfig": {
37
- "access": "public"
38
- }
39
- }
1
+ {
2
+ "name": "@ddd-qc/agent-directory",
3
+ "version": "6.36.0",
4
+ "license" : "CAL-1.0",
5
+ "keywords": ["holochain", "zome"],
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.js",
8
+ "typings": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": "./dist/index.js",
11
+ "./agent-directory-list": "./dist/elements/agent-directory-list.js"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsc",
18
+ "build:watch": "tsc --watch --preserveWatchOutput",
19
+ "analyze": "lit-analyzer src --failFast"
20
+ },
21
+ "devDependencies": {
22
+ "lit-analyzer": "^1.2.1",
23
+ "@types/libsodium-wrappers" : "~0.7.14",
24
+ "watch-cli": "^0.2.3",
25
+ "tslib": "^2.8",
26
+ "typescript": "~5.9"
27
+ },
28
+ "dependencies": {
29
+ "@holochain/client": "^0.21.0",
30
+ "@ddd-qc/lit-happ": "file:../lit-happ",
31
+ "@holochain-open-dev/core-types": "^0.700.0",
32
+ "@lit/context": "1.0.1",
33
+ "lit": "3.0.2"
34
+ },
35
+ "type": "module",
36
+ "publishConfig": {
37
+ "access": "public"
38
+ }
39
+ }