@oyerinde/caliper 0.2.2 → 0.2.3

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/dist/index.js CHANGED
@@ -1 +1 @@
1
- export { VERSION, caliperProps, getConfig, createOverlay as init, setConfig } from './chunk-YLE25XII.js';
1
+ export { VERSION, caliperProps, getConfig, createOverlay as init, setConfig } from './chunk-EFX4HXVN.js';
package/dist/mcp.cjs CHANGED
@@ -1670,7 +1670,7 @@ var CaliperMcpServer = class {
1670
1670
  this.port = port2;
1671
1671
  this.server = new mcp_js.McpServer({
1672
1672
  name: "caliper-mcp-server",
1673
- version: "0.2.2"
1673
+ version: "0.2.3"
1674
1674
  });
1675
1675
  this.registerTools();
1676
1676
  this.registerResources();
package/dist/mcp.js CHANGED
@@ -1668,7 +1668,7 @@ var CaliperMcpServer = class {
1668
1668
  this.port = port2;
1669
1669
  this.server = new McpServer({
1670
1670
  name: "caliper-mcp-server",
1671
- version: "0.2.2"
1671
+ version: "0.2.3"
1672
1672
  });
1673
1673
  this.registerTools();
1674
1674
  this.registerResources();
package/dist/preset.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkAHX2GS7J_cjs = require('./chunk-AHX2GS7J.cjs');
3
+ var chunkL727OFLU_cjs = require('./chunk-L727OFLU.cjs');
4
4
  var chunk2SVFU7M3_cjs = require('./chunk-2SVFU7M3.cjs');
5
5
 
6
6
  /**
@@ -16,7 +16,7 @@ var chunk2SVFU7M3_cjs = require('./chunk-2SVFU7M3.cjs');
16
16
 
17
17
  // src/preset.ts
18
18
  function init(configuration, extensions = []) {
19
- const caliperInstance = chunkAHX2GS7J_cjs.createOverlay(configuration);
19
+ const caliperInstance = chunkL727OFLU_cjs.createOverlay(configuration);
20
20
  if (extensions && Array.isArray(extensions)) {
21
21
  extensions.forEach((extension) => {
22
22
  if (typeof extension === "function") {
@@ -31,7 +31,7 @@ function init(configuration, extensions = []) {
31
31
 
32
32
  Object.defineProperty(exports, "caliperProps", {
33
33
  enumerable: true,
34
- get: function () { return chunkAHX2GS7J_cjs.caliperProps; }
34
+ get: function () { return chunkL727OFLU_cjs.caliperProps; }
35
35
  });
36
36
  Object.defineProperty(exports, "CaliperAgentStateSchema", {
37
37
  enumerable: true,
package/dist/preset.js CHANGED
@@ -1,5 +1,5 @@
1
- import { createOverlay } from './chunk-YLE25XII.js';
2
- export { caliperProps } from './chunk-YLE25XII.js';
1
+ import { createOverlay } from './chunk-EFX4HXVN.js';
2
+ export { caliperProps } from './chunk-EFX4HXVN.js';
3
3
  export { CaliperAgentStateSchema, CaliperBridge } from './chunk-PRUCSUJA.js';
4
4
 
5
5
  /**
package/dist/version.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.2.2",
3
- "timestamp": "2026-03-06T19:06:43.224Z"
2
+ "version": "0.2.3",
3
+ "timestamp": "2026-03-06T21:59:42.123Z"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oyerinde/caliper",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "High-precision browser measurements, projections, and layout auditing",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -119,11 +119,11 @@
119
119
  "typescript": "5.9.3",
120
120
  "@oyerinde/caliper-schema": "0.1.0",
121
121
  "@caliper/overlay": "0.0.0",
122
- "@caliper/core": "0.0.0",
122
+ "@oyerinde/caliper-bridge": "0.1.0",
123
+ "@repo/typescript-config": "0.0.0",
123
124
  "@oyerinde/caliper-mcp": "0.1.0",
124
125
  "@repo/eslint-config": "0.0.0",
125
- "@repo/typescript-config": "0.0.0",
126
- "@oyerinde/caliper-bridge": "0.1.0"
126
+ "@caliper/core": "0.0.0"
127
127
  },
128
128
  "scripts": {
129
129
  "prebuild": "node scripts/write-version.mjs",