@venizia/ignis-docs 0.0.8-3 → 0.0.8
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/{wiki → content}/guides/get-started/5-minute-quickstart.md +4 -4
- package/dist/mcp-server/common/paths.d.ts.map +1 -1
- package/dist/mcp-server/common/paths.js +2 -2
- package/dist/mcp-server/common/paths.js.map +1 -1
- package/package.json +5 -5
- /package/{wiki → content}/best-practices/api-usage-examples.md +0 -0
- /package/{wiki → content}/best-practices/architectural-patterns.md +0 -0
- /package/{wiki → content}/best-practices/architecture-decisions.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/advanced-patterns.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/constants-configuration.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/control-flow.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/documentation.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/function-patterns.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/index.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/naming-conventions.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/route-definitions.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/tooling.md +0 -0
- /package/{wiki → content}/best-practices/code-style-standards/type-safety.md +0 -0
- /package/{wiki → content}/best-practices/common-pitfalls.md +0 -0
- /package/{wiki → content}/best-practices/contribution-workflow.md +0 -0
- /package/{wiki → content}/best-practices/data-modeling.md +0 -0
- /package/{wiki → content}/best-practices/deployment-strategies.md +0 -0
- /package/{wiki → content}/best-practices/error-handling.md +0 -0
- /package/{wiki → content}/best-practices/index.md +0 -0
- /package/{wiki → content}/best-practices/performance-optimization.md +0 -0
- /package/{wiki → content}/best-practices/security-guidelines.md +0 -0
- /package/{wiki → content}/best-practices/testing-strategies.md +0 -0
- /package/{wiki → content}/best-practices/troubleshooting-tips.md +0 -0
- /package/{wiki → content}/extensions/components/authentication/api.md +0 -0
- /package/{wiki → content}/extensions/components/authentication/errors.md +0 -0
- /package/{wiki → content}/extensions/components/authentication/index.md +0 -0
- /package/{wiki → content}/extensions/components/authentication/usage.md +0 -0
- /package/{wiki → content}/extensions/components/authorization/api.md +0 -0
- /package/{wiki → content}/extensions/components/authorization/errors.md +0 -0
- /package/{wiki → content}/extensions/components/authorization/index.md +0 -0
- /package/{wiki → content}/extensions/components/authorization/usage.md +0 -0
- /package/{wiki → content}/extensions/components/health-check.md +0 -0
- /package/{wiki → content}/extensions/components/index.md +0 -0
- /package/{wiki → content}/extensions/components/mail/api.md +0 -0
- /package/{wiki → content}/extensions/components/mail/errors.md +0 -0
- /package/{wiki → content}/extensions/components/mail/index.md +0 -0
- /package/{wiki → content}/extensions/components/mail/usage.md +0 -0
- /package/{wiki → content}/extensions/components/request-tracker.md +0 -0
- /package/{wiki → content}/extensions/components/socket-io/api.md +0 -0
- /package/{wiki → content}/extensions/components/socket-io/errors.md +0 -0
- /package/{wiki → content}/extensions/components/socket-io/index.md +0 -0
- /package/{wiki → content}/extensions/components/socket-io/usage.md +0 -0
- /package/{wiki → content}/extensions/components/static-asset/api.md +0 -0
- /package/{wiki → content}/extensions/components/static-asset/errors.md +0 -0
- /package/{wiki → content}/extensions/components/static-asset/index.md +0 -0
- /package/{wiki → content}/extensions/components/static-asset/usage.md +0 -0
- /package/{wiki → content}/extensions/components/swagger.md +0 -0
- /package/{wiki → content}/extensions/components/template/api-page.md +0 -0
- /package/{wiki → content}/extensions/components/template/errors-page.md +0 -0
- /package/{wiki → content}/extensions/components/template/index.md +0 -0
- /package/{wiki → content}/extensions/components/template/setup-page.md +0 -0
- /package/{wiki → content}/extensions/components/template/single-page.md +0 -0
- /package/{wiki → content}/extensions/components/template/usage-page.md +0 -0
- /package/{wiki → content}/extensions/components/websocket/api.md +0 -0
- /package/{wiki → content}/extensions/components/websocket/errors.md +0 -0
- /package/{wiki → content}/extensions/components/websocket/index.md +0 -0
- /package/{wiki → content}/extensions/components/websocket/usage.md +0 -0
- /package/{wiki → content}/extensions/helpers/cron/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/crypto/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/env/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/error/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/inversion/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/kafka/admin.md +0 -0
- /package/{wiki → content}/extensions/helpers/kafka/consumer.md +0 -0
- /package/{wiki → content}/extensions/helpers/kafka/examples.md +0 -0
- /package/{wiki → content}/extensions/helpers/kafka/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/kafka/producer.md +0 -0
- /package/{wiki → content}/extensions/helpers/kafka/schema-registry.md +0 -0
- /package/{wiki → content}/extensions/helpers/logger/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/network/api.md +0 -0
- /package/{wiki → content}/extensions/helpers/network/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/queue/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/redis/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/socket-io/api.md +0 -0
- /package/{wiki → content}/extensions/helpers/socket-io/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/storage/api.md +0 -0
- /package/{wiki → content}/extensions/helpers/storage/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/template/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/template/single-page.md +0 -0
- /package/{wiki → content}/extensions/helpers/testing/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/types/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/uid/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/websocket/api.md +0 -0
- /package/{wiki → content}/extensions/helpers/websocket/index.md +0 -0
- /package/{wiki → content}/extensions/helpers/worker-thread/index.md +0 -0
- /package/{wiki → content}/extensions/index.md +0 -0
- /package/{wiki → content}/extensions/src-details/mcp-server.md +0 -0
- /package/{wiki → content}/guides/core-concepts/application/bootstrapping.md +0 -0
- /package/{wiki → content}/guides/core-concepts/application/index.md +0 -0
- /package/{wiki → content}/guides/core-concepts/components-guide.md +0 -0
- /package/{wiki → content}/guides/core-concepts/components.md +0 -0
- /package/{wiki → content}/guides/core-concepts/dependency-injection.md +0 -0
- /package/{wiki → content}/guides/core-concepts/grpc-controllers.md +0 -0
- /package/{wiki → content}/guides/core-concepts/persistent/datasources.md +0 -0
- /package/{wiki → content}/guides/core-concepts/persistent/index.md +0 -0
- /package/{wiki → content}/guides/core-concepts/persistent/models.md +0 -0
- /package/{wiki → content}/guides/core-concepts/persistent/repositories.md +0 -0
- /package/{wiki → content}/guides/core-concepts/persistent/transactions.md +0 -0
- /package/{wiki → content}/guides/core-concepts/rest-controllers.md +0 -0
- /package/{wiki → content}/guides/core-concepts/services.md +0 -0
- /package/{wiki → content}/guides/get-started/philosophy.md +0 -0
- /package/{wiki → content}/guides/get-started/setup.md +0 -0
- /package/{wiki → content}/guides/index.md +0 -0
- /package/{wiki → content}/guides/migrations/scoped-rbac-migration.md +0 -0
- /package/{wiki → content}/guides/reference/glossary.md +0 -0
- /package/{wiki → content}/guides/reference/mcp-docs-server.md +0 -0
- /package/{wiki → content}/guides/tutorials/building-a-crud-api.md +0 -0
- /package/{wiki → content}/guides/tutorials/complete-installation.md +0 -0
- /package/{wiki → content}/guides/tutorials/ecommerce-api.md +0 -0
- /package/{wiki → content}/guides/tutorials/realtime-chat.md +0 -0
- /package/{wiki → content}/guides/tutorials/testing.md +0 -0
- /package/{wiki → content}/index.md +0 -0
- /package/{wiki → content}/public/logo.svg +0 -0
- /package/{wiki → content}/references/base/application.md +0 -0
- /package/{wiki → content}/references/base/bootstrapping.md +0 -0
- /package/{wiki → content}/references/base/components.md +0 -0
- /package/{wiki → content}/references/base/controllers.md +0 -0
- /package/{wiki → content}/references/base/datasources.md +0 -0
- /package/{wiki → content}/references/base/dependency-injection.md +0 -0
- /package/{wiki → content}/references/base/filter-system/application-usage.md +0 -0
- /package/{wiki → content}/references/base/filter-system/array-operators.md +0 -0
- /package/{wiki → content}/references/base/filter-system/comparison-operators.md +0 -0
- /package/{wiki → content}/references/base/filter-system/default-filter.md +0 -0
- /package/{wiki → content}/references/base/filter-system/fields-order-pagination.md +0 -0
- /package/{wiki → content}/references/base/filter-system/index.md +0 -0
- /package/{wiki → content}/references/base/filter-system/json-filtering.md +0 -0
- /package/{wiki → content}/references/base/filter-system/list-operators.md +0 -0
- /package/{wiki → content}/references/base/filter-system/logical-operators.md +0 -0
- /package/{wiki → content}/references/base/filter-system/null-operators.md +0 -0
- /package/{wiki → content}/references/base/filter-system/pattern-matching.md +0 -0
- /package/{wiki → content}/references/base/filter-system/quick-reference.md +0 -0
- /package/{wiki → content}/references/base/filter-system/range-operators.md +0 -0
- /package/{wiki → content}/references/base/filter-system/tips.md +0 -0
- /package/{wiki → content}/references/base/filter-system/use-cases.md +0 -0
- /package/{wiki → content}/references/base/grpc-controllers.md +0 -0
- /package/{wiki → content}/references/base/index.md +0 -0
- /package/{wiki → content}/references/base/middleware.md +0 -0
- /package/{wiki → content}/references/base/middlewares.md +0 -0
- /package/{wiki → content}/references/base/models.md +0 -0
- /package/{wiki → content}/references/base/providers.md +0 -0
- /package/{wiki → content}/references/base/repositories/advanced.md +0 -0
- /package/{wiki → content}/references/base/repositories/index.md +0 -0
- /package/{wiki → content}/references/base/repositories/mixins.md +0 -0
- /package/{wiki → content}/references/base/repositories/relations.md +0 -0
- /package/{wiki → content}/references/base/repositories/soft-deletable.md +0 -0
- /package/{wiki → content}/references/base/services.md +0 -0
- /package/{wiki → content}/references/configuration/environment-variables.md +0 -0
- /package/{wiki → content}/references/configuration/index.md +0 -0
- /package/{wiki → content}/references/index.md +0 -0
- /package/{wiki → content}/references/quick-reference.md +0 -0
- /package/{wiki → content}/references/utilities/crypto.md +0 -0
- /package/{wiki → content}/references/utilities/date.md +0 -0
- /package/{wiki → content}/references/utilities/index.md +0 -0
- /package/{wiki → content}/references/utilities/jsx.md +0 -0
- /package/{wiki → content}/references/utilities/module.md +0 -0
- /package/{wiki → content}/references/utilities/parse.md +0 -0
- /package/{wiki → content}/references/utilities/performance.md +0 -0
- /package/{wiki → content}/references/utilities/promise.md +0 -0
- /package/{wiki → content}/references/utilities/request.md +0 -0
- /package/{wiki → content}/references/utilities/schema.md +0 -0
- /package/{wiki → content}/references/utilities/statuses.md +0 -0
|
@@ -177,18 +177,18 @@ Update `package.json` to add build scripts:
|
|
|
177
177
|
"server:prod": "NODE_ENV=production bun run dist/index.js"
|
|
178
178
|
},
|
|
179
179
|
"dependencies": {
|
|
180
|
-
"hono": "^4.12.
|
|
180
|
+
"hono": "^4.12.25",
|
|
181
181
|
"@hono/zod-openapi": "latest",
|
|
182
182
|
"@scalar/hono-api-reference": "latest",
|
|
183
183
|
"@venizia/ignis": "latest",
|
|
184
184
|
"@venizia/ignis-helpers": "latest"
|
|
185
185
|
},
|
|
186
186
|
"devDependencies": {
|
|
187
|
-
"typescript": "^
|
|
187
|
+
"typescript": "^6.0.3",
|
|
188
188
|
"@types/bun": "latest",
|
|
189
189
|
"@venizia/dev-configs": "latest",
|
|
190
|
-
"eslint": "^
|
|
191
|
-
"prettier": "^3.
|
|
190
|
+
"eslint": "^10.5.0",
|
|
191
|
+
"prettier": "^3.8.4",
|
|
192
192
|
"tsc-alias": "^1.8.10"
|
|
193
193
|
}
|
|
194
194
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paths.d.ts","sourceRoot":"","sources":["../../../mcp-server/common/paths.ts"],"names":[],"mappings":"AAOA,qBAAa,KAAK;IAChB,MAAM,CAAC,QAAQ,CAAC,IAAI,
|
|
1
|
+
{"version":3,"file":"paths.d.ts","sourceRoot":"","sources":["../../../mcp-server/common/paths.ts"],"names":[],"mappings":"AAOA,qBAAa,KAAK;IAChB,MAAM,CAAC,QAAQ,CAAC,IAAI,SAAmC;IAEvD,MAAM,CAAC,QAAQ,CAAC,MAAM,SAAkC;IACxD,MAAM,CAAC,QAAQ,CAAC,WAAW,SAAyC;IACpE,MAAM,CAAC,QAAQ,CAAC,aAAa,SAA2C;IACxE,MAAM,CAAC,QAAQ,CAAC,cAAc,SAA0C;IAExE,MAAM,CAAC,QAAQ,CAAC,UAAU,SAAsC;IAChE,MAAM,CAAC,QAAQ,CAAC,IAAI,SAAsC;IAC1D,MAAM,CAAC,QAAQ,CAAC,SAAS,SAA2C;IAEpE,MAAM,CAAC,QAAQ,CAAC,UAAU,SAAsC;IAChE,MAAM,CAAC,QAAQ,CAAC,UAAU,SAA4C;IACtE,MAAM,CAAC,QAAQ,CAAC,OAAO,SAAyC;IAChE,MAAM,CAAC,QAAQ,CAAC,cAAc,SAA6C;CAC5E"}
|
|
@@ -7,10 +7,10 @@ exports.Paths = void 0;
|
|
|
7
7
|
const node_path_1 = __importDefault(require("node:path"));
|
|
8
8
|
const MCP_ROOT = __dirname;
|
|
9
9
|
// When compiled, __dirname is mcp-server/dist/common
|
|
10
|
-
// Go up 3 levels to reach package root: common -> dist -> mcp-server ->
|
|
10
|
+
// Go up 3 levels to reach package root: common -> dist -> mcp-server -> wiki (package root)
|
|
11
11
|
const DOCS_ROOT = node_path_1.default.resolve(MCP_ROOT, '..', '..', '..');
|
|
12
12
|
class Paths {
|
|
13
|
-
static { this.WIKI = node_path_1.default.join(DOCS_ROOT, '
|
|
13
|
+
static { this.WIKI = node_path_1.default.join(DOCS_ROOT, 'content'); }
|
|
14
14
|
static { this.GUIDES = node_path_1.default.join(this.WIKI, 'guides'); }
|
|
15
15
|
static { this.GET_STARTED = node_path_1.default.join(this.GUIDES, 'get-started'); }
|
|
16
16
|
static { this.CORE_CONCEPTS = node_path_1.default.join(this.GUIDES, 'core-concepts'); }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paths.js","sourceRoot":"","sources":["../../../mcp-server/common/paths.ts"],"names":[],"mappings":";;;;;;AAAA,0DAA6B;AAE7B,MAAM,QAAQ,GAAG,SAAS,CAAC;AAC3B,qDAAqD;AACrD,
|
|
1
|
+
{"version":3,"file":"paths.js","sourceRoot":"","sources":["../../../mcp-server/common/paths.ts"],"names":[],"mappings":";;;;;;AAAA,0DAA6B;AAE7B,MAAM,QAAQ,GAAG,SAAS,CAAC;AAC3B,qDAAqD;AACrD,4FAA4F;AAC5F,MAAM,SAAS,GAAG,mBAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;AAE3D,MAAa,KAAK;aACA,SAAI,GAAG,mBAAI,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;aAEvC,WAAM,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;aACxC,gBAAW,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;aACpD,kBAAa,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;aACxD,mBAAc,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;aAExD,eAAU,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;aAChD,SAAI,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC;aAC1C,cAAS,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;aAEpD,eAAU,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;aAChD,eAAU,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;aACtD,YAAO,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;aAChD,mBAAc,GAAG,mBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,CAAC;;AAf7E,sBAgBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ignis-docs",
|
|
3
|
-
"version": "0.0.8
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Interactive documentation site and MCP (Model Context Protocol) server for the Ignis Framework. Includes a VitePress-powered documentation site with guides, API references, and best practices. Ships an MCP server (CLI: ignis-docs-mcp) with 11 tools for AI assistants to search docs, browse source code, verify dependencies, and access real-time framework knowledge. Built with Mastra MCP SDK and Fuse.js fuzzy search.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
49
|
"url": "git+https://github.com/VENIZIA-AI/ignis.git",
|
|
50
|
-
"directory": "
|
|
50
|
+
"directory": "docs/wiki"
|
|
51
51
|
},
|
|
52
52
|
"bugs": {
|
|
53
53
|
"url": "https://github.com/VENIZIA-AI/ignis/issues"
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"README.md",
|
|
89
89
|
"LICENSE.md",
|
|
90
90
|
"dist/mcp-server",
|
|
91
|
-
"
|
|
92
|
-
"!
|
|
91
|
+
"content",
|
|
92
|
+
"!content/changelogs",
|
|
93
93
|
"!**/*.tsbuildinfo"
|
|
94
94
|
],
|
|
95
95
|
"publishConfig": {
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@braintree/sanitize-url": "^7.1.2",
|
|
131
131
|
"@types/bun": "^1.3.14",
|
|
132
|
-
"@venizia/dev-configs": "^0.0.7
|
|
132
|
+
"@venizia/dev-configs": "^0.0.7",
|
|
133
133
|
"eslint": "^10.4.0",
|
|
134
134
|
"prettier": "^3.8.3",
|
|
135
135
|
"tsc-alias": "^1.8.17",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|