@spinnaker/huaweicloud 0.0.77 → 2025.0.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.0.78](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.77...@spinnaker/huaweicloud@0.0.78) (2024-06-10)
7
+
8
+ **Note:** Version bump only for package @spinnaker/huaweicloud
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.0.77](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.76...@spinnaker/huaweicloud@0.0.77) (2024-05-10)
7
15
 
8
16
  **Note:** Version bump only for package @spinnaker/huaweicloud
package/dist/index.js CHANGED
@@ -1,2 +1,13 @@
1
- import{module as r}from"angular";import{CloudProviderRegistry as e,DeploymentStrategyRegistry as i}from"@spinnaker/core";const o="spinnaker.huaweicloud";r("spinnaker.huaweicloud",[]).config((()=>{e.registerProvider("huaweicloud",{name:"huaweicloud"})})),i.registerProvider("huaweicloud",["redblack"]);export{o as HUAWEICLOUD_MODULE};
1
+ import { module } from 'angular';
2
+ import { CloudProviderRegistry, DeploymentStrategyRegistry } from '@spinnaker/core';
3
+
4
+ const HUAWEICLOUD_MODULE = "spinnaker.huaweicloud";
5
+ module(HUAWEICLOUD_MODULE, []).config(() => {
6
+ CloudProviderRegistry.registerProvider("huaweicloud", {
7
+ name: "huaweicloud"
8
+ });
9
+ });
10
+ DeploymentStrategyRegistry.registerProvider("huaweicloud", ["redblack"]);
11
+
12
+ export { HUAWEICLOUD_MODULE };
2
13
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/huaweicloud.module.ts"],"sourcesContent":["'use strict';\n\nimport { module } from 'angular';\n\nimport { CloudProviderRegistry, DeploymentStrategyRegistry } from '@spinnaker/core';\n\nexport const HUAWEICLOUD_MODULE = 'spinnaker.huaweicloud';\nmodule(HUAWEICLOUD_MODULE, []).config(() => {\n CloudProviderRegistry.registerProvider('huaweicloud', {\n name: 'huaweicloud',\n });\n});\n\nDeploymentStrategyRegistry.registerProvider('huaweicloud', ['redblack']);\n"],"names":["HUAWEICLOUD_MODULE","module","config","CloudProviderRegistry","registerProvider","name","DeploymentStrategyRegistry"],"mappings":"yHAGY,MAACA,EAAqB,wBAClCC,EADkC,wBACP,IAAIC,QAAO,KACpCC,EAAsBC,iBAAiB,cAAe,CACpDC,KAAM,mBAGVC,EAA2BF,iBAAiB,cAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sources":["../src/huaweicloud.module.ts"],"sourcesContent":["'use strict';\n\nimport { module } from 'angular';\n\nimport { CloudProviderRegistry, DeploymentStrategyRegistry } from '@spinnaker/core';\n\nexport const HUAWEICLOUD_MODULE = 'spinnaker.huaweicloud';\nmodule(HUAWEICLOUD_MODULE, []).config(() => {\n CloudProviderRegistry.registerProvider('huaweicloud', {\n name: 'huaweicloud',\n });\n});\n\nDeploymentStrategyRegistry.registerProvider('huaweicloud', ['redblack']);\n"],"names":[],"mappings":";;;AAGY,MAAC,kBAAkB,GAAG,wBAAwB;AAC1D,MAAM,CAAC,kBAAkB,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM;AAC5C,EAAE,qBAAqB,CAAC,gBAAgB,CAAC,aAAa,EAAE;AACxD,IAAI,IAAI,EAAE,aAAa;AACvB,GAAG,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AACH,0BAA0B,CAAC,gBAAgB,CAAC,aAAa,EAAE,CAAC,UAAU,CAAC,CAAC;;;;"}
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@spinnaker/huaweicloud",
3
3
  "license": "Apache-2.0",
4
- "version": "0.0.77",
4
+ "version": "2025.0.0",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "publishConfig": {
8
- "access": "public"
8
+ "access": "public",
9
+ "registry": "https://registry.npmjs.org"
9
10
  },
10
11
  "scripts": {
11
12
  "clean": "shx rm -rf dist",
@@ -16,7 +17,7 @@
16
17
  "lib": "npm run build"
17
18
  },
18
19
  "dependencies": {
19
- "@spinnaker/core": "^0.29.0",
20
+ "@spinnaker/core": "^0.29.1",
20
21
  "angular": "1.6.10"
21
22
  },
22
23
  "devDependencies": {
@@ -26,5 +27,5 @@
26
27
  "shx": "0.3.3",
27
28
  "typescript": "4.3.5"
28
29
  },
29
- "gitHead": "082a084908e13888d640e88a5bd6e1571479de14"
30
+ "gitHead": "5b197da8614979a51dc24b0a6f92e19c3162e874"
30
31
  }