jdev_helpers 1.4.9 → 1.5.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.
package/dist/index.js CHANGED
@@ -45,8 +45,8 @@ __export(index_exports, {
45
45
  module.exports = __toCommonJS(index_exports);
46
46
 
47
47
  // src/angular/http-parent.service.ts
48
- var import_http = require("@angular/common/http");
49
48
  var import_core = require("@angular/core");
49
+ var import_http = require("@angular/common/http");
50
50
  var HttpParentService = class {
51
51
  http = (0, import_core.inject)(import_http.HttpClient);
52
52
  constructor() {
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  // src/angular/http-parent.service.ts
2
- import { HttpClient } from "@angular/common/http";
3
2
  import { inject } from "@angular/core";
3
+ import { HttpClient } from "@angular/common/http";
4
4
  var HttpParentService = class {
5
5
  http = inject(HttpClient);
6
6
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jdev_helpers",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "description": "jdev helpers for js and angular",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -12,6 +12,9 @@
12
12
  "scripts": {
13
13
  "build": "tsup"
14
14
  },
15
+ "publishConfig": {
16
+ "provenance": false
17
+ },
15
18
  "keywords": [
16
19
  "jdev"
17
20
  ],