@cieloazul310/digital-go-pandacss-preset 0.0.0 → 0.0.1-prerelease.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @cieloazul310/digital-go-pandacss-preset@0.0.0 build
2
+ > @cieloazul310/digital-go-pandacss-preset@0.0.1-prerelease.0 build
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,11 +10,11 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 79.11 KB
14
- CJS ⚡️ Build success in 46ms
15
13
  ESM dist/index.mjs 77.58 KB
16
14
  ESM ⚡️ Build success in 46ms
15
+ CJS dist/index.js 79.11 KB
16
+ CJS ⚡️ Build success in 46ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 3571ms
18
+ DTS ⚡️ Build success in 3569ms
19
19
  DTS dist/index.d.mts 248.00 B
20
20
  DTS dist/index.d.ts 248.00 B
package/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # @cieloazul310/digital-go-pandacss-preset
2
+
3
+ ## 0.0.1-prerelease.0
4
+
5
+ ### Patch Changes
6
+
7
+ - d51597c: prerelease
8
+ - Updated dependencies [d51597c]
9
+ - @cieloazul310/digital-go-pandacss-plugin@0.0.1-prerelease.0
10
+ - @cieloazul310/digital-go-pandacss-utils@0.0.1-prerelease.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cieloazul310/digital-go-pandacss-preset",
3
- "version": "0.0.0",
3
+ "version": "0.0.1-prerelease.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/cieloazul310/digital-go-design-system-with-panda",
6
6
  "author": {
@@ -36,8 +36,8 @@
36
36
  "format": "prettier --parser typescript --write ."
37
37
  },
38
38
  "dependencies": {
39
- "@cieloazul310/digital-go-pandacss-plugin": "^0.0.0",
40
- "@cieloazul310/digital-go-pandacss-utils": "^0.0.0"
39
+ "@cieloazul310/digital-go-pandacss-plugin": "^0.0.1-prerelease.0",
40
+ "@cieloazul310/digital-go-pandacss-utils": "^0.0.1-prerelease.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@ark-ui/anatomy": "^3.5.0",