@mastra/deployer-netlify 0.1.8-alpha.3 → 0.1.8-alpha.5
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/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +31 -0
- package/README.md +3 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/deployer-netlify@0.1.8-alpha.
|
|
2
|
+
> @mastra/deployer-netlify@0.1.8-alpha.5 build /home/runner/work/mastra/mastra/deployers/netlify
|
|
3
3
|
> tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.3.6
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 6184ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.7.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/deployers/netlify/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.7.3
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/deployers/netlify/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 5773ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
20
|
[32mESM[39m [1mdist/index.js [22m[32m3.46 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 208ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m3.51 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 209ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.8-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [22643eb]
|
|
8
|
+
- Updated dependencies [6feb23f]
|
|
9
|
+
- Updated dependencies [f2d6727]
|
|
10
|
+
- Updated dependencies [301e4ee]
|
|
11
|
+
- Updated dependencies [dfbe4e9]
|
|
12
|
+
- Updated dependencies [9e81f35]
|
|
13
|
+
- Updated dependencies [caefaa2]
|
|
14
|
+
- Updated dependencies [c151ae6]
|
|
15
|
+
- Updated dependencies [52e0418]
|
|
16
|
+
- Updated dependencies [03236ec]
|
|
17
|
+
- Updated dependencies [3764e71]
|
|
18
|
+
- Updated dependencies [df982db]
|
|
19
|
+
- Updated dependencies [0461849]
|
|
20
|
+
- Updated dependencies [2259379]
|
|
21
|
+
- Updated dependencies [358f069]
|
|
22
|
+
- @mastra/core@0.5.0-alpha.5
|
|
23
|
+
- @mastra/deployer@0.1.8-alpha.5
|
|
24
|
+
|
|
25
|
+
## 0.1.8-alpha.4
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [d79aedf]
|
|
30
|
+
- Updated dependencies [144b3d5]
|
|
31
|
+
- @mastra/core@0.5.0-alpha.4
|
|
32
|
+
- @mastra/deployer@0.1.8-alpha.4
|
|
33
|
+
|
|
3
34
|
## 0.1.8-alpha.3
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@ import { NetlifyDeployer } from '@mastra/deployer-netlify';
|
|
|
26
26
|
const deployer = new NetlifyDeployer({
|
|
27
27
|
scope: 'your-team-id',
|
|
28
28
|
projectName: 'your-project-name',
|
|
29
|
+
token: 'your-netlify-token',
|
|
29
30
|
});
|
|
30
31
|
|
|
31
32
|
const mastra = new Mastra({
|
|
@@ -38,8 +39,9 @@ const mastra = new Mastra({
|
|
|
38
39
|
|
|
39
40
|
### Constructor Options
|
|
40
41
|
|
|
41
|
-
- `scope` (required): Your Netlify team ID
|
|
42
|
+
- `scope` (required): Your Netlify team slug or ID
|
|
42
43
|
- `projectName`: Name of your Netlify site (will be created if it doesn't exist)
|
|
44
|
+
- `token`: Your Netlify authentication token
|
|
43
45
|
|
|
44
46
|
## Project Structure
|
|
45
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer-netlify",
|
|
3
|
-
"version": "0.1.8-alpha.
|
|
3
|
+
"version": "0.1.8-alpha.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"execa": "^9.3.1",
|
|
28
28
|
"netlify-cli": "^18.0.1",
|
|
29
29
|
"zod": "^3.24.1",
|
|
30
|
-
"@mastra/core": "^0.5.0-alpha.
|
|
31
|
-
"@mastra/deployer": "^0.1.8-alpha.
|
|
30
|
+
"@mastra/core": "^0.5.0-alpha.5",
|
|
31
|
+
"@mastra/deployer": "^0.1.8-alpha.5"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"eslint": "^9.20.1",
|