@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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
|
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
|
|
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
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thorprovider/types",
|
|
3
|
-
"version": "3.
|
|
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": "
|
|
9
|
+
"access": "public"
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|