dbp-wp 0.2.0 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbp-wp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Local-first app to bulk-edit WordPress content over the REST API. Runs via npx: starts a localhost server, serves the web UI, and opens your browser.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Takashi Matsuyama",
@@ -36,8 +36,8 @@
36
36
  "start": "node dist/index.js"
37
37
  },
38
38
  "dependencies": {
39
- "@dbp-wp/core": "0.2.0",
40
- "@dbp-wp/ui": "0.2.0"
39
+ "@dbp-wp/core": "0.2.1",
40
+ "@dbp-wp/ui": "0.2.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "tsup": "^8.3.0"