@friggframework/devtools 1.3.0--canary.325.7243e56.0 → 1.3.1--canary.332.09415a3.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -9,6 +9,7 @@ The devtools package includes the following main components:
9
9
  1. Frigg CLI
10
10
  2. Migrations
11
11
  3. Test Utilities
12
+ 4. Local runner and deploy tooling
12
13
 
13
14
  ## Frigg CLI
14
15
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@friggframework/devtools",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.3.0--canary.325.7243e56.0",
4
+ "version": "1.3.1--canary.332.09415a3.0",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
7
  "@babel/parser": "^7.25.3",
8
8
  "@babel/traverse": "^7.25.3",
9
- "@friggframework/core": "1.3.0--canary.325.7243e56.0",
10
- "@friggframework/test": "1.3.0--canary.325.7243e56.0",
9
+ "@friggframework/core": "1.3.1--canary.332.09415a3.0",
10
+ "@friggframework/test": "1.3.1--canary.332.09415a3.0",
11
11
  "axios": "^1.7.2",
12
12
  "commander": "^12.1.0",
13
13
  "dotenv": "^16.4.5",
@@ -21,8 +21,8 @@
21
21
  "inquirer": "^10.1.6"
22
22
  },
23
23
  "devDependencies": {
24
- "@friggframework/eslint-config": "1.3.0--canary.325.7243e56.0",
25
- "@friggframework/prettier-config": "1.3.0--canary.325.7243e56.0"
24
+ "@friggframework/eslint-config": "1.3.1--canary.332.09415a3.0",
25
+ "@friggframework/prettier-config": "1.3.1--canary.332.09415a3.0"
26
26
  },
27
27
  "scripts": {
28
28
  "lint:fix": "prettier --write --loglevel error . && eslint . --fix",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "7243e56239ceb34e90337e47a34bc14d533fad26"
49
+ "gitHead": "09415a3700906ab8a3bcc9c3e023e1e6df8d8121"
50
50
  }