@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/CHANGELOG.md +6 -0
- package/dist/{chunk-YLE25XII.js → chunk-EFX4HXVN.js} +2 -2
- package/dist/{chunk-AHX2GS7J.cjs → chunk-L727OFLU.cjs} +2 -2
- package/dist/index.cjs +6 -6
- package/dist/index.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.global.min.js +1 -1
- package/dist/index.global.min.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp.cjs +1 -1
- package/dist/mcp.js +1 -1
- package/dist/preset.cjs +3 -3
- package/dist/preset.js +2 -2
- package/dist/version.json +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { VERSION, caliperProps, getConfig, createOverlay as init, setConfig } from './chunk-
|
|
1
|
+
export { VERSION, caliperProps, getConfig, createOverlay as init, setConfig } from './chunk-EFX4HXVN.js';
|
package/dist/mcp.cjs
CHANGED
package/dist/mcp.js
CHANGED
package/dist/preset.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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 =
|
|
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
|
|
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-
|
|
2
|
-
export { caliperProps } from './chunk-
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oyerinde/caliper",
|
|
3
|
-
"version": "0.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
|
|
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
|
-
"@
|
|
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",
|