@thorprovider/types 3.0.0 → 3.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.
@@ -6,13 +6,13 @@ CLI Target: esnext
6
6
  CLI Cleaning output folder
7
7
  CJS Build start
8
8
  ESM Build start
9
- CJS dist/index.js 4.25 KB
10
- CJS dist/index.js.map 15.55 KB
11
- CJS ⚡️ Build success in 69ms
12
9
  ESM dist/index.mjs 3.06 KB
13
10
  ESM dist/index.mjs.map 15.45 KB
14
- ESM ⚡️ Build success in 71ms
11
+ ESM ⚡️ Build success in 26ms
12
+ CJS dist/index.js 4.25 KB
13
+ CJS dist/index.js.map 15.55 KB
14
+ CJS ⚡️ Build success in 27ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3125ms
16
+ DTS ⚡️ Build success in 1977ms
17
17
  DTS dist/index.d.ts 99.05 KB
18
18
  DTS dist/index.d.mts 99.05 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @thorprovider/types Changelog
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 483dff2: Update packages.
8
+
3
9
  ## 3.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@thorprovider/types",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "Shared TypeScript types for Thor Commerce ecosystem - Framework-agnostic type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
8
8
  "registry": "https://registry.npmjs.org",
9
- "access": "restricted"
9
+ "access": "public"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",