@veryfront/ext-content-mdx 0.1.995 → 0.1.997

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.d.ts CHANGED
@@ -42,6 +42,7 @@ declare namespace _default {
42
42
  "./runs": string;
43
43
  "./skill": string;
44
44
  "./trigger": string;
45
+ "./task": string;
45
46
  "./schedule": string;
46
47
  "./webhook": string;
47
48
  "./mcp": string;
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "veryfront",
3
- "version": "0.1.995",
3
+ "version": "0.1.997",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "minimumDependencyAge": {
@@ -98,6 +98,7 @@ export default {
98
98
  "./runs": "./src/runs/index.ts",
99
99
  "./skill": "./src/skill/index.ts",
100
100
  "./trigger": "./src/trigger/index.ts",
101
+ "./task": "./src/task/index.ts",
101
102
  "./schedule": "./src/schedule/index.ts",
102
103
  "./webhook": "./src/webhook/index.ts",
103
104
  "./mcp": "./src/mcp/index.ts",
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.995";
2
+ export declare const VERSION = "0.1.997";
3
3
  //# sourceMappingURL=version-constant.d.ts.map
@@ -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.995";
4
+ export const VERSION = "0.1.997";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-content-mdx",
3
- "version": "0.1.995",
3
+ "version": "0.1.997",
4
4
  "description": "Veryfront first-party extension package for ext-content-mdx",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -67,7 +67,7 @@
67
67
  "vfile": "6.0.3"
68
68
  },
69
69
  "peerDependencies": {
70
- "veryfront": "^0.1.995"
70
+ "veryfront": "^0.1.997"
71
71
  },
72
72
  "type": "module",
73
73
  "types": "./esm/extensions/ext-content-mdx/src/index.d.ts",