xpressions 1.7.0 → 1.7.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 +44 -44
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
- "name": "xpressions",
3
- "displayName": "Xpressions",
4
- "version": "1.7.0",
5
- "description": "Variable expressions with date-math support",
6
- "homepage": "https://github.com/terascope/teraslice/tree/master/packages/xpressions#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
- "type": "module",
14
- "main": "dist/src/index.js",
15
- "typings": "dist/src/index.d.ts",
16
- "files": [
17
- "dist/src/**/*"
18
- ],
19
- "scripts": {
20
- "build": "tsc --build",
21
- "build:watch": "yarn build --watch",
22
- "test": "ts-scripts test . --",
23
- "test:debug": "ts-scripts test --debug . --",
24
- "test:watch": "ts-scripts test --watch . --"
25
- },
26
- "dependencies": {
27
- "@terascope/utils": "~1.7.0"
28
- },
29
- "devDependencies": {
30
- "@terascope/types": "~1.4.0"
31
- },
32
- "engines": {
33
- "node": ">=18.18.0",
34
- "yarn": ">=1.22.19"
35
- },
36
- "publishConfig": {
37
- "access": "public",
38
- "registry": "https://registry.npmjs.org/"
39
- },
40
- "srcMain": "src/index.ts",
41
- "terascope": {
42
- "testSuite": "unit",
43
- "enableTypedoc": true
44
- }
45
- }
2
+ "name": "xpressions",
3
+ "displayName": "Xpressions",
4
+ "version": "1.7.1",
5
+ "description": "Variable expressions with date-math support",
6
+ "homepage": "https://github.com/terascope/teraslice/tree/master/packages/xpressions#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
+ "type": "module",
14
+ "main": "dist/src/index.js",
15
+ "typings": "dist/src/index.d.ts",
16
+ "files": [
17
+ "dist/src/**/*"
18
+ ],
19
+ "scripts": {
20
+ "build": "tsc --build",
21
+ "build:watch": "yarn build --watch",
22
+ "test": "yarn workspace @terascope/scripts ts-scripts test ../xpressions --",
23
+ "test:debug": "yarn workspace @terascope/scripts ts-scripts test --debug ../xpressions --",
24
+ "test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../xpressions --"
25
+ },
26
+ "dependencies": {
27
+ "@terascope/utils": "~1.7.1"
28
+ },
29
+ "devDependencies": {
30
+ "@terascope/types": "~1.4.1"
31
+ },
32
+ "engines": {
33
+ "node": ">=18.18.0",
34
+ "yarn": ">=1.22.19"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public",
38
+ "registry": "https://registry.npmjs.org/"
39
+ },
40
+ "srcMain": "src/index.ts",
41
+ "terascope": {
42
+ "testSuite": "unit",
43
+ "enableTypedoc": true
44
+ }
45
+ }