@abqm-ds/icons 4.0.15 → 4.0.17

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
- > @abqm-ds/icons@4.0.15 build
2
+ > @abqm-ds/icons@4.0.17 build
3
3
  > tsup --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,10 +11,10 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  ESM dist/index.js 1.10 MB
14
- ESM ⚡️ Build success in 140ms
14
+ ESM ⚡️ Build success in 118ms
15
15
  CJS dist/index.cjs 1.10 MB
16
- CJS ⚡️ Build success in 140ms
16
+ CJS ⚡️ Build success in 117ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 3002ms
18
+ DTS ⚡️ Build success in 2861ms
19
19
  DTS dist/index.d.ts 9.79 KB
20
20
  DTS dist/index.d.cts 9.79 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @abqm-ds/icons
2
2
 
3
+ ## 4.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - release: 🦋 Nova versão
8
+
9
+ ## 4.0.16
10
+
11
+ ### Patch Changes
12
+
13
+ - release: 🦋 Nova versão
14
+
3
15
  ## 4.0.15
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@abqm-ds/icons",
3
- "version": "4.0.15",
3
+ "version": "4.0.17",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
7
7
  "type": "module",
8
+ "private": false,
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
8
12
  "exports": {
9
13
  "import": "./dist/index.js",
10
14
  "require": "./dist/index.cjs"