@nordcraft/std-lib 1.0.75 → 1.0.77

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  [npm](https://www.npmjs.com/package/@nordcraft/std-lib)
4
4
 
5
- This package holds the built-in formulas and actions for a toddle project.
5
+ This package holds the built-in formulas and actions for a [Nordcraft](https://nordcraft.com) project. Please see documentation for all available formulas and actions [here](https://docs.nordcraft.com/references/formulas) and [here](https://docs.nordcraft.com/references/actions).
package/package.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "homepage": "https://github.com/nordcraftengine/nordcraft",
6
6
  "dependencies": {
7
7
  "fast-deep-equal": "3.1.3",
8
- "@nordcraft/core": "1.0.75"
8
+ "@nordcraft/core": "1.0.77"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/node": "24.3.1",
12
- "@happy-dom/global-registrator": "20.0.10",
12
+ "@happy-dom/global-registrator": "20.0.11",
13
13
  "happy-dom": "20.0.10",
14
14
  "jsonschema": "1.5.0"
15
15
  },
@@ -20,5 +20,5 @@
20
20
  "watch": "tsgo --noEmit -w"
21
21
  },
22
22
  "files": ["dist"],
23
- "version": "1.0.75"
23
+ "version": "1.0.77"
24
24
  }