@nulab/bee 1.0.0-rc.3 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -170,7 +170,7 @@ const handleError = (error) => {
170
170
  process.exit(1);
171
171
  };
172
172
 
173
- const version = "1.0.0-rc.3";
173
+ const version = "1.0.0";
174
174
  const description = "Bring Backlog to your command line";
175
175
  const pkg = {
176
176
  version: version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulab/bee",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0",
4
4
  "description": "Bring Backlog to your command line",
5
5
  "keywords": [
6
6
  "backlog",
@@ -42,9 +42,9 @@
42
42
  "tsx": "^4.19.0",
43
43
  "unbuild": "^3.5.0",
44
44
  "vitest": "^4.0.18",
45
- "@repo/backlog-utils": "0.0.0",
46
- "@repo/test-utils": "0.0.0",
47
45
  "@repo/cli-utils": "0.0.0",
46
+ "@repo/test-utils": "0.0.0",
47
+ "@repo/backlog-utils": "0.0.0",
48
48
  "@repo/config": "0.0.0",
49
49
  "@repo/tsconfigs": "0.0.0"
50
50
  },