create-conformal 0.1.3 → 0.1.5

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/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "create-conformal",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Project generator script for conformal projects",
5
- "homepage": "https://github.com/russellmcc/conformal",
5
+ "homepage": "https://russellmcc.github.io/conformal",
6
6
  "bugs": "https://github.com/russellmcc/conformal/issues",
7
+ "repository": "github:russellmcc/conformal",
7
8
  "license": "ISC",
8
9
  "scripts": {
9
10
  "lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
package/package.json.bak CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "create-conformal",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Project generator script for conformal projects",
5
- "homepage": "https://github.com/russellmcc/conformal",
5
+ "homepage": "https://russellmcc.github.io/conformal",
6
6
  "bugs": "https://github.com/russellmcc/conformal/issues",
7
+ "repository": "github:russellmcc/conformal",
7
8
  "license": "ISC",
8
9
  "scripts": {
9
10
  "lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
package/src/config.ts CHANGED
@@ -23,6 +23,7 @@ export const toEnv = (
23
23
  ...config,
24
24
  class_id: uuidHex(),
25
25
  edit_class_id: uuidHex(),
26
+ gitignore: ".gitignore",
26
27
  task_marker: skipTodo ? "DONE" : "TOD" + "O",
27
28
  });
28
29
 
@@ -57,7 +57,7 @@ jobs:
57
57
  - run: NOTARYTOOL_KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db bun run package {{plug_slug}} --dist
58
58
  env:
59
59
  DEVELOPER_ID_APPLICATION: $\{{ secrets.DEVELOPER_ID_APPLICATION }}
60
- DEVELOPER_ID_INSTALLER: $\{{ secrets.DEVELOPER_INSTALLER_ID }}
60
+ DEVELOPER_ID_INSTALLER: $\{{ secrets.DEVELOPER_ID_INSTALLER }}
61
61
  NOTARYTOOL_CREDENTIALS_KEYCHAIN_ITEM: $\{{ secrets.NOTARYTOOL_CREDENTIALS_KEYCHAIN_ITEM }}
62
62
  - name: Release
63
63
  uses: softprops/action-gh-release@v2
@@ -40,8 +40,8 @@
40
40
  "react-dom": "^18.2.0",
41
41
  "typescript": "^5.4.5",
42
42
  "vite": "^5.2.9",
43
- "@conformal/scripts": "^0.1.3",
44
- "@conformal/plugin": "^0.1.3",
43
+ "@conformal/scripts": "^0.1.5",
44
+ "@conformal/plugin": "^0.1.5",
45
45
  "rollup-plugin-license": "^3.4.0"
46
46
  }
47
47
  }
@@ -5,5 +5,4 @@ rust-version = "1.79.0"
5
5
  publish = false
6
6
 
7
7
  [dependencies]
8
- conformal_vst_wrapper = "0.1.0"
9
8
  conformal_component = "0.1.0"
@@ -0,0 +1,4 @@
1
+ body {
2
+ user-select: none;
3
+ -webkit-user-select: none;
4
+ }
@@ -0,0 +1,5 @@
1
+ /target
2
+ .DS_Store
3
+ /node_modules/
4
+ /.env
5
+ /web/**/installer_resources/license.txt