sh3-core 0.5.5 → 0.5.6
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/dist/version.d.ts +2 -2
- package/dist/version.js +2 -2
- package/package.json +2 -2
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/**
|
|
2
|
-
export declare const VERSION = "0.5.
|
|
1
|
+
/** Auto-generated from package.json — do not edit manually. */
|
|
2
|
+
export declare const VERSION = "0.5.6";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/**
|
|
2
|
-
export const VERSION = '0.5.
|
|
1
|
+
/** Auto-generated from package.json — do not edit manually. */
|
|
2
|
+
export const VERSION = '0.5.6';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sh3-core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"build": "svelte-package -i src -o dist && node --import tsx scripts/generate-api-docs.ts",
|
|
32
|
+
"build": "node --import tsx scripts/sync-version.ts && svelte-package -i src -o dist && node --import tsx scripts/generate-api-docs.ts",
|
|
33
33
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
34
34
|
"pack": "npm run build && npm pack"
|
|
35
35
|
},
|