@seekrit/paperclip-plugin 0.1.0 → 0.2.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.
- package/dist/shared.js +1 -1
- package/package.json +9 -9
package/dist/shared.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seekrit/paperclip-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "seekrit for Paperclip — agent tools that inject end-to-end encrypted secrets into a run without the run ever holding a value, plus the seekrit skills and a company secrets panel.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -27,13 +27,6 @@
|
|
|
27
27
|
],
|
|
28
28
|
"homepage": "https://seekrit.dev/docs/guides/ai-agents/paperclip",
|
|
29
29
|
"license": "MIT",
|
|
30
|
-
"scripts": {
|
|
31
|
-
"gen": "node gen-skills.mjs src/skills.generated.ts",
|
|
32
|
-
"build": "pnpm gen && tsdown && tsdown --config tsdown.ui.config.ts",
|
|
33
|
-
"dev": "pnpm gen && tsdown --watch",
|
|
34
|
-
"test": "pnpm gen && vitest run",
|
|
35
|
-
"typecheck": "pnpm gen && tsc --noEmit"
|
|
36
|
-
},
|
|
37
30
|
"dependencies": {
|
|
38
31
|
"@paperclipai/plugin-sdk": "2026.817.0"
|
|
39
32
|
},
|
|
@@ -43,5 +36,12 @@
|
|
|
43
36
|
"react": "^19.2.0",
|
|
44
37
|
"tsdown": "^0.22.3",
|
|
45
38
|
"vitest": "^4.1.9"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"gen": "node gen-skills.mjs src/skills.generated.ts",
|
|
42
|
+
"build": "pnpm gen && tsdown && tsdown --config tsdown.ui.config.ts",
|
|
43
|
+
"dev": "pnpm gen && tsdown --watch",
|
|
44
|
+
"test": "pnpm gen && vitest run",
|
|
45
|
+
"typecheck": "pnpm gen && tsc --noEmit"
|
|
46
46
|
}
|
|
47
|
-
}
|
|
47
|
+
}
|