@stack-dev/core 0.1.0 → 0.1.2

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,23 +1,22 @@
1
-
2
-
3
- > @stack-dev/core@0.1.0 build /home/benmclean/projects/stack-dev/packages/core
4
- > tsup
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v7.3.0
9
- CLI Using tsup config: /home/benmclean/projects/stack-dev/packages/core/tsup.config.ts
10
- CLI Target: esnext
11
- CLI Cleaning output folder
12
- ESM Build start
13
- CJS Build start
14
- ESM dist/index.mjs 1.88 KB
15
- ESM dist/index.mjs.map 4.31 KB
16
- ESM ⚡️ Build success in 12ms
17
- CJS dist/index.js 3.06 KB
18
- CJS dist/index.js.map 4.53 KB
19
- CJS ⚡️ Build success in 12ms
20
- DTS Build start
21
- DTS ⚡️ Build success in 490ms
22
- DTS dist/index.d.mts 987.00 B
23
- DTS dist/index.d.ts 987.00 B
1
+
2
+ > @stack-dev/core@0.1.2 build /home/runner/work/stack-dev/stack-dev/packages/core
3
+ > tsup
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v7.3.0
8
+ CLI Using tsup config: /home/runner/work/stack-dev/stack-dev/packages/core/tsup.config.ts
9
+ CLI Target: esnext
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ ESM dist/index.mjs 1.88 KB
14
+ ESM dist/index.mjs.map 4.31 KB
15
+ ESM ⚡️ Build success in 21ms
16
+ CJS dist/index.js 3.06 KB
17
+ CJS dist/index.js.map 4.53 KB
18
+ CJS ⚡️ Build success in 21ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 997ms
21
+ DTS dist/index.d.mts 987.00 B
22
+ DTS dist/index.d.ts 987.00 B
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @stack-dev/core
2
+
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e4c692d: Test
8
+
9
+ ## 0.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 34e106e: Setup CI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-dev/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "devDependencies": {
6
6
  "eslint": "^9.32.0",
@@ -9,9 +9,9 @@
9
9
  "tsup": "^7.3.0",
10
10
  "vitest": "^3.2.4",
11
11
  "@vitest/coverage-v8": "^3.2.4",
12
- "@stack-dev/eslint-config": "0.1.0",
13
- "@stack-dev/prettier-config": "0.1.0",
14
- "@stack-dev/typescript-config": "0.1.0"
12
+ "@stack-dev/eslint-config": "0.1.2",
13
+ "@stack-dev/prettier-config": "0.1.2",
14
+ "@stack-dev/typescript-config": "0.1.2"
15
15
  },
16
16
  "main": "dist/index.js",
17
17
  "module": "dist/index.mjs",
@@ -1,5 +0,0 @@
1
-
2
-
3
- > @stack-dev/core@0.1.0 check-types /home/benmclean/projects/stack-dev/packages/core
4
- > tsc --noEmit
5
-