@tslite/operators 0.2.0 → 0.2.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tslite/operators",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "TSLite operators — functional operator signatures as native TSL types, injectable into the checker Env (FP, no OO). The typed stdlib for JSON mappers.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -40,12 +40,12 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@tslite/type-core": "0.2.0",
44
- "@tslite/parser": "0.1.0"
43
+ "@tslite/parser": "0.2.0",
44
+ "@tslite/type-core": "0.2.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@tslite/interpret": "0.1.0",
48
- "@tslite/checker": "0.2.0"
47
+ "@tslite/interpret": "0.2.0",
48
+ "@tslite/checker": "0.2.1"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsup",