@veryfront/ext-content-mdx 0.1.1254 → 0.1.1255-rc.17451

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/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "veryfront",
3
- "version": "0.1.1254",
3
+ "version": "0.1.1255-rc.17451",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "minimumDependencyAge": {
@@ -519,7 +519,7 @@ export default {
519
519
  "build:storybook": "npm --prefix storybook run build-storybook",
520
520
  "storybook:check": "deno test --no-lock --config=scripts/test.deno.json --no-check --allow-read scripts/storybook/storybook-workbench.test.ts",
521
521
  "lint": "DENO_NO_PACKAGE_JSON=1 deno lint && deno lint --config=scripts/test.deno.json scripts/test/ scripts/build/dnt-compiler-options.ts scripts/build/dnt-jsx-runtime.test.ts scripts/build/dnt-meta-property-safety.ts scripts/build/dnt-meta-property-safety.test.ts scripts/build/dnt-polyfill.ts scripts/build/dnt-polyfill.test.ts scripts/build/npm-package-metadata.test.ts scripts/build/prepare-framework-sources.test.ts && deno lint --config=scripts/codemods/deno.json scripts/codemods/",
522
- "lint:ci": "deno task build:proxy-lock && git diff --exit-code -- scripts/build/proxy-deno.lock && deno task lint && deno task lint:ci-typescript && deno task lint:core-deps && deno task lint:cross-runtime-jsr && deno task lint:dependency-boundaries && deno task lint:module-boundaries && deno task lint:client-bundle && deno task lint:extension-contracts && deno task lint:extension-capabilities && deno task lint:ban-test-only && deno task lint:sanitizer-baseline && deno task lint:secret-scanning-config && deno task lint:skipped-tests && deno task lint:check-awaits && deno task lint:chat-ratchets && deno task lint:chat-composability && deno task lint:esm-sh-codemod && deno task lint:test-typecheck && deno task lint:cwd-relative-test-reads && deno task lint:test-semantic-dispositions && deno task lint:anti-slop && deno task lint:render-mode-defaults && deno task lint:testing-front-door && deno task lint:dnt-meta-properties && deno task storybook:check && deno task docs:api-reference:check && deno task docs:errors:check && deno task docs:public:check && deno test --frozen --config=scripts/test.deno.json --no-check --allow-env=LOG_TOKENS --allow-read --allow-write --allow-run=bash scripts/ci/setup-deno-workflow.test.ts tests/integration/ci/merge-quality-gate-workflow.test.ts tests/integration/ci/npm-compatibility-artifact-workflow.test.ts scripts/ci/prepare-rc-build.test.ts scripts/build/generated-artifact-checks.test.ts scripts/release.test.ts scripts/test/run-suite.test.ts && deno test --frozen --config=scripts/test.deno.json --no-check --allow-read --allow-write --allow-env=LOG_TOKENS,PATH --allow-run=bash,/bin/bash,node,npm,tar,deno --allow-net=127.0.0.1:0 tests/integration/ci/npm-compatibility-artifact.test.ts tests/integration/ci/runtime-inference-critical-flow-packed-artifact.test.ts scripts/ci/publish-npm-packages.test.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/registry-release-smoke.test.ts tests/integration/ci/registry-release-workflow.test.ts",
522
+ "lint:ci": "deno task build:proxy-lock && git diff --exit-code -- scripts/build/proxy-deno.lock && deno task lint && deno task lint:ci-typescript && deno task lint:core-deps && deno task lint:cross-runtime-jsr && deno task lint:dependency-boundaries && deno task lint:module-boundaries && deno task lint:client-bundle && deno task lint:extension-contracts && deno task lint:extension-capabilities && deno task lint:ban-test-only && deno task lint:sanitizer-baseline && deno task lint:secret-scanning-config && deno task lint:skipped-tests && deno task lint:check-awaits && deno task lint:chat-ratchets && deno task lint:chat-composability && deno task lint:esm-sh-codemod && deno task lint:test-typecheck && deno task lint:cwd-relative-test-reads && deno task lint:test-semantic-dispositions && deno task lint:anti-slop && deno task lint:render-mode-defaults && deno task lint:testing-front-door && deno task lint:dnt-meta-properties && deno task storybook:check && deno task docs:api-reference:check && deno task docs:errors:check && deno task docs:public:check && deno test --frozen --config=scripts/test.deno.json --no-check --allow-env=LOG_TOKENS --allow-read --allow-write --allow-run=bash scripts/ci/setup-deno-workflow.test.ts tests/integration/ci/workflow-concurrency.test.ts tests/integration/ci/merge-quality-gate-workflow.test.ts tests/integration/ci/npm-compatibility-artifact-workflow.test.ts scripts/ci/prepare-rc-build.test.ts scripts/build/generated-artifact-checks.test.ts scripts/release.test.ts scripts/test/run-suite.test.ts && deno test --frozen --config=scripts/test.deno.json --no-check --allow-read --allow-write --allow-env=LOG_TOKENS,PATH --allow-run=bash,/bin/bash,node,npm,tar,deno --allow-net=127.0.0.1:0 tests/integration/ci/npm-compatibility-artifact.test.ts tests/integration/ci/runtime-inference-critical-flow-packed-artifact.test.ts scripts/ci/publish-npm-packages.test.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/registry-release-smoke.test.ts tests/integration/ci/registry-release-workflow.test.ts",
523
523
  "lint:ci-typescript": "deno check --unstable-sloppy-imports --frozen --config=scripts/test.deno.json scripts/ci/npm-compatibility-artifact.ts scripts/ci/registry-release-integrity.ts scripts/ci/registry-release-integrity.test.ts scripts/ci/publish-npm-packages.test.ts tests/integration/ci/merge-quality-gate-workflow.test.ts tests/integration/ci/npm-compatibility-artifact-workflow.test.ts tests/integration/ci/npm-compatibility-artifact.test.ts tests/integration/ci/runtime-inference-critical-flow-packed-artifact.test.ts tests/integration/ci/registry-release-smoke.test.ts tests/integration/ci/registry-release-workflow.test.ts && deno fmt --check --line-width=100 --config=scripts/test.deno.json scripts/ci/npm-compatibility-artifact.ts scripts/ci/registry-release-integrity.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/ && deno lint --config=scripts/test.deno.json scripts/ci/npm-compatibility-artifact.ts scripts/ci/registry-release-integrity.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/",
524
524
  "fmt": "deno fmt src/ cli/ react/ templates/ && deno fmt --config=scripts/test.deno.json scripts/test/ scripts/build/dnt-compiler-options.ts scripts/build/dnt-jsx-runtime.test.ts scripts/build/dnt-meta-property-safety.ts scripts/build/dnt-meta-property-safety.test.ts scripts/build/dnt-polyfill.ts scripts/build/dnt-polyfill.test.ts scripts/build/prepare-framework-sources.test.ts && deno fmt --config=scripts/codemods/deno.json scripts/codemods/",
525
525
  "fmt:check": "deno fmt --check src/ cli/ react/ templates/ && deno fmt --check --config=scripts/test.deno.json scripts/test/ scripts/build/dnt-compiler-options.ts scripts/build/dnt-jsx-runtime.test.ts scripts/build/dnt-meta-property-safety.ts scripts/build/dnt-meta-property-safety.test.ts scripts/build/dnt-polyfill.ts scripts/build/dnt-polyfill.test.ts scripts/build/prepare-framework-sources.test.ts && deno fmt --check --config=scripts/codemods/deno.json scripts/codemods/",
@@ -583,7 +583,7 @@ export default {
583
583
  "lint:dnt-meta-properties": "deno run --config=scripts/test.deno.json --frozen --allow-read scripts/build/dnt-meta-property-safety.ts",
584
584
  "test:layout": "deno run --config=scripts/test.deno.json --no-check --allow-read --allow-run=git --allow-env=TEST_LAYOUT_MIGRATION_BASE_REF scripts/test/test-layout.ts",
585
585
  "test:ci:npm-compatibility-artifact": "deno test --frozen --config=scripts/test.deno.json --no-check --allow-read --allow-write --allow-env=LOG_TOKENS --allow-run=npm,tar,bash,deno tests/integration/ci/npm-compatibility-artifact.test.ts tests/integration/ci/npm-compatibility-artifact-workflow.test.ts",
586
- "test:scripts": "deno test --config=scripts/test.deno.json --no-check --allow-read --allow-write --allow-env=DENO_DIR,HOME,TMPDIR,TMP,TEMP,XDG_CACHE_HOME,LOCALAPPDATA,USERPROFILE,LOG_TOKENS,PATH --allow-run --allow-net=127.0.0.1:0 scripts/postinstall-lib.test.js scripts/lint/check-deno-version.test.ts scripts/ci/automated-review-gate.test.ts tests/integration/ci/merge-quality-gate-workflow.test.ts tests/integration/ci/npm-compatibility-artifact.test.ts tests/integration/ci/npm-compatibility-artifact-workflow.test.ts tests/integration/ci/runtime-inference-critical-flow-packed-artifact.test.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/registry-release-smoke.test.ts tests/integration/ci/registry-release-workflow.test.ts scripts/ci/prepare-rc-build.test.ts scripts/ci/publish-npm-packages.test.ts scripts/ci/setup-deno-workflow.test.ts scripts/ci/windows-localhost.test.ts scripts/test/coverage-ci.test.ts scripts/test/run-suite.test.ts scripts/test/run-test-file.test.ts scripts/test/runtime-env.test.ts scripts/test/suites.test.ts scripts/test/test-layout.test.ts scripts/test/test-semantic-audit.test.ts scripts/build/compile-binary.test.ts scripts/build/dnt-jsx-runtime.test.ts scripts/build/dnt-meta-property-safety.test.ts scripts/build/dnt-polyfill.test.ts scripts/build/generate-sbom.test.ts scripts/build/generated-artifact-checks.test.ts scripts/build/npm-dependency-sources.test.ts scripts/build/npm-extension-package-metadata.test.ts scripts/build/npm-package-metadata.test.ts scripts/build/npm-react-shims.test.ts scripts/build/npm-runtime-helper-contract.test.ts scripts/build/prepare-framework-sources.test.ts scripts/build/report-artifact-sizes.test.ts scripts/build/runtime-support.test.ts scripts/build/run-generate.test.ts scripts/docs/docs-coverage.test.ts scripts/docs/generate-api-reference.test.ts scripts/docs/guide-validation.test.ts scripts/docs/validate-tracked-docs.test.ts scripts/docs/validate-public-docs.test.ts scripts/lint/ratchet.test.ts scripts/lint/check-unawaited-promises.test.ts scripts/lint/audit-chat-composability.test.ts scripts/lint/audit-core-deps.test.ts scripts/lint/audit-cwd-relative-test-reads.test.ts scripts/lint/audit-cross-runtime-jsr.test.ts scripts/lint/audit-dependency-boundaries.test.ts scripts/lint/audit-extension-capabilities.test.ts scripts/lint/audit-extension-contracts.test.ts scripts/lint/audit-deps.test.ts scripts/lint/check-module-boundaries.test.ts scripts/lint/lint-config.test.ts scripts/lint/ban-test-only.test.ts scripts/lint/check-sanitizer-baseline.test.ts scripts/lint/check-skipped-tests-baseline.test.ts scripts/lint/audit-anti-slop.test.ts scripts/lint/audit-render-mode-defaults.test.ts scripts/lint/check-test-typecheck-baseline.test.ts scripts/lint/check-coverage.test.ts scripts/security/audit-npm.test.ts scripts/security/secret-scanning-config.test.ts scripts/security/submit-dependency-snapshot.test.ts scripts/test/template-runtime-e2e.test.ts scripts/test/runtime-inference-critical-flow.test.ts scripts/lint/check-testing-front-door.test.ts && deno task test:tool-search-live",
586
+ "test:scripts": "deno test --config=scripts/test.deno.json --no-check --allow-read --allow-write --allow-env=DENO_DIR,HOME,TMPDIR,TMP,TEMP,XDG_CACHE_HOME,LOCALAPPDATA,USERPROFILE,LOG_TOKENS,PATH --allow-run --allow-net=127.0.0.1:0 scripts/postinstall-lib.test.js scripts/lint/check-deno-version.test.ts scripts/ci/automated-review-gate.test.ts tests/integration/ci/merge-quality-gate-workflow.test.ts tests/integration/ci/npm-compatibility-artifact.test.ts tests/integration/ci/npm-compatibility-artifact-workflow.test.ts tests/integration/ci/runtime-inference-critical-flow-packed-artifact.test.ts scripts/ci/registry-release-integrity.test.ts tests/integration/ci/registry-release-smoke.test.ts tests/integration/ci/registry-release-workflow.test.ts scripts/ci/prepare-rc-build.test.ts scripts/ci/publish-npm-packages.test.ts scripts/ci/setup-deno-workflow.test.ts tests/integration/ci/workflow-concurrency.test.ts scripts/ci/windows-localhost.test.ts scripts/test/coverage-ci.test.ts scripts/test/run-suite.test.ts scripts/test/run-test-file.test.ts scripts/test/runtime-env.test.ts scripts/test/suites.test.ts scripts/test/test-layout.test.ts scripts/test/test-semantic-audit.test.ts scripts/build/compile-binary.test.ts scripts/build/dnt-jsx-runtime.test.ts scripts/build/dnt-meta-property-safety.test.ts scripts/build/dnt-polyfill.test.ts scripts/build/generate-sbom.test.ts scripts/build/generated-artifact-checks.test.ts scripts/build/npm-dependency-sources.test.ts scripts/build/npm-extension-package-metadata.test.ts scripts/build/npm-package-metadata.test.ts scripts/build/npm-react-shims.test.ts scripts/build/npm-runtime-helper-contract.test.ts scripts/build/prepare-framework-sources.test.ts scripts/build/report-artifact-sizes.test.ts scripts/build/runtime-support.test.ts scripts/build/run-generate.test.ts scripts/docs/docs-coverage.test.ts scripts/docs/generate-api-reference.test.ts scripts/docs/guide-validation.test.ts scripts/docs/validate-tracked-docs.test.ts scripts/docs/validate-public-docs.test.ts scripts/lint/ratchet.test.ts scripts/lint/check-unawaited-promises.test.ts scripts/lint/audit-chat-composability.test.ts scripts/lint/audit-core-deps.test.ts scripts/lint/audit-cwd-relative-test-reads.test.ts scripts/lint/audit-cross-runtime-jsr.test.ts scripts/lint/audit-dependency-boundaries.test.ts scripts/lint/audit-extension-capabilities.test.ts scripts/lint/audit-extension-contracts.test.ts scripts/lint/audit-deps.test.ts scripts/lint/check-module-boundaries.test.ts scripts/lint/lint-config.test.ts scripts/lint/ban-test-only.test.ts scripts/lint/check-sanitizer-baseline.test.ts scripts/lint/check-skipped-tests-baseline.test.ts scripts/lint/audit-anti-slop.test.ts scripts/lint/audit-render-mode-defaults.test.ts scripts/lint/check-test-typecheck-baseline.test.ts scripts/lint/check-coverage.test.ts scripts/security/audit-npm.test.ts scripts/security/secret-scanning-config.test.ts scripts/security/submit-dependency-snapshot.test.ts scripts/test/template-runtime-e2e.test.ts scripts/test/runtime-inference-critical-flow.test.ts scripts/lint/check-testing-front-door.test.ts && deno task test:tool-search-live",
587
587
  "test:sentry-runtime-packages": "deno test --config=scripts/test.deno.json --no-check --no-lock --allow-read --allow-write --allow-run --allow-env=DENO_DIR,HOME,XDG_CACHE_HOME,LOCALAPPDATA,USERPROFILE scripts/build/sentry-runtime-packages.test.ts",
588
588
  "test:tool-search-live": "VF_DISABLE_LRU_INTERVAL=1 deno test --no-check -A tests/agent/verify-tool-search-live.test.ts",
589
589
  "test:cross-runtime": "deno run --allow-all src/platform/compat/cross-runtime.test.ts",
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.1254";
2
+ export declare const VERSION = "0.1.1255-rc.17451";
3
3
  //# sourceMappingURL=version-constant.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version-constant.d.ts","sourceRoot":"","sources":["../../../src/src/utils/version-constant.ts"],"names":[],"mappings":"AAEA,4BAA4B;AAC5B,eAAO,MAAM,OAAO,aAAa,CAAC"}
1
+ {"version":3,"file":"version-constant.d.ts","sourceRoot":"","sources":["../../../src/src/utils/version-constant.ts"],"names":[],"mappings":"AAEA,4BAA4B;AAC5B,eAAO,MAAM,OAAO,sBAAsB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  // Keep in sync with deno.json version.
2
2
  // scripts/release.ts updates this constant during releases.
3
3
  /** Shared version value. */
4
- export const VERSION = "0.1.1254";
4
+ export const VERSION = "0.1.1255-rc.17451";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-content-mdx",
3
- "version": "0.1.1254",
3
+ "version": "0.1.1255-rc.17451",
4
4
  "description": "Veryfront first-party extension package for ext-content-mdx",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -53,7 +53,7 @@
53
53
  "@types/hast": "3.0.3",
54
54
  "@types/mdast": "4.0.3",
55
55
  "@types/unist": "3.0.2",
56
- "@veryfront/ext-parser-babel": "0.1.1254",
56
+ "@veryfront/ext-parser-babel": "0.1.1255-rc.17451",
57
57
  "acorn": "8.17.0",
58
58
  "acorn-jsx": "5.3.2",
59
59
  "github-slugger": "2.0.0",
@@ -82,7 +82,7 @@
82
82
  "vfile": "6.0.3"
83
83
  },
84
84
  "peerDependencies": {
85
- "veryfront": "^0.1.1254"
85
+ "veryfront": "^0.1.1255-rc.17451"
86
86
  },
87
87
  "type": "module",
88
88
  "types": "./esm/extensions/ext-content-mdx/src/index.d.ts",
@@ -92,5 +92,5 @@
92
92
  "NOTICE",
93
93
  "README.md"
94
94
  ],
95
- "gitHead": "eaaf178ad0f794add34d99ade5f8e464ef48f68d"
95
+ "gitHead": "fc251e7e3f31f559962d49217650241bb310720f"
96
96
  }