@reveldigital/gadgetizer 1.0.2 → 1.0.4
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/LICENSE +6 -0
- package/assets/gadget.yaml +54 -0
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +8 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reveldigital/gadgetizer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Add Revel Digital SDK bindings to your project and configure for deployment",
|
|
5
5
|
"main": "cli.js",
|
|
6
6
|
"type": "module",
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"/dist",
|
|
12
|
-
"/
|
|
12
|
+
"/assets",
|
|
13
|
+
"/bin.js",
|
|
14
|
+
"README.md",
|
|
15
|
+
"LICENSE"
|
|
13
16
|
],
|
|
14
17
|
"scripts": {
|
|
15
18
|
"build": "parcel build src/cli.js --target node && shx cp -r assets dist/",
|
|
@@ -30,8 +33,8 @@
|
|
|
30
33
|
"author": "Revel Digital Worldwide Operations",
|
|
31
34
|
"license": "ISC",
|
|
32
35
|
"dependencies": {
|
|
33
|
-
"@types/node": "^24.3.1",
|
|
34
36
|
"@clack/prompts": "^0.11.0",
|
|
37
|
+
"@types/node": "^24.3.1",
|
|
35
38
|
"git-remote-origin-url": "4.0.0",
|
|
36
39
|
"js-yaml": "4.1.0",
|
|
37
40
|
"node-html-parser": "7.0.1",
|
|
@@ -39,9 +42,9 @@
|
|
|
39
42
|
"xmlbuilder2": "3.1.1"
|
|
40
43
|
},
|
|
41
44
|
"devDependencies": {
|
|
42
|
-
"typescript": "^5.9.2",
|
|
43
45
|
"parcel": "^2.15.4",
|
|
44
|
-
"shx": "^0.3.4"
|
|
46
|
+
"shx": "^0.3.4",
|
|
47
|
+
"typescript": "^5.9.2"
|
|
45
48
|
},
|
|
46
49
|
"release": {
|
|
47
50
|
"branches": [
|