Compare commits

...

4 Commits

Author SHA1 Message Date
abbf7a989d add readme
Some checks failed
Generate CRDs / generate-and-publish (push) Has been cancelled
2025-11-24 02:25:39 -06:00
4ad22da372 bump ver 2025-11-24 02:24:49 -06:00
b0933b5631 Add note 2025-11-24 02:24:33 -06:00
baf0594e18 Add repo url
Some checks failed
Generate CRDs / generate-and-publish (push) Has been cancelled
2025-11-24 02:23:43 -06:00
3 changed files with 9 additions and 1 deletions

View File

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

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
A repo that hosts converted CRDs to be used in Pulumi.
Mostly meant to be more or less automatic and used downstream in our CLJS Pulumi library

View File

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