beast-core-create 0.2.1 → 0.3.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/dist/main.js +20 -0
- package/dist/main.js.map +1 -1
- package/dist/manifests/tpls.manifest.0.0.0.json +20 -20
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -11430,6 +11430,26 @@ var findReplaceManifest = [
|
|
|
11430
11430
|
]
|
|
11431
11431
|
]
|
|
11432
11432
|
},
|
|
11433
|
+
{
|
|
11434
|
+
path: "./frontend/src/standards/commands/useCommands.ts",
|
|
11435
|
+
replacePath: null,
|
|
11436
|
+
replaceContent: [
|
|
11437
|
+
[
|
|
11438
|
+
"beast-core-plugin",
|
|
11439
|
+
"{projectName}"
|
|
11440
|
+
]
|
|
11441
|
+
]
|
|
11442
|
+
},
|
|
11443
|
+
{
|
|
11444
|
+
path: "./frontend/__tests__standards/Commands.test.ts",
|
|
11445
|
+
replacePath: null,
|
|
11446
|
+
replaceContent: [
|
|
11447
|
+
[
|
|
11448
|
+
"beast-core-plugin",
|
|
11449
|
+
"{projectName}"
|
|
11450
|
+
]
|
|
11451
|
+
]
|
|
11452
|
+
},
|
|
11433
11453
|
{
|
|
11434
11454
|
path: "./backend/package.json",
|
|
11435
11455
|
replacePath: null,
|