@etsoo/appscript 1.6.46 → 1.6.47

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.
@@ -23,13 +23,13 @@ jobs:
23
23
  steps:
24
24
  # https://github.com/actions/checkout, This action checks-out your repository under $GITHUB_WORKSPACE
25
25
  # so your workflow can access it.
26
- - uses: actions/checkout@v4
26
+ - uses: actions/checkout@v5
27
27
 
28
28
  # Set up your GitHub Actions workflow with a specific version of node.js
29
29
  # Setup .npmrc file to publish to npm
30
- - uses: actions/setup-node@v4
30
+ - uses: actions/setup-node@v6
31
31
  with:
32
- node-version: "20.x"
32
+ node-version: "24.11"
33
33
  registry-url: "https://registry.npmjs.org"
34
34
 
35
35
  # Named after Continuous Integration, installs dependencies directly from package-lock.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.6.46",
3
+ "version": "1.6.47",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "homepage": "https://github.com/ETSOO/AppScript#readme",
37
37
  "dependencies": {
38
- "@etsoo/notificationbase": "^1.1.65",
39
- "@etsoo/restclient": "^1.1.32",
40
- "@etsoo/shared": "^1.2.78",
38
+ "@etsoo/notificationbase": "^1.1.66",
39
+ "@etsoo/restclient": "^1.1.33",
40
+ "@etsoo/shared": "^1.2.79",
41
41
  "crypto-js": "^4.2.0"
42
42
  },
43
43
  "devDependencies": {