pinme 2.0.4-beta.1 → 2.0.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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5977,7 +5977,7 @@ var import_chalk26 = __toESM(require("chalk"));
5977
5977
  var import_figlet5 = __toESM(require("figlet"));
5978
5978
 
5979
5979
  // package.json
5980
- var version = "2.0.4-beta.1";
5980
+ var version = "2.0.4";
5981
5981
 
5982
5982
  // bin/upload.ts
5983
5983
  var import_path6 = __toESM(require("path"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "2.0.4-beta.1",
3
+ "version": "2.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },