mnemonica 0.9.9975 → 0.9.9976

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -17,7 +17,7 @@ abstract technique that aids information retention : instance inheritance system
17
17
  ---
18
18
 
19
19
  [![Coverage Status](https://coveralls.io/repos/github/wentout/mnemonica/badge.svg?branch=master)](https://coveralls.io/github/wentout/mnemonica?branch=master)
20
- ![Travis (.org)](https://img.shields.io/travis/wentout/mnemonica)
20
+
21
21
  ![NPM](https://img.shields.io/npm/l/mnemonica)
22
22
  ![GitHub package.json version](https://img.shields.io/github/package-json/v/wentout/mnemonica)
23
23
  ![GitHub last commit](https://img.shields.io/github/last-commit/wentout/mnemonica)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mnemonica",
3
- "version": "0.9.9975",
3
+ "version": "0.9.9976",
4
4
  "description": "abstract technique that aids information retention : instance inheritance system",
5
5
  "type": "commonjs",
6
6
  "main": "./build/index.js",
@@ -64,7 +64,7 @@
64
64
  "homepage": "https://github.com/wentout/mnemonica#readme",
65
65
  "devDependencies": {
66
66
  "@types/jest": "^29.5.14",
67
- "@types/node": "^18.19.124",
67
+ "@types/node": "^18.19.130",
68
68
  "@typescript-eslint/eslint-plugin": "^5.62.0",
69
69
  "@typescript-eslint/parser": "^5.62.0",
70
70
  "chai": "^4.5.0",
@@ -79,8 +79,8 @@
79
79
  "mocha": "^10.8.2",
80
80
  "mocha-lcov-reporter": "^1.3.0",
81
81
  "nyc": "^15.1.0",
82
- "ts-jest": "^29.4.1",
83
- "typescript": "^5.9.2"
82
+ "ts-jest": "^29.4.5",
83
+ "typescript": "^5.9.3"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=16 <24"