@lovision/plugin-dev 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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Local development toolchain for Instinct plugins.
4
4
 
5
+ Published from the `main` branch through npm Trusted Publishing.
6
+
5
7
  Provides:
6
8
 
7
9
  - `plugin-dev dev`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovision/plugin-dev",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -37,8 +37,8 @@
37
37
  "lint:types": "bun run --filter @lovision/plugin-spec build && bun run --filter @lovision/plugin-host build && tsc -b"
38
38
  },
39
39
  "dependencies": {
40
- "@lovision/plugin-host": "1.0.0",
41
- "@lovision/plugin-spec": "1.0.0"
40
+ "@lovision/plugin-host": "1.0.1",
41
+ "@lovision/plugin-spec": "1.0.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "bun-types": "^1.3.9"