veryfront 0.1.908 → 0.1.909

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.908",
3
+ "version": "0.1.909",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "minimumDependencyAge": {
@@ -1 +1 @@
1
- {"version":3,"file":"builtin-extensions.d.ts","sourceRoot":"","sources":["../../../src/src/extensions/builtin-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAElE,OAAO,KAAK,EAAe,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAiDvE,wBAAgB,uCAAuC,IAAI,0BAA0B,CAOpF;AAWD,wBAAgB,yBAAyB,IAAI,mBAAmB,CAM/D;AAED,wBAAgB,4BAA4B,IAAI,IAAI,CAInD;AAoCD,wBAAgB,uBAAuB,IAAI,iBAAiB,EAAE,CAoD7D"}
1
+ {"version":3,"file":"builtin-extensions.d.ts","sourceRoot":"","sources":["../../../src/src/extensions/builtin-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAElE,OAAO,KAAK,EAAe,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAkDvE,wBAAgB,uCAAuC,IAAI,0BAA0B,CAOpF;AAWD,wBAAgB,yBAAyB,IAAI,mBAAmB,CAM/D;AAED,wBAAgB,4BAA4B,IAAI,IAAI,CAInD;AAoCD,wBAAgB,uBAAuB,IAAI,iBAAiB,EAAE,CAyD7D"}
@@ -11,6 +11,7 @@ import extMdx from "../../extensions/ext-content-mdx/src/index.js";
11
11
  import extTailwind from "../../extensions/ext-css-tailwind/src/index.js";
12
12
  import extDocumentKreuzberg from "../../extensions/ext-document-kreuzberg/src/index.js";
13
13
  import extDbSqlite from "../../extensions/ext-db-sqlite/src/index.js";
14
+ import extOpenTelemetry from "../../extensions/ext-observability-opentelemetry/src/index.js";
14
15
  import extSandboxShellTools from "../../extensions/ext-sandbox-shell-tools/src/index.js";
15
16
  import extZod from "../../extensions/ext-schema-zod/src/index.js";
16
17
  import { createZodAdapter } from "../../extensions/ext-schema-zod/src/adapter.js";
@@ -110,6 +111,11 @@ export function createBuiltinExtensions() {
110
111
  origin: "veryfront/ext-auth-jwt",
111
112
  extension: extJwt(),
112
113
  },
114
+ {
115
+ source: "builtin",
116
+ origin: "veryfront/ext-observability-opentelemetry",
117
+ extension: extOpenTelemetry(),
118
+ },
113
119
  {
114
120
  source: "builtin",
115
121
  origin: "veryfront/ext-bundler-esbuild",
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.908";
2
+ export declare const VERSION = "0.1.909";
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.908";
4
+ export const VERSION = "0.1.909";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veryfront",
3
- "version": "0.1.908",
3
+ "version": "0.1.909",
4
4
  "description": "The simplest way to build AI-powered apps",
5
5
  "keywords": [
6
6
  "react",