@pioneer-platform/discord 1.0.0 → 1.0.1

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.
@@ -1,2 +1 @@
1
-
2
- $ tsc
1
+ $ tsc
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @pioneer-platform/discord
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Replace all workspace:\* references with proper npm version numbers to fix Docker builds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/discord",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Discord integration for Pioneer platform - Redis to Discord bridge",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "discord.js": "^14.14.1",
23
23
  "ioredis": "^5.0.0",
24
- "@pioneer-platform/loggerdog": "workspace:*"
24
+ "@pioneer-platform/loggerdog": "^8.11.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.14.1",