@reactionary/source 0.2.19 → 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.
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permissions": {
|
|
3
|
+
"allow": [
|
|
4
|
+
"Bash(npx nx build:*)",
|
|
5
|
+
"Bash(npx tsc:*)",
|
|
6
|
+
"Bash(npx nx lint:*)",
|
|
7
|
+
"Bash(npx nx test:*)",
|
|
8
|
+
"Bash(npx nx run:*)",
|
|
9
|
+
"Bash(npx ts-node:*)",
|
|
10
|
+
"Bash(npx tsx:*)",
|
|
11
|
+
"Bash(grep:*)",
|
|
12
|
+
"Bash(pnpm list:*)",
|
|
13
|
+
"Bash(npx nx affected:build:*)",
|
|
14
|
+
"Bash(npx nx affected:lint:*)",
|
|
15
|
+
"Bash(cat:*)",
|
|
16
|
+
"Bash(npx nx show projects:*)",
|
|
17
|
+
"Bash(npx nx g:*)",
|
|
18
|
+
"Bash(pnpm add:*)",
|
|
19
|
+
"Bash(npx nx show project:*)",
|
|
20
|
+
"Bash(npx nx reset:*)",
|
|
21
|
+
"WebSearch",
|
|
22
|
+
"Bash(node:*)",
|
|
23
|
+
"Bash(npm view:*)"
|
|
24
|
+
],
|
|
25
|
+
"deny": [],
|
|
26
|
+
"ask": []
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reactionary/examples-node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@reactionary/core": "0.
|
|
8
|
-
"@reactionary/provider-commercetools": "0.
|
|
9
|
-
"@reactionary/provider-algolia": "0.
|
|
10
|
-
"@reactionary/provider-medusa": "0.
|
|
11
|
-
"@reactionary/provider-meilisearch": "0.
|
|
7
|
+
"@reactionary/core": "0.3.0",
|
|
8
|
+
"@reactionary/provider-commercetools": "0.3.0",
|
|
9
|
+
"@reactionary/provider-algolia": "0.3.0",
|
|
10
|
+
"@reactionary/provider-medusa": "0.3.0",
|
|
11
|
+
"@reactionary/provider-meilisearch": "0.3.0"
|
|
12
12
|
},
|
|
13
13
|
"type": "module"
|
|
14
14
|
}
|