@swarm.ing/pieui 2.0.17 → 2.0.18

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -1
package/dist/cli.js CHANGED
@@ -190198,7 +190198,7 @@ var main = async () => {
190198
190198
  if (cardRemoteAction === "list") {
190199
190199
  await cardRemoteListCommand({
190200
190200
  userId: remoteUserId,
190201
- project: remoteProjectSlug
190201
+ project: remoteProject
190202
190202
  });
190203
190203
  return;
190204
190204
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swarm.ing/pieui",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "A React component library featuring PieCard component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -103,6 +103,7 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@openai/agents": "^0.4.5",
106
+ "@swarm.ing/pieui": "^2.0.17",
106
107
  "@tanstack/react-query": "^5.90.20",
107
108
  "@telegram-apps/sdk": "^3.11.8",
108
109
  "annyang": "^2.6.1",