@artilleryio/int-core 2.28.0-2c19512 → 2.28.0-670d2fa

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @artilleryio/int-core@2.28.0-2c19512 build
2
+ > @artilleryio/int-core@2.28.0-670d2fa build
3
3
  > tsc -p tsconfig.build.json
4
4
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@artilleryio/int-core",
3
- "version": "2.28.0-2c19512",
3
+ "version": "2.28.0-670d2fa",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MPL-2.0",
7
7
  "dependencies": {
8
- "@artilleryio/int-commons": "2.24.0-2c19512",
8
+ "@artilleryio/int-commons": "2.24.0-670d2fa",
9
9
  "@artilleryio/sketches-js": "^2.1.1",
10
10
  "agentkeepalive": "^4.6.0",
11
11
  "arrivals": "^2.1.2",
package/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Loose declarations for TypeScript consumers (e.g. skytrace).
1
+ // Loose declarations for external TypeScript consumers.
2
2
  // package.json "types" points here so external tsc builds use these
3
3
  // instead of following "main" into the .ts sources, which would be
4
4
  // compiled with the consumer's own (incompatible) compiler settings.