jspm 3.3.3 → 3.3.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/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -24334,7 +24334,7 @@ var cac = (name = "") => new CAC(name);
24334
24334
  var dist_default = cac;
24335
24335
 
24336
24336
  // package.json
24337
- var version = "3.3.3";
24337
+ var version = "3.3.4";
24338
24338
 
24339
24339
  // src/clearCache.ts
24340
24340
  import c from "picocolors";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jspm",
3
3
  "type": "module",
4
- "version": "3.3.3",
4
+ "version": "3.3.4",
5
5
  "description": "Import Map Package Manager",
6
6
  "license": "Apache-2.0",
7
7
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "jspm.js"
13
13
  ],
14
14
  "dependencies": {
15
- "@jspm/generator": "^2.3.0",
15
+ "@jspm/generator": "^2.4.2",
16
16
  "cac": "^6.7.14",
17
17
  "ora": "^6.3.0",
18
18
  "picocolors": "^1.0.0",