@blackbyte/sugar 1.0.0-beta.12 → 1.0.0-beta.13

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blackbyte/sugar",
3
3
  "description": "The toolkit that you missed... like a sugar in your coffee!",
4
- "version": "1.0.0-beta.12",
4
+ "version": "1.0.0-beta.13",
5
5
  "keywords": [
6
6
  "javascript",
7
7
  "typescript",
@@ -22,7 +22,7 @@
22
22
  "build": "tsc",
23
23
  "doc.build": "blackbyte docmap.build --mdx --outPath ../website-sugar/docmap.json --outDir ../website-sugar/src/content/sugar",
24
24
  "test": "vitest",
25
- "publish": "npm publish --access public --tag beta"
25
+ "publish": "npm publish --access public --tag latest"
26
26
  },
27
27
  "author": "Blackbyte <hello@blackbyte.space> (https://blackbyte.space)",
28
28
  "contributors": [