@terascope/types 1.4.0 → 1.4.1

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.
Files changed (1) hide show
  1. package/package.json +42 -42
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
- "name": "@terascope/types",
3
- "displayName": "Types",
4
- "version": "1.4.0",
5
- "description": "A collection of typescript interfaces",
6
- "homepage": "https://github.com/terascope/teraslice/tree/master/packages/types#readme",
7
- "bugs": {
8
- "url": "https://github.com/terascope/teraslice/issues"
9
- },
10
- "repository": "git@github.com:terascope/teraslice.git",
11
- "license": "MIT",
12
- "author": "Terascope, LLC <info@terascope.io>",
13
- "sideEffects": false,
14
- "type": "module",
15
- "main": "dist/src/index.js",
16
- "typings": "dist/src/index.d.ts",
17
- "files": [
18
- "dist/src/**/*"
19
- ],
20
- "scripts": {
21
- "build": "tsc --build",
22
- "build:watch": "yarn build --watch",
23
- "test": "ts-scripts test . --",
24
- "test:debug": "ts-scripts test --debug . --",
25
- "test:watch": "ts-scripts test --watch . --"
26
- },
27
- "dependencies": {
28
- "prom-client": "~15.1.3"
29
- },
30
- "engines": {
31
- "node": ">=18.18.0",
32
- "yarn": ">=1.22.19"
33
- },
34
- "publishConfig": {
35
- "access": "public",
36
- "registry": "https://registry.npmjs.org/"
37
- },
38
- "srcMain": "src/index.ts",
39
- "terascope": {
40
- "testSuite": "disabled",
41
- "enableTypedoc": true
42
- }
43
- }
2
+ "name": "@terascope/types",
3
+ "displayName": "Types",
4
+ "version": "1.4.1",
5
+ "description": "A collection of typescript interfaces",
6
+ "homepage": "https://github.com/terascope/teraslice/tree/master/packages/types#readme",
7
+ "bugs": {
8
+ "url": "https://github.com/terascope/teraslice/issues"
9
+ },
10
+ "repository": "git@github.com:terascope/teraslice.git",
11
+ "license": "MIT",
12
+ "author": "Terascope, LLC <info@terascope.io>",
13
+ "sideEffects": false,
14
+ "type": "module",
15
+ "main": "dist/src/index.js",
16
+ "typings": "dist/src/index.d.ts",
17
+ "files": [
18
+ "dist/src/**/*"
19
+ ],
20
+ "scripts": {
21
+ "build": "tsc --build",
22
+ "build:watch": "yarn build --watch",
23
+ "test": "yarn workspace @terascope/scripts ts-scripts test ../types --",
24
+ "test:debug": "yarn workspace @terascope/scripts ts-scripts test --debug ../types --",
25
+ "test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../types --"
26
+ },
27
+ "dependencies": {
28
+ "prom-client": "~15.1.3"
29
+ },
30
+ "engines": {
31
+ "node": ">=18.18.0",
32
+ "yarn": ">=1.22.19"
33
+ },
34
+ "publishConfig": {
35
+ "access": "public",
36
+ "registry": "https://registry.npmjs.org/"
37
+ },
38
+ "srcMain": "src/index.ts",
39
+ "terascope": {
40
+ "testSuite": "unit",
41
+ "enableTypedoc": true
42
+ }
43
+ }