hebrew-transliteration 2.2.2 → 2.2.3

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.
package/dist/rules.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { Syllable } from "havarotjs/dist/syllable";
2
- import { Word } from "havarotjs/dist/word";
1
+ import { Syllable } from "havarotjs/syllable";
2
+ import { Word } from "havarotjs/word";
3
3
  import { Schema } from "./schema";
4
4
  export declare const sylRules: (syl: Syllable, schema: Schema) => string;
5
5
  export declare const wordRules: (word: Word, schema: Schema) => string | Word;
package/dist/rules.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.wordRules = exports.sylRules = void 0;
4
- const cluster_1 = require("havarotjs/dist/cluster");
4
+ const cluster_1 = require("havarotjs/cluster");
5
5
  const regularExpressions_1 = require("havarotjs/dist/utils/regularExpressions");
6
6
  const mapChars_1 = require("./mapChars");
7
7
  const taamim = /[\u{0590}-\u{05AF}\u{05BD}\u{05BF}]/u;
@@ -4,7 +4,7 @@ exports.transliterate = void 0;
4
4
  const rules_1 = require("./rules");
5
5
  const schema_1 = require("./schema");
6
6
  const havarotjs_1 = require("havarotjs");
7
- const word_1 = require("havarotjs/dist/word");
7
+ const word_1 = require("havarotjs/word");
8
8
  /**
9
9
  *
10
10
  * @param schema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hebrew-transliteration",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "a package for transliterating Hebrew",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,22 +56,22 @@
56
56
  "author": "Charles Loder",
57
57
  "license": "MIT",
58
58
  "devDependencies": {
59
- "@types/jest": "^29.1.1",
60
- "@typescript-eslint/eslint-plugin": "^5.38.1",
61
- "esbuild": "^0.15.10",
62
- "eslint": "^8.24.0",
59
+ "@types/jest": "^29.2.0",
60
+ "@typescript-eslint/eslint-plugin": "^5.41.0",
61
+ "esbuild": "^0.15.12",
62
+ "eslint": "^8.26.0",
63
63
  "eslint-config-prettier": "^8.5.0",
64
- "eslint-plugin-jest": "^27.0.4",
65
- "eslint-plugin-jsdoc": "^39.3.6",
64
+ "eslint-plugin-jest": "^27.1.3",
65
+ "eslint-plugin-jsdoc": "^39.3.25",
66
66
  "eslint-plugin-prefer-arrow": "^1.2.3",
67
- "jest": "^29.1.2",
68
- "npm-check-updates": "^16.3.7",
67
+ "jest": "^29.2.2",
68
+ "npm-check-updates": "^16.3.15",
69
69
  "npm-dts": "^1.3.12",
70
70
  "prettier": "^2.7.1",
71
71
  "ts-jest": "^29.0.3",
72
72
  "typescript": "^4.8.4"
73
73
  },
74
74
  "dependencies": {
75
- "havarotjs": "^0.9.2"
75
+ "havarotjs": "^0.10.1"
76
76
  }
77
77
  }