@vpmedia/simplify 1.31.0 → 1.32.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +6 -5
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2018 Richard Davey, Photon Storm Ltd.
4
- Copyright (c) 2022-present Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu)
4
+ Copyright (c) 2025-present Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu)
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of
7
7
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @vpmedia/simplify
2
2
 
3
- [![npm version](https://badge.fury.io/js/@vpmedia%2Fsimplify.svg?v=1.31.0)](https://badge.fury.io/js/@vpmedia%2Fsimplify)
3
+ [![npm version](https://badge.fury.io/js/@vpmedia%2Fsimplify.svg)](https://badge.fury.io/js/@vpmedia%2Fsimplify)
4
4
  [![Node.js CI](https://github.com/vpmedia/simplify/actions/workflows/ci.yml/badge.svg)](https://github.com/vpmedia/simplify/actions/workflows/ci.yml)
5
5
 
6
6
  @vpmedia/simplify TBD
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vpmedia/simplify",
3
- "version": "1.31.0",
3
+ "version": "1.32.0",
4
4
  "description": "@vpmedia/simplify",
5
5
  "author": "Andras Csizmadia <andras@vpmedia.hu> (www.vpmedia.hu)",
6
6
  "license": "MIT",
@@ -20,10 +20,10 @@
20
20
  "type": "module",
21
21
  "devDependencies": {
22
22
  "@babel/preset-env": "^7.28.3",
23
- "@eslint/js": "^9.36.0",
23
+ "@eslint/js": "^9.37.0",
24
24
  "@vitest/coverage-v8": "^3.2.4",
25
- "eslint": "^9.36.0",
26
- "eslint-plugin-jsdoc": "^60.7.1",
25
+ "eslint": "^9.37.0",
26
+ "eslint-plugin-jsdoc": "^61.1.0",
27
27
  "eslint-plugin-unicorn": "^61.0.2",
28
28
  "globals": "^16.4.0",
29
29
  "jsdom": "^27.0.0",
@@ -38,10 +38,11 @@
38
38
  "iOS >= 14"
39
39
  ],
40
40
  "dependencies": {
41
- "@types/node": "^24.6.2",
41
+ "@types/node": "^24.7.2",
42
42
  "eventemitter3": "^5.0.1"
43
43
  },
44
44
  "scripts": {
45
+ "build": "exit 0",
45
46
  "test": "vitest --coverage --pass-with-no-tests",
46
47
  "lint": "eslint \"**/*.{js,jsx}\"",
47
48
  "typecheck": "tsc",