zipurl 0.2.3 → 0.2.4

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/LICENSE +1 -1
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) 2021, Jason Lee <jason@zerodevx.com>
3
+ Copyright (c) 2022, Jason Lee <jason@zerodevx.com>
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zipurl",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Generate gzip web-safe strings on the browser",
5
5
  "author": "Jason Lee <jason@zerodevx.com>",
6
6
  "type": "module",
@@ -27,11 +27,11 @@
27
27
  "pako": "^2.0.4"
28
28
  },
29
29
  "devDependencies": {
30
- "@rollup/plugin-node-resolve": "^13.0.5",
30
+ "@rollup/plugin-node-resolve": "^13.1.3",
31
31
  "ansi-regex": "^6.0.1",
32
32
  "chai": "^4.3.4",
33
- "mocha": "^9.1.2",
34
- "rollup": "^2.58.0",
33
+ "mocha": "^9.2.0",
34
+ "rollup": "^2.66.0",
35
35
  "rollup-plugin-livereload": "^2.0.5",
36
36
  "rollup-plugin-serve": "^1.1.0",
37
37
  "rollup-plugin-terser": "^7.0.2",