@usethrottle/extension-bridge 1.0.0 → 1.1.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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usethrottle/extension-bridge",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "iframe bridge runtime for Throttle extensions — host helper + webhook verifier.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -34,11 +34,6 @@
34
34
  "dist",
35
35
  "README.md"
36
36
  ],
37
- "scripts": {
38
- "build": "tsup",
39
- "test": "vitest run",
40
- "typecheck": "tsc --noEmit"
41
- },
42
37
  "dependencies": {},
43
38
  "devDependencies": {
44
39
  "tsup": "^8.0.0",
@@ -52,5 +47,10 @@
52
47
  },
53
48
  "engines": {
54
49
  "node": ">=20"
50
+ },
51
+ "scripts": {
52
+ "build": "tsup",
53
+ "test": "vitest run",
54
+ "typecheck": "tsc --noEmit"
55
55
  }
56
- }
56
+ }