@jahia/create-module 0.0.1 → 0.0.2
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/handlebars/package.json +4 -4
- package/jsx/package.json +3 -3
- package/package.json +1 -1
package/handlebars/package.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"deploy": "jahia-deploy",
|
|
8
8
|
"watch": "yarn build --env deploy=true --watch",
|
|
9
9
|
"lint": "eslint .",
|
|
10
|
-
"test": "yarn lint",
|
|
11
|
-
"postinstall": "yarn dlx @yarnpkg/sdks vscode"
|
|
10
|
+
"test": "yarn lint",
|
|
11
|
+
"postinstall": "yarn dlx @yarnpkg/sdks vscode"
|
|
12
12
|
},
|
|
13
13
|
"jahia": {
|
|
14
14
|
"module-dependencies" : "default",
|
|
15
15
|
"module-type": "templatesSet",
|
|
16
|
-
"server": "dist/main.js",
|
|
16
|
+
"server": "dist/main.js",
|
|
17
17
|
"static-resources" : "/css,/images,/javascript"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"handlebars": "^4.7.7",
|
|
35
|
-
"@jahia/js-server-core" : "^0.0.
|
|
35
|
+
"@jahia/js-server-core" : "^0.0.7"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=16.0.0",
|
package/jsx/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"deploy": "jahia-deploy pack",
|
|
10
10
|
"watch": "yarn build --env deploy=true --watch",
|
|
11
11
|
"lint": "eslint .",
|
|
12
|
-
"test": "yarn lint",
|
|
13
|
-
"postinstall": "yarn dlx @yarnpkg/sdks vscode"
|
|
12
|
+
"test": "yarn lint",
|
|
13
|
+
"postinstall": "yarn dlx @yarnpkg/sdks vscode"
|
|
14
14
|
},
|
|
15
15
|
"jahia": {
|
|
16
16
|
"module-dependencies": "default",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@apollo/client": "3.5.5",
|
|
23
23
|
"@jahia/data-helper": "1.0.4",
|
|
24
|
-
"@jahia/js-server-core": "^0.0.
|
|
24
|
+
"@jahia/js-server-core": "^0.0.7",
|
|
25
25
|
"graphql": "^16.7.1",
|
|
26
26
|
"react": "^18.2.0",
|
|
27
27
|
"react-dom": "^18.2.0"
|