Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
timashev committed Oct 24, 2021
1 parent c91e56f commit feda22b
Show file tree
Hide file tree
Showing 4 changed files with 1,048 additions and 1,125 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Node v6+ syntax:
```JavaScript
const {
// Discrete Common Sense Logic
Category, Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
// Fuzzy Common Sense Logic
Logic,
// Polymorphic Functions
Expand All @@ -64,7 +64,7 @@ ES5+ syntax:
```JavaScript
import {
// Discrete Common Sense Logic
Category, Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
// Fuzzy Common Sense Logic
Logic,
// Polymorphic Functions
Expand Down Expand Up @@ -326,7 +326,7 @@ normalize(0.64)

```JavaScript
// Discrete Common Sense Logic only
import { Category, Categories, not, and, or, UNDEF, FALSE, NEVER, MAYBE, TRUE } from 'human-logic/dist/Category';
import { Categories, not, and, or, UNDEF, FALSE, NEVER, MAYBE, TRUE } from 'human-logic/dist/Category';
```

```JavaScript
Expand Down
6 changes: 3 additions & 3 deletions README.tex.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Node v6+ syntax:
```JavaScript
const {
// Discrete Common Sense Logic
Category, Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
// Fuzzy Common Sense Logic
Logic,
// Polymorphic Functions
Expand All @@ -64,7 +64,7 @@ ES5+ syntax:
```JavaScript
import {
// Discrete Common Sense Logic
Category, Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
Categories, UNDEF, FALSE, NEVER, MAYBE, TRUE,
// Fuzzy Common Sense Logic
Logic,
// Polymorphic Functions
Expand Down Expand Up @@ -342,7 +342,7 @@ normalize(0.64)

```JavaScript
// Discrete Common Sense Logic only
import { Category, Categories, not, and, or, UNDEF, FALSE, NEVER, MAYBE, TRUE } from 'human-logic/dist/Category';
import { Categories, not, and, or, UNDEF, FALSE, NEVER, MAYBE, TRUE } from 'human-logic/dist/Category';
```

```JavaScript
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "human-logic",
"version": "2.0.1",
"version": "2.0.2",
"description": "Human Logic",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,27 +42,27 @@
"node": ">= 6.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.31.0",
"eslint": "^8.1.0",
"eslint-config-last": "^0.0.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"typedoc": "^0.21.4",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"typedoc": "0.21.6",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^4.3.5"
"typescript": "^4.4.4"
},
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.1"
}
}
Loading

0 comments on commit feda22b

Please sign in to comment.