@nlabs/arkhamjs 3.26.1 → 3.28.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 (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -48,14 +48,6 @@ If you plan to persist data, you will need to add a storage to the framework:
48
48
 
49
49
  ## Installation
50
50
 
51
- Using Yarn:
52
-
53
- ```shell
54
- yarn add @nlabs/arkhamjs
55
- ```
56
-
57
- or
58
-
59
51
  Using [npm](https://www.npmjs.com/):
60
52
 
61
53
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlabs/arkhamjs",
3
- "version": "3.26.1",
3
+ "version": "3.28.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,16 +33,16 @@
33
33
  "url": "https://github.com/nitrogenlabs/arkhamjs/issues"
34
34
  },
35
35
  "scripts": {
36
- "build": "lex compile -r",
36
+ "build": "lex compile --remove",
37
37
  "clean": "lex clean",
38
38
  "lint": "eslint ./src --ext .ts,.tsx",
39
39
  "prepublishOnly": "npm run build",
40
- "pretest": "npm run lint",
41
40
  "publish:major": "npm version major && npm publish",
42
41
  "publish:minor": "npm version minor && npm publish",
43
42
  "publish:patch": "npm version patch && npm publish",
43
+ "pretest": "npm run lint",
44
44
  "test": "lex test",
45
- "update": "lex update -i"
45
+ "update": "npm-check-updates --interactive"
46
46
  },
47
47
  "dependencies": {
48
48
  "error-stack-parser": "^2.1.4",
@@ -50,13 +50,13 @@
50
50
  "lodash": "^4.17.21"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/events": "^3.0.0",
54
- "@types/jest": "^29.5.1",
55
- "@types/lodash": "^4.14.194",
56
- "@types/node": "^20.2.1",
57
- "eslint": "^8.40.0",
53
+ "@types/events": "^3.0.3",
54
+ "@types/jest": "^29.5.14",
55
+ "@types/lodash": "^4.17.15",
56
+ "@types/node": "^22.13.1",
57
+ "eslint": "^9.19.0",
58
58
  "eslint-config-styleguidejs": "^3.2.1",
59
- "typescript": "^5.0.4"
59
+ "typescript": "^5.7.3"
60
60
  },
61
61
  "gitHead": "fc371e1e28fe0ae35d40d29a217d5f0e990ec32a"
62
62
  }