@redwoodjs/auth-azure-active-directory-setup 9.0.0-canary.43 → 9.0.0-canary.431

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/dist/index.js +3 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -13,9 +13,9 @@ var __copyProps = (to, from, except, desc) => {
13
13
  };
14
14
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
- var src_exports = {};
17
- module.exports = __toCommonJS(src_exports);
18
- __reExport(src_exports, require("./setup"), module.exports);
16
+ var index_exports = {};
17
+ module.exports = __toCommonJS(index_exports);
18
+ __reExport(index_exports, require("./setup"), module.exports);
19
19
  // Annotate the CommonJS export names for ESM import in node:
20
20
  0 && (module.exports = {
21
21
  ...require("./setup")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redwoodjs/auth-azure-active-directory-setup",
3
- "version": "9.0.0-canary.43+4aa6fe492",
3
+ "version": "9.0.0-canary.431+274e5a92a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/redwoodjs/redwood.git",
@@ -39,17 +39,17 @@
39
39
  "test:watch": "vitest watch"
40
40
  },
41
41
  "dependencies": {
42
- "@redwoodjs/cli-helpers": "9.0.0-canary.43"
42
+ "@redwoodjs/cli-helpers": "9.0.0-canary.431"
43
43
  },
44
44
  "devDependencies": {
45
- "@arethetypeswrong/cli": "0.15.4",
46
- "@redwoodjs/framework-tools": "9.0.0-canary.43",
45
+ "@arethetypeswrong/cli": "0.16.4",
46
+ "@redwoodjs/framework-tools": "9.0.0-canary.431",
47
47
  "@types/yargs": "17.0.33",
48
48
  "concurrently": "8.2.2",
49
- "publint": "0.2.10",
50
- "tsx": "4.17.0",
51
- "typescript": "5.5.4",
49
+ "publint": "0.2.12",
50
+ "tsx": "4.19.2",
51
+ "typescript": "5.6.2",
52
52
  "vitest": "2.0.5"
53
53
  },
54
- "gitHead": "4aa6fe4920d6b988d85a0986dd1a19b2c544d9f0"
54
+ "gitHead": "274e5a92a0820b43871640909e1c9a5271c86144"
55
55
  }