@nyanxx/sui 0.0.0 → 0.1.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.
package/dist/index.cjs CHANGED
@@ -55,7 +55,7 @@ async function addComponents(names) {
55
55
  // package.json
56
56
  var package_default = {
57
57
  name: "@nyanxx/sui",
58
- version: "0.0.0",
58
+ version: "0.1.0",
59
59
  description: "Add UI components to your project",
60
60
  type: "module",
61
61
  main: "./dist/index.js",
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ async function addComponents(names) {
32
32
  // package.json
33
33
  var package_default = {
34
34
  name: "@nyanxx/sui",
35
- version: "0.0.0",
35
+ version: "0.1.0",
36
36
  description: "Add UI components to your project",
37
37
  type: "module",
38
38
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyanxx/sui",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "Add UI components to your project",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",