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 CHANGED
@@ -1,2 +1,2 @@
1
- /** sh3-core package version. Keep in sync with package.json. */
2
- export declare const VERSION = "0.5.4";
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
- /** sh3-core package version. Keep in sync with package.json. */
2
- export const VERSION = '0.5.4';
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.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
  },