@flowscripter/example-plugin 1.0.6 → 1.0.7

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.
@@ -3,6 +3,9 @@ on:
3
3
  workflow_dispatch:
4
4
  schedule:
5
5
  - cron: "0 0 * * *"
6
+ permissions:
7
+ contents: read
8
+ pull-requests: write
6
9
  jobs:
7
10
  call-check-bun-dependencies:
8
11
  uses: flowscripter/.github/.github/workflows/check-bun-dependencies.yml@v1
@@ -5,6 +5,8 @@ on:
5
5
  - opened
6
6
  - edited
7
7
  - synchronize
8
+ permissions:
9
+ contents: read
8
10
  jobs:
9
11
  call-lint-pr-message:
10
12
  uses: flowscripter/.github/.github/workflows/lint-pr-message.yml@v1
@@ -2,6 +2,12 @@ name: release-bun-library
2
2
  on:
3
3
  push:
4
4
  branches: [main]
5
+ permissions:
6
+ contents: write
7
+ issues: write
8
+ pull-requests: write
9
+ id-token: write
10
+ pages: write
5
11
  jobs:
6
12
  call-release-bun-library:
7
13
  uses: flowscripter/.github/.github/workflows/release-bun-library.yml@v1
@@ -2,6 +2,8 @@ name: validate-bun-library-pr
2
2
  on:
3
3
  pull_request:
4
4
  branches: [main]
5
+ permissions:
6
+ contents: read
5
7
  jobs:
6
8
  call-validate-bun-library-pr:
7
9
  uses: flowscripter/.github/.github/workflows/validate-bun-library-pr.yml@v1
package/bun.lock CHANGED
@@ -4,8 +4,8 @@
4
4
  "": {
5
5
  "name": "@flowscripter/example-plugin",
6
6
  "dependencies": {
7
- "@flowscripter/dynamic-plugin-framework": "^1.3.14",
8
- "@flowscripter/example-plugin-api": "^1.0.6",
7
+ "@flowscripter/dynamic-plugin-framework": "^1.3.15",
8
+ "@flowscripter/example-plugin-api": "^1.0.7",
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/bun": "^1.2.5",
@@ -16,9 +16,9 @@
16
16
  },
17
17
  },
18
18
  "packages": {
19
- "@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.14", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-5ap5slnI4CcJSyZjIOu+j7a6qTAh64dYPD0BSRh7qEAlob/O2qhoYsIH72Be38FfI8jJGkC6MxCTw/JOpFYaXA=="],
19
+ "@flowscripter/dynamic-plugin-framework": ["@flowscripter/dynamic-plugin-framework@1.3.15", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-OhFb2IYNajJK3zeXs+BSCqxL7xr4K6AUcUYA67djsZTxDUekJ9Y+BzyfIPXO7qQRAoJpl/5utCJTmFBE5xVz5w=="],
20
20
 
21
- "@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.6", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-/gXAkdUOFng2iHE6PIvQ+aoF3gL4JisiO3x5MbqneZzyDxXwFuwDsEUjTjDf5MpDMyrwYP6PtCgN61MDL/NGGQ=="],
21
+ "@flowscripter/example-plugin-api": ["@flowscripter/example-plugin-api@1.0.7", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-BPw88SQB35kzN8pU48wi9fHH0NRJfig/jtBaMWw0Orys7HGi4r0lwShJ+DBZ9XlpTKSQcMJsBnPKQE4OQX1DXw=="],
22
22
 
23
23
  "@types/bun": ["@types/bun@1.2.5", "", { "dependencies": { "bun-types": "1.2.5" } }, "sha512-w2OZTzrZTVtbnJew1pdFmgV99H0/L+Pvw+z1P67HaR18MHOzYnTYOi6qzErhK8HyT+DB782ADVPPE92Xu2/Opg=="],
24
24
 
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "module": "index.ts",
19
19
  "type": "module",
20
- "version": "1.0.6",
20
+ "version": "1.0.7",
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
@@ -28,7 +28,7 @@
28
28
  "typescript": "^5.8.2"
29
29
  },
30
30
  "dependencies": {
31
- "@flowscripter/dynamic-plugin-framework": "^1.3.14",
32
- "@flowscripter/example-plugin-api": "^1.0.6"
31
+ "@flowscripter/dynamic-plugin-framework": "^1.3.15",
32
+ "@flowscripter/example-plugin-api": "^1.0.7"
33
33
  }
34
34
  }