From 27ede2e45ce82d5f02f91cd30fe6defde3700068 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Wed, 18 Dec 2024 13:55:15 +0100 Subject: [PATCH] Fixed bug --- packages/elements/package.json | 93 ++++++++++++----------- packages/utils/package.json | 93 ++++++++++++----------- templates/app/web-app/ui/package.json.hbs | 2 +- 3 files changed, 97 insertions(+), 91 deletions(-) diff --git a/packages/elements/package.json b/packages/elements/package.json index 960dd40..c1fa262 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,46 +1,49 @@ { - "name": "@tnesh-stack/elements", - "version": "0.400.0-rc.1", - "description": "Common utilities and elements to build Holochain web applications", - "author": "guillem.cordoba@gmail.com", - "main": "dist/index.js", - "module": "dist/index.js", - "types": "dist/index.d.ts", - "files": ["src", "dist"], - "repository": { - "type": "git", - "url": "git+https://github.com/darksoil-studio/tnesh-stack.git" - }, - "exports": { - ".": "./dist/index.js", - "./dist/*": "./dist/*" - }, - "scripts": { - "start": "vite --open", - "build": "pnpm lint && tsc && pnpm analyze", - "lint": "eslint src", - "analyze": "cem analyze --litelement --exclude dist" - }, - "dependencies": { - "@holo-host/identicon": "^0.1.0", - "@holochain/client": "^0.18.0-rc", - "@lit/localize": "^0.12.0", - "@lit/context": "^1.0.0", - "@lit-labs/router": "^0.1.3", - "@mdi/js": "^7.1.96", - "@shoelace-style/shoelace": "^2.11.0", - "lit": "^3.0.2" - }, - "devDependencies": { - "@custom-elements-manifest/analyzer": "^0.4.17", - "concurrently": "^7.0.0", - "typescript": "^4.9.0", - "vite": "^4.2.0", - "vite-plugin-checker": "^0.5.5" - }, - "publishConfig": { - "access": "public" - }, - "type": "module", - "customElements": "custom-elements.json" -} + "name": "@tnesh-stack/elements", + "version": "0.400.0-rc.1", + "description": "Common utilities and elements to build Holochain web applications", + "author": "guillem.cordoba@gmail.com", + "main": "dist/index.js", + "module": "dist/index.js", + "types": "dist/index.d.ts", + "files": [ + "src", + "dist" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/darksoil-studio/tnesh-stack.git" + }, + "exports": { + ".": "./dist/index.js", + "./dist/*": "./dist/*" + }, + "scripts": { + "start": "vite --open", + "build": "pnpm lint && tsc && pnpm analyze", + "lint": "eslint src", + "analyze": "cem analyze --litelement --exclude dist" + }, + "dependencies": { + "@holo-host/identicon": "^0.1.0", + "@holochain/client": "^0.18.0-rc", + "@lit/localize": "^0.12.0", + "@lit/context": "^1.0.0", + "@lit-labs/router": "^0.1.3", + "@mdi/js": "^7.1.96", + "@shoelace-style/shoelace": "^2.11.0", + "lit": "^3.0.2" + }, + "devDependencies": { + "@custom-elements-manifest/analyzer": "^0.4.17", + "concurrently": "^7.0.0", + "typescript": "^4.9.0", + "vite": "^4.2.0", + "vite-plugin-checker": "^0.5.5" + }, + "publishConfig": { + "access": "public" + }, + "type": "module", + "customElements": "custom-elements.json" +} \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index ec922b5..ea61757 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,46 +1,49 @@ { - "name": "@tnesh-stack/utils", - "version": "0.400.0-rc.1", - "description": "Common utilities to build Holochain web applications", - "author": "guillem.cordoba@gmail.com", - "main": "dist/index.js", - "module": "dist/index.js", - "types": "dist/index.d.ts", - "files": ["src", "dist"], - "repository": { - "type": "git", - "url": "git+https://github.com/darksoil-studio/tnesh-stack.git" - }, - "exports": { - ".": "./dist/index.js", - "./dist/*": "./dist/*" - }, - "scripts": { - "build": "pnpm lint && tsc --incremental", - "build:watch": "tsc --watch --preserveWatchOutput", - "lint": "eslint src", - "test": "vitest run" - }, - "dependencies": { - "@holochain/client": "^0.18.0-rc", - "@msgpack/msgpack": "^2.8.0", - "blakejs": "^1.2.1", - "emittery": "^1.0.1", - "js-base64": "^3.7.7", - "lodash-es": "^4.17.21", - "sort-keys": "^5.0.0" - }, - "devDependencies": { - "@types/lodash-es": "^4.17.6", - "concurrently": "^7.0.0", - "rimraf": "^3.0.2", - "typescript": "^4.4.3", - "vite": "^4.1.1", - "vitest": "^1.4.0" - }, - "publishConfig": { - "access": "public" - }, - "type": "module", - "customElements": "custom-elements.json" -} + "name": "@tnesh-stack/utils", + "version": "0.400.0-rc.1", + "description": "Common utilities to build Holochain web applications", + "author": "guillem.cordoba@gmail.com", + "main": "dist/index.js", + "module": "dist/index.js", + "types": "dist/index.d.ts", + "files": [ + "src", + "dist" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/darksoil-studio/tnesh-stack.git" + }, + "exports": { + ".": "./dist/index.js", + "./dist/*": "./dist/*" + }, + "scripts": { + "build": "pnpm lint && tsc --incremental", + "build:watch": "tsc --watch --preserveWatchOutput", + "lint": "eslint src", + "test": "vitest run" + }, + "dependencies": { + "@holochain/client": "^0.18.0-rc", + "@msgpack/msgpack": "^2.8.0", + "blakejs": "^1.2.1", + "emittery": "^1.0.1", + "js-base64": "^3.7.7", + "lodash-es": "^4.17.21", + "sort-keys": "^5.0.0" + }, + "devDependencies": { + "@types/lodash-es": "^4.17.6", + "concurrently": "^7.0.0", + "rimraf": "^3.0.2", + "typescript": "^4.4.3", + "vite": "^4.1.1", + "vitest": "^1.4.0" + }, + "publishConfig": { + "access": "public" + }, + "type": "module", + "customElements": "custom-elements.json" +} \ No newline at end of file diff --git a/templates/app/web-app/ui/package.json.hbs b/templates/app/web-app/ui/package.json.hbs index 8e393b8..371f0e5 100644 --- a/templates/app/web-app/ui/package.json.hbs +++ b/templates/app/web-app/ui/package.json.hbs @@ -13,7 +13,7 @@ }, "dependencies": { "@holochain/client": "^0.18.0-rc", - "@darksoil-studio/profiles-zome": "github:darksoil-studio/profiles-zome/main-0.4&path:ui", + "@darksoil-studio/profiles-zome": "github:darksoil-studio/profiles-zome#main-0.4&path:ui", "@tnesh-stack/elements": "^0.400.0-rc", "@tnesh-stack/signals": "^0.400.0-rc", "@tnesh-stack/utils": "^0.400.0-rc",