@crmforall/connect 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crmforall/connect",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "crmforall 커넥터 설치/진단 CLI — npx @crmforall/connect init --token=...",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "typecheck": "tsc --noEmit"
17
17
  },
18
18
  "dependencies": {
19
- "@crmforall/connector": "^0.1.2",
19
+ "@crmforall/connector": "workspace:*",
20
20
  "commander": "^13.0.0"
21
21
  },
22
22
  "devDependencies": {