@knapsack/mdx-adapter 4.92.2--canary.7497.7ab86e4.0 → 4.92.2

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.
@@ -44,7 +44,7 @@ export function transform(config, deps) {
44
44
  outcome: null,
45
45
  },
46
46
  }));
47
- // PCIF entity-stage source tag — used as folder name + filename tag
47
+ // DSS entity-stage source tag — used as folder name + filename tag
48
48
  const tag = sourceTag({
49
49
  sourceType: 'MDX',
50
50
  sourceKey: config.sourceKey,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/mdx-adapter",
3
3
  "description": "MDX Context Adapter",
4
- "version": "4.92.2--canary.7497.7ab86e4.0",
4
+ "version": "4.92.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "author": "Knapsack (https://www.knapsack.cloud)",
25
25
  "dependencies": {
26
- "@knapsack/adapter-core": "4.92.2--canary.7497.7ab86e4.0",
26
+ "@knapsack/adapter-core": "4.92.2",
27
27
  "@mdx-js/mdx": "^3.0.0",
28
28
  "yaml": "^2.7.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@knapsack/eslint-config-starter": "4.92.2--canary.7497.7ab86e4.0",
32
- "@knapsack/typescript-config-starter": "4.92.2--canary.7497.7ab86e4.0",
31
+ "@knapsack/eslint-config-starter": "4.92.2",
32
+ "@knapsack/typescript-config-starter": "4.92.2",
33
33
  "@types/node": "^22.19.11",
34
34
  "eslint": "^9.20.0",
35
35
  "typescript": "^5.9.3",
@@ -44,5 +44,5 @@
44
44
  "directory": "libs/ingest-pipeline/adapters/mdx",
45
45
  "type": "git"
46
46
  },
47
- "gitHead": "7ab86e4307cf91be44fd6e69ad7a326dd807c350"
47
+ "gitHead": "d83cef05e8c23b5fdafe2b7e89e1b01ee7b39edf"
48
48
  }