@nlabs/arkhamjs-storage-browser 3.24.0 → 3.26.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlabs/arkhamjs-storage-browser",
3
- "version": "3.24.0",
3
+ "version": "3.26.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,9 +32,13 @@
32
32
  },
33
33
  "scripts": {
34
34
  "build": "lex compile -r",
35
+ "clean": "lex clean",
35
36
  "lint": "eslint ./src --ext .ts,.tsx",
36
- "pretest": "yarn lint",
37
- "reset": "lex clean",
37
+ "prepublishOnly": "npm run build",
38
+ "pretest": "npm run lint",
39
+ "publish:major": "npm version major && npm publish",
40
+ "publish:minor": "npm version minor && npm publish",
41
+ "publish:patch": "npm version patch && npm publish",
38
42
  "test": "lex test",
39
43
  "update": "lex update -i"
40
44
  },
@@ -42,12 +46,12 @@
42
46
  "@nlabs/arkhamjs": "^3.23"
43
47
  },
44
48
  "devDependencies": {
45
- "@nlabs/arkhamjs": "^3.24.0",
46
- "@types/jest": "^28.1.4",
47
- "@types/node": "^18.0.3",
48
- "eslint": "^8.19.0",
49
- "eslint-config-styleguidejs": "^2.1.2",
50
- "typescript": "^4.5.5"
49
+ "@nlabs/arkhamjs": "^3.25.0",
50
+ "@types/jest": "^29.5.0",
51
+ "@types/node": "^18.15.5",
52
+ "eslint": "^8.36.0",
53
+ "eslint-config-styleguidejs": "^3.2.1",
54
+ "typescript": "^5.0.2"
51
55
  },
52
- "gitHead": "00d9ba3197abda87d27d6505d8002ccb3e622116"
56
+ "gitHead": "fc371e1e28fe0ae35d40d29a217d5f0e990ec32a"
53
57
  }