Move faker plugin back to external (plugins-external/faker)

This commit is contained in:
Gregory Schier
2026-02-11 10:21:55 -08:00
parent 9a1d613034
commit 26aba6034f
8 changed files with 31 additions and 31 deletions

58
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"packages/plugin-runtime", "packages/plugin-runtime",
"packages/plugin-runtime-types", "packages/plugin-runtime-types",
"plugins-external/mcp-server", "plugins-external/mcp-server",
"plugins/template-function-faker", "plugins-external/faker",
"plugins-external/httpsnippet", "plugins-external/httpsnippet",
"plugins/action-copy-curl", "plugins/action-copy-curl",
"plugins/action-copy-grpcurl", "plugins/action-copy-grpcurl",
@@ -4154,7 +4154,7 @@
"link": true "link": true
}, },
"node_modules/@yaak/faker": { "node_modules/@yaak/faker": {
"resolved": "plugins/template-function-faker", "resolved": "plugins-external/faker",
"link": true "link": true
}, },
"node_modules/@yaak/filter-jsonpath": { "node_modules/@yaak/filter-jsonpath": {
@@ -15957,6 +15957,33 @@
"undici-types": "~7.16.0" "undici-types": "~7.16.0"
} }
}, },
"plugins-external/faker": {
"name": "@yaak/faker",
"version": "1.1.1",
"dependencies": {
"@faker-js/faker": "^10.1.0"
},
"devDependencies": {
"@types/node": "^25.0.3",
"typescript": "^5.9.3"
}
},
"plugins-external/faker/node_modules/@faker-js/faker": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-10.3.0.tgz",
"integrity": "sha512-It0Sne6P3szg7JIi6CgKbvTZoMjxBZhcv91ZrqrNuaZQfB5WoqYYbzCUOq89YR+VY8juY9M1vDWmDDa2TzfXCw==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fakerjs"
}
],
"license": "MIT",
"engines": {
"node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0",
"npm": ">=10"
}
},
"plugins-external/httpsnippet": { "plugins-external/httpsnippet": {
"name": "@yaak/httpsnippet", "name": "@yaak/httpsnippet",
"version": "1.0.3", "version": "1.0.3",
@@ -16139,33 +16166,6 @@
"name": "@yaak/template-function-encode", "name": "@yaak/template-function-encode",
"version": "0.1.0" "version": "0.1.0"
}, },
"plugins/template-function-faker": {
"name": "@yaak/faker",
"version": "1.1.1",
"dependencies": {
"@faker-js/faker": "^10.1.0"
},
"devDependencies": {
"@types/node": "^25.0.3",
"typescript": "^5.9.3"
}
},
"plugins/template-function-faker/node_modules/@faker-js/faker": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-10.3.0.tgz",
"integrity": "sha512-It0Sne6P3szg7JIi6CgKbvTZoMjxBZhcv91ZrqrNuaZQfB5WoqYYbzCUOq89YR+VY8juY9M1vDWmDDa2TzfXCw==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fakerjs"
}
],
"license": "MIT",
"engines": {
"node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0",
"npm": ">=10"
}
},
"plugins/template-function-fs": { "plugins/template-function-fs": {
"name": "@yaak/template-function-fs", "name": "@yaak/template-function-fs",
"version": "0.1.0" "version": "0.1.0"

View File

@@ -11,7 +11,7 @@
"packages/plugin-runtime", "packages/plugin-runtime",
"packages/plugin-runtime-types", "packages/plugin-runtime-types",
"plugins-external/mcp-server", "plugins-external/mcp-server",
"plugins/template-function-faker", "plugins-external/faker",
"plugins-external/httpsnippet", "plugins-external/httpsnippet",
"plugins/action-copy-curl", "plugins/action-copy-curl",
"plugins/action-copy-grpcurl", "plugins/action-copy-grpcurl",

View File

@@ -7,7 +7,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mountain-loop/yaak.git", "url": "https://github.com/mountain-loop/yaak.git",
"directory": "plugins/template-function-faker" "directory": "plugins-external/faker"
}, },
"scripts": { "scripts": {
"build": "yaakcli build", "build": "yaakcli build",