bump
Some checks failed
Generate CRDs / generate-and-publish (push) Has been cancelled

This commit is contained in:
2025-11-24 02:28:23 -06:00
parent 8a5309e4e2
commit 73014ac385
2 changed files with 7 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ jobs:
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
# Force latest NPM to support OIDC correctly # Force latest NPM to support OIDC correctly
# https://github.com/orgs/community/discussions/173102
# Seriously, what the fuck Github.
- name: Update NPM - name: Update NPM
run: npm install -g npm@latest run: npm install -g npm@latest

View File

@@ -1,7 +1,11 @@
{ {
"name": "pulumi-extra-crds", "name": "pulumi-extra-crds",
"version": "1.0.10", "version": "1.0.12",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/GigiaJ/pulumi-crds.git"
},
"scripts": { "scripts": {
"generate": "node scripts/generate-crds.js", "generate": "node scripts/generate-crds.js",
"build": "tsc -p tsconfig.json" "build": "tsc -p tsconfig.json"